.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container,
.page-content > *:not(.alignfull, .alignwide) {
  padding: 0;
  --bs-gutter-x: 0;
  max-width: calc(100% - 56px);
}

.container-fluid {
  padding: 0;
}

.content-wrapper {
  position: relative;
}

@media (min-width: 576px) {
  .container-sm,
  .container,
  .page-content > *:not(.alignfull, .alignwide) {
    --bs-gutter-x: 0;
    max-width: calc(100% - 56px);
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .page-content > *:not(.alignfull, .alignwide) {
    --bs-gutter-x: 0;
    max-width: calc(100% - 48px);
  }
}
@media (min-width: 1025px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .page-content > *:not(.alignfull, .alignwide) {
    --bs-gutter-x: 0;
    max-width: calc(100% - 96px);
  }
  .content-wrapper,
  .content-wrapper-lg {
    --bs-gutter-x: 0;
    max-width: calc(100% - 136px);
    margin: 0 auto;
  }
}
@media (min-width: 1441px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container, .page-content > *:not(.alignfull, .alignwide) {
    --bs-gutter-x: 0;
    max-width: 1440px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .content-wrapper,
  .content-wrapper-xl {
    --bs-gutter-x: 0;
    max-width: 1205px;
    margin: 0 auto;
  }
}
/*
// 1441px - 1920px
@include media-breakpoint-up(xl) {
	.container-xl, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container, .page-content > *:not(.alignfull, .alignwide) {
		max-width: calc(100% - 96px);
	}
}

// 1921px - infinity
@include media-breakpoint-up(xxl) {
	.container-xxl,
	.container-xl, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container, .page-content > *:not(.alignfull, .alignwide) {
		max-width: 1920px;
		padding-left: 48px;
		padding-right: 48px;
	}
}
*/
/* CI Color Definitions */
/* Component Definitions */
/* Site wide elements */
.brandhub-theme {
  background-color: #E2DDDC;
}

.brandhub-theme-alt {
  background-color: #fff;
}

.brandhub-theme-alt-2 {
  background-color: #0C0C0C;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #0C0C0C;
}

footer {
  margin-top: auto;
}

::placeholder {
  color: #0C0C0C;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #0C0C0C;
}

::-ms-input-placeholder {
  color: #0C0C0C;
}

.title-hover {
  text-decoration-color: transparent !important;
  text-underline-offset: 7px !important;
  transition: all 0.15s !important;
}
.title-hover:hover {
  text-decoration: underline !important;
  text-decoration-color: #0C0C0C !important;
  transition: all 0.15s !important;
}

.collection-teaser-cta-wrapper a,
.partner-listings-cta-wrapper a {
  font: normal normal 500 14px/23px "loos-normal";
  color: #0C0C0C;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color 0.15s linear, border-bottom 0.15s linear;
}
.collection-teaser-cta-wrapper a::before,
.partner-listings-cta-wrapper a::before {
  border-bottom: 1px solid transparent;
}
.collection-teaser-cta-wrapper a:hover::before,
.partner-listings-cta-wrapper a:hover::before {
  color: #0C0C0C !important;
  border-bottom: 1px solid #0C0C0C;
}
.collection-teaser-cta-wrapper a i:before,
.partner-listings-cta-wrapper a i:before {
  transform: rotate(0deg);
  transition: all 0.3s;
  display: inline-block;
}
.collection-teaser-cta-wrapper a:not(.collapsed) i:before,
.partner-listings-cta-wrapper a:not(.collapsed) i:before {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.explore-btn {
  line-height: normal !important;
}

.explore-collection a {
  text-decoration: none !important;
}
.explore-collection a:hover {
  cursor: pointer;
  text-decoration: none !important;
}

span.dot-divider {
  content: url("/wp-content/themes/brandhubs/img/icons/dot.svg");
  width: 3px;
  height: 3px;
  display: inline-block;
}

ul.meta-type-list > li {
  font: normal normal 500 12px/18px "loos-condensed", sans-serif;
}
ul.meta-type-list > li span.time {
  color: #4D4D4D;
}
ul.meta-type-list > li.asset-time {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
ul.meta-type-list > li i {
  font-size: 1.2rem;
}

.helper-box-shadow-bottom {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.tag {
  background-color: #F1EFEE;
  transition: all 0.3s;
}
.tag a {
  display: block;
  font: normal normal 400 9px/12px graphik !important;
  text-decoration: none !important;
  color: #4D4D4D;
  padding: 6px 8px;
  border: 1px solid #F1EFEE;
}
.tag:hover {
  background-color: #F1EFEE;
  transition: all 0.3s;
}

.content-type-label {
  font: normal normal 500 11px/14px "loos-condensed", sans-serif;
  color: #5744C5;
  letter-spacing: 0.12em;
}

.card-collection-item-sponsor-wrapper .card-collection-item-sponsor .collection-card-sponsored-by-text {
  font: normal normal 400 11px/15px graphik;
  font-family: graphik, sans-serif;
  color: #4D4D4D;
  letter-spacing: 0.02em;
}
.card-collection-item-sponsor-wrapper .card-collection-item-sponsor .collection-card-sponsored-by-logo figure img,
.card-collection-item-sponsor-wrapper .card-collection-item-sponsor .sponsor-image figure img {
  max-height: 34px !important;
  max-width: 100px !important;
  object-fit: unset !important;
  aspect-ratio: unset !important;
}
.card-collection-item-sponsor-wrapper .card-collection-item-sponsor .collection-card-sponsored-by-name {
  font: normal normal 400 18px/26px graphik, sans-serif;
  letter-spacing: -0.01em;
}

.article-sub-heading {
  padding-bottom: 20px;
  font-weight: 500;
}

.article-teaser-card {
  padding-bottom: 20px;
}

.article-video {
  padding-bottom: 20px;
}

.article-podcast {
  padding-bottom: 20px;
}

p {
  font: normal normal 400 16px/22px graphik, sans-serif;
  padding-bottom: 20px;
  margin: 0;
}

figure {
  padding-top: 20px;
  margin: 0;
}
figure figcaption {
  padding-top: 0.75rem;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .tag a {
    font: normal normal 400 11px/15px graphik !important;
  }
  .content-type-label {
    font: normal normal 500 12px/18px "loos-condensed", sans-serif;
    letter-spacing: 0.12em;
  }
  .article-teaser-card {
    padding-bottom: 48px;
  }
  .article-video {
    padding-bottom: 48px;
  }
  .article-podcast {
    padding-bottom: 48px;
  }
  p {
    font: normal normal 400 18px/26px graphik, sans-serif;
    padding-bottom: 48px;
  }
}
body {
  font: normal normal 400 16px/22px graphik, sans-serif !important;
}

a {
  font: normal normal 400 16px/19.2px graphik, sans-serif;
  color: #0C0C0C;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.238095em;
  transition: color 0.15s linear, text-decoration 0.15s linear;
}
a:hover {
  color: #0C0C0C;
  text-decoration: underline;
  text-decoration-color: #0C0C0C;
}
a:hover span, a:hover i {
  color: #0C0C0C;
}

ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

span.section-title {
  font: normal normal 500 40px/44px "loos-wide";
  letter-spacing: -0.04em;
}

span.section-title-alt {
  font: normal normal 500 40px/44px "loos-wide";
  letter-spacing: -0.04em;
}

h1 {
  font: normal normal 500 38px/40px "loos-wide";
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

h2 {
  font: normal normal 500 28px/35px "loos-wide";
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

h3 {
  font: normal normal 500 24px/32px graphik, sans-serif;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

h4 {
  font: normal normal 400 22px/27px graphik, sans-serif;
  margin-bottom: 0;
}

h5 {
  font: normal normal 400 18px/23px graphik, sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.base-cta-btn {
  font: normal normal 500 14px/23px "loos-normal";
  color: #0C0C0C;
  background-color: #AAA9FA;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 12px 16px;
  border: 1px solid #AAA9FA;
  box-shadow: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.base-cta-btn:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  transition: all 0.3s ease;
}
.base-cta-btn:hover i, .base-cta-btn:hover span {
  color: #fff !important;
  transition: all 0.3s ease;
}
.base-cta-btn.secondary-cta-btn {
  color: #0C0C0C !important;
  background-color: #AAA9FA !important;
  border: 1px solid #AAA9FA !important;
  transition: all 0.3s ease;
}
.base-cta-btn.secondary-cta-btn:hover {
  color: #fff !important;
  background-color: #000 !important;
  transition: all 0.3s ease;
}
.base-cta-btn.secondary-cta-btn:hover i, .base-cta-btn.secondary-cta-btn:hover span {
  color: #fff !important;
  transition: all 0.3s ease;
}

.base-admin-teaser {
  width: fit-content;
  border-radius: 20px;
  padding: 0 !important;
  height: 34px;
  min-width: 34px;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex !important;
  border: 1px solid #999 !important;
  background: #E6E6E6 !important;
  top: -18px;
  left: -18px;
}
.base-admin-teaser:before {
  content: "\f464";
  display: block;
  font: normal 20px/1 dashicons;
  left: 6px;
  top: 6px;
  position: absolute;
  pointer-events: none;
}
.base-admin-teaser:hover a.base-admin-link {
  display: inline-block;
}
.base-admin-teaser a.base-admin-link {
  display: none;
  text-decoration: none;
  padding: 6px 10px 6px 28px;
}

@media (min-width: 768px) {
  span.section-title {
    font: normal normal 500 72px/80px "loos-wide";
    letter-spacing: -0.04em;
  }
  span.section-title-alt {
    font: normal normal 500 72px/80px "loos-wide";
    letter-spacing: -0.04em;
  }
  h1 {
    font: normal normal 500 44px/50px "loos-wide";
    letter-spacing: -0.04em;
  }
  h2 {
    font: normal normal 500 32px/38px "loos-wide";
    letter-spacing: -0.04em;
  }
  h3 {
    font: normal normal 500 24px/30px graphik, sans-serif;
    letter-spacing: -0.02em;
  }
  h4 {
    font: normal normal 400 22px/27px graphik, sans-serif;
    letter-spacing: 0;
  }
  h5 {
    font: normal normal 400 18px/23px graphik, sans-serif;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 1025px) {
  body {
    font: normal normal 400 18px/26px graphik, sans-serif !important;
  }
  span.section-title {
    font: normal normal 500 88px/98px "loos-wide";
    letter-spacing: -0.04em;
  }
  span.section-title-alt {
    font: normal normal 500 72px/74px "loos-wide";
    letter-spacing: -0.04em;
  }
  h1 {
    font: normal normal 500 60px/68px "loos-wide";
    letter-spacing: -0.04em;
  }
  h2 {
    font: normal normal 500 36px/44px "loos-wide";
    letter-spacing: -0.04em;
  }
  h3 {
    font: normal normal 500 28px/34px graphik, sans-serif;
    letter-spacing: -0.03em;
  }
  h4 {
    font: normal normal 400 24px/31px graphik, sans-serif;
    letter-spacing: -0.02em;
  }
  h5 {
    font: normal normal 400 21px/29px graphik, sans-serif;
    letter-spacing: -0.02em;
  }
}
/* CI Color Definitions */
/* Component Definitions */
/* Site wide elements */
.base-cta-btn {
  color: #0C0C0C !important;
  background-color: #AAA9FA !important;
  border: 1px solid #AAA9FA !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.base-cta-btn:hover {
  background-color: #000 !important;
  transition: all 0.3s ease;
}
.base-cta-btn.secondary-cta-btn {
  color: #0C0C0C !important;
  background-color: #AAA9FA !important;
  border: 1px solid #AAA9FA !important;
  transition: all 0.3s ease;
}
.base-cta-btn.secondary-cta-btn:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  transition: all 0.3s ease;
}

a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 7px;
  transition: color 0.15s linear, text-decoration 0.15s linear;
}
a span, a i {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-color: #0C0C0C;
}
a:hover span, a:hover i {
  color: #0C0C0C !important;
}

.tag {
  border-radius: 4px;
}
.tag a {
  letter-spacing: 0.1em;
  border-radius: 4px;
}

/* all */
header {
  background-color: #0C0C0C;
}
header .header-wrapper .logo-wrapper a {
  display: flex;
  max-width: 130px;
}
header .header-wrapper .logo-wrapper img {
  height: 30px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
header .header-wrapper .sponsored-by-wrapper .sponsored-by-label {
  font: normal normal 400 11px/14px graphik;
  font-family: graphik, sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.11px;
  color: #fff;
}
header .header-wrapper .sponsored-by-wrapper .sponsored-by-logo-wrapper .sponsored-by-logo {
  max-width: 150px;
}
header .header-wrapper .sponsored-by-wrapper .sponsored-by-logo-wrapper .sponsored-by-logo img {
  max-height: 24px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  header .header-wrapper {
    height: 62px;
  }
  header .header-wrapper .sponsored-by-wrapper {
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 1025px) {
  header .header-wrapper {
    height: 85px;
  }
  header .header-wrapper .logo-wrapper a {
    display: flex;
    max-width: 180px;
  }
  header .header-wrapper .logo-wrapper img {
    height: 38px;
  }
  header .header-wrapper .sponsored-by-wrapper .sponsored-by-label {
    margin-bottom: 0;
  }
  header .header-wrapper .sponsored-by-wrapper .sponsored-by-logo-wrapper .sponsored-by-logo img {
    max-height: 38px;
  }
}
body.article-template-default section#breadcrumb .breadcrumb-wrapper ul > li:nth-last-child(2), body.article-template-default section#breadcrumb .breadcrumb-wrapper ul > li:last-child {
  display: none;
}

section#breadcrumb {
  background-color: #fff;
}
section#breadcrumb .breadcrumb-wrapper {
  padding-bottom: 10px;
}
section#breadcrumb .breadcrumb-wrapper ul {
  column-gap: 10px;
}
section#breadcrumb .breadcrumb-wrapper ul > li {
  color: #111;
}
section#breadcrumb .breadcrumb-wrapper ul > li svg {
  color: #111;
  width: 3px;
  height: 3px;
}
section#breadcrumb .breadcrumb-wrapper ul > li a, section#breadcrumb .breadcrumb-wrapper ul > li span {
  font: normal normal 400 12px/17px graphik, sans-serif;
  color: #111;
  position: relative;
}
section#breadcrumb .breadcrumb-wrapper ul > li a:hover, section#breadcrumb .breadcrumb-wrapper ul > li span:hover {
  text-decoration-color: #111;
}

@media (min-width: 1025px) {
  section#breadcrumb .breadcrumb-wrapper ul > li a, section#breadcrumb .breadcrumb-wrapper ul > li span {
    font: normal normal 400 14px/21px graphik, sans-serif;
  }
  body.article-template-default section#breadcrumb .breadcrumb-wrapper ul > li:nth-last-child(2), body.article-template-default section#breadcrumb .breadcrumb-wrapper ul > li:last-child {
    display: block;
  }
  body.article-template-default section#breadcrumb .breadcrumb-wrapper ul > li a, body.article-template-default section#breadcrumb .breadcrumb-wrapper ul > li span {
    font: normal normal 400 14px/21px graphik, sans-serif;
  }
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .content-type-meta {
  font: normal normal 400 14px/21px graphik, sans-serif;
  font-family: graphik, sans-serif;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .content-type-meta .content-type-metas {
  color: #4D4D4D;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .content-type-meta .content-type-metas svg {
  width: 3px;
  height: 3px;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box {
  padding-bottom: 48px;
  border-bottom: 1px solid #B6AEAA;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box .collection-teaser-image-title-wrapper img {
  object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box .collection-teaser-image-title-wrapper h1, section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box .collection-teaser-image-title-wrapper h2 {
  font: normal normal 500 28px/35px "loos-wide";
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box p.collection-teaser-description {
  font: normal normal 400 14px/21px graphik, sans-serif;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside {
  border-bottom: 1px solid #B6AEAA;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items {
  padding-top: 1.5rem;
  padding-bottom: 48px;
  border-bottom: 1px solid #B6AEAA;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items:last-child {
  border-bottom: 0;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items h5.content-type-headline a {
  font: inherit;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper {
  margin-top: 2rem;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item {
  margin-top: 2rem;
  border-bottom: 1px solid #B6AEAA;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item:first-child {
  margin-top: 0;
  padding-top: 0;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item .collection-asset-list-item-teaser-box {
  max-width: 768px;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item .collection-asset-list-item-teaser-box h4.content-type-headline a {
  font: normal normal 400 18px/23px graphik, sans-serif;
}
section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item .collection-asset-list-item-teaser-box .content-type-description {
  font: normal normal 400 14px/21px graphik, sans-serif;
  font-family: graphik, sans-serif;
}
section.basic-collection-wrapper .basic-collection {
  background-color: #fff;
}
section.basic-collection-wrapper .basic-collection:nth-child(even) {
  background-color: #E2DDDC;
  color: #0C0C0C;
}
section.basic-collection-wrapper .basic-collection:nth-child(even) .collection-wrapper .collection-list-wrapper ul.collection-list > li {
  border-bottom: 1px solid #B6AEAA;
}
section.basic-collection-wrapper .basic-collection:nth-child(even) .collection-wrapper .collection-list-wrapper ul.collection-list > li:first-child {
  border-top: 1px solid #B6AEAA;
}
section.basic-collection-wrapper .basic-collection:nth-child(even) .collection-wrapper .collection-list-wrapper ul.collection-list > li a {
  color: #0C0C0C;
}
section.basic-collection-wrapper .basic-collection:nth-child(even) .collection-wrapper .collection-list-wrapper ul.collection-list > li a:hover {
  color: #0C0C0C;
  text-decoration-color: #0C0C0C !important;
}
section.basic-collection-wrapper .basic-collection:nth-child(even) .collection-wrapper .collection-list-wrapper ul.collection-list > li .collection-item-tag-wrapper .tag {
  background-color: #F1EFEE;
  transition: all 0.3s;
}
section.basic-collection-wrapper .basic-collection:nth-child(even) .collection-wrapper .collection-list-wrapper ul.collection-list > li .collection-item-tag-wrapper .tag:hover {
  background-color: #F1EFEE;
  transition: all 0.3s;
}
section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-teaser-box h2 {
  font: normal normal 500 24px/32px graphik, sans-serif;
  letter-spacing: -0.03em;
}
section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-teaser-box p.collection-teaser-box-description {
  font: normal normal 400 22px/27px graphik, sans-serif;
}
section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-list-wrapper ul.collection-list > li {
  padding: 20px 0;
  border-bottom: 1px solid #B6AEAA;
}
section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-list-wrapper ul.collection-list > li:first-child {
  border-top: 1px solid #B6AEAA;
}
section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-list-wrapper ul.collection-list > li a {
  font: normal normal 400 16px/26px graphik, sans-serif;
}
section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-list-wrapper ul.collection-list.collection-list-collapse > li:first-child, section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-list-wrapper ul.collection-list.collection-list-collapse > li:nth-child(2) {
  border-top: 0 !important;
}
section.basic-collection-wrapper .basic-collection .expand-collection-wrapper {
  grid-template-columns: 1fr 1fr;
}
section.basic-collection-wrapper .basic-collection .expand-collection-wrapper .expand-collection-right a:hover span {
  color: inherit !important;
}

@media (min-width: 768px) {
  section.basic-collection-wrapper .collection-wrapper .collection-teaser-box h2 {
    font: normal normal 500 24px/30px graphik, sans-serif;
    letter-spacing: -0.02em;
  }
  section.basic-collection-wrapper .collection-wrapper .collection-teaser-box p.collection-teaser-box-description {
    font: normal normal 400 22px/27px graphik, sans-serif;
  }
}
@media (min-width: 1025px) {
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .content-type-meta {
    font: normal normal 400 14px/21px graphik, sans-serif;
    font-family: graphik, sans-serif;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper {
    column-gap: 0;
    grid-template-columns: 65% auto;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #B6AEAA;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box .collection-teaser-image-title-wrapper h1, section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box .collection-teaser-image-title-wrapper h2 {
    font: normal normal 500 36px/44px "loos-wide";
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box p.collection-teaser-description {
    font: normal normal 400 14px/21px graphik, sans-serif;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside {
    border-left: 1px solid #B6AEAA;
    border-bottom: 1px solid #B6AEAA;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items {
    padding-top: 1.5rem;
    padding-bottom: 48px;
    border-bottom: 1px solid #B6AEAA;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items:first-child {
    padding-top: 0;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items:last-child {
    border-bottom: 0;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items h5.content-type-headline a {
    font: inherit;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item {
    grid-template-columns: 65% auto;
    border-bottom: 1px solid #B6AEAA;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item .collection-asset-list-item-teaser-box h4.content-type-headline a {
    font: inherit;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item .collection-asset-list-item-teaser-box .content-type-description {
    font: normal normal 400 14px/21px graphik, sans-serif;
    font-family: graphik, sans-serif;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item .collection-asset-list-item-aside {
    border-left: 1px solid #B6AEAA;
  }
  section.basic-collection-wrapper .basic-collection:nth-child(even) .collection-wrapper .collection-list-wrapper ul.collection-list > li:nth-child(2) {
    border-top: 1px solid #B6AEAA;
  }
  section.basic-collection-wrapper .basic-collection .collection-wrapper {
    display: grid;
    column-gap: 44px;
    grid-template-columns: 365px auto;
  }
  section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-teaser-box h2 {
    font: normal normal 500 28px/34px graphik, sans-serif;
    letter-spacing: -0.03em;
  }
  section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-teaser-box p.collection-teaser-box-description {
    font: normal normal 400 24px/31px graphik, sans-serif;
    letter-spacing: -0.02em;
  }
  section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-list-wrapper ul.collection-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
  section.basic-collection-wrapper .basic-collection .collection-wrapper .collection-list-wrapper ul.collection-list > li:nth-child(2) {
    border-top: 1px solid #B6AEAA;
  }
}
@media (min-width: 1441px) {
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .content-type-meta {
    font: normal normal 400 14px/21px graphik, sans-serif;
    font-family: graphik, sans-serif;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper {
    grid-template-columns: 878px auto;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box {
    padding-bottom: 40px;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box .collection-teaser-image-title-wrapper img {
    height: 438px;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box .collection-teaser-image-title-wrapper h1, section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box .collection-teaser-image-title-wrapper h2 {
    font: normal normal 500 36px/44px "loos-wide";
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-box p.collection-teaser-description {
    font: normal normal 400 14px/21px graphik, sans-serif;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items {
    padding-top: 1.5rem;
    padding-bottom: 48px;
    border-bottom: 1px solid #B6AEAA;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items:first-child {
    padding-top: 0;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items:last-child {
    border-bottom: 0;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-wrapper .collection-teaser-aside .related-content-items h5.content-type-headline a {
    font: inherit;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .expand-collection-wrapper {
    grid-template-columns: 878px auto;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper {
    margin-top: 40px;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item {
    margin-top: 40px;
    grid-template-columns: 878px auto;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item .collection-asset-list-item-teaser-box h4.content-type-headline a {
    font: inherit;
  }
  section.basic-collection-wrapper.basic-collection-portal-page .basic-collection .collection-asset-list-wrapper .collection-asset-list-item .collection-asset-list-item-teaser-box .content-type-description {
    font: normal normal 400 14px/21px graphik, sans-serif;
    font-family: graphik, sans-serif;
  }
}
section.grid-collection {
  background-color: #fff;
  border-top: 1px solid #fff;
}
section.grid-collection .grid-collection-wrapper .grid-collection,
section.grid-collection .grid-collection-wrapper .grid-collection-collapse {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
section.grid-collection .grid-collection-wrapper .grid-collection-collapse {
  padding-top: 20px;
}
section.grid-collection a.collection-card-wrapper {
  background-color: #E2DDDC;
  text-decoration: none;
}
section.grid-collection a.collection-card-wrapper:hover {
  cursor: pointer;
}
section.grid-collection a.collection-card-wrapper:hover .collection-card .collection-card-description {
  color: #0C0C0C;
  text-decoration: underline;
  text-decoration-color: #0C0C0C;
  transition: all 0.15s;
}
section.grid-collection a.collection-card-wrapper:hover span {
  color: #0C0C0C !important;
}
section.grid-collection a.collection-card-wrapper .collection-card {
  color: #0C0C0C !important;
}
section.grid-collection a.collection-card-wrapper .collection-card .collection-card-description {
  font: normal normal 400 18px/26px graphik, sans-serif;
  text-decoration-color: transparent;
  text-underline-offset: 7px;
  transition: all 0.15s;
}
section.grid-collection a.collection-card-wrapper .explore-collection {
  background-color: #fff;
}
section.grid-collection a.collection-card-wrapper .explore-collection span {
  color: #0C0C0C;
  column-gap: 18px;
  font: normal normal 500 14px/23px "loos-normal";
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.grid-collection a.collection-card-wrapper .explore-collection span i {
  color: #AAA9FA;
}

@media (min-width: 1025px) {
  section.grid-collection .grid-collection-wrapper .grid-collection,
  section.grid-collection .grid-collection-wrapper .grid-collection-collapse {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
.card-collection-item {
  border: 1px solid #B4B2B1;
}
.card-collection-item img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-collection-item a {
  text-underline-offset: 0.25rem;
}
.card-collection-item a span.gated-asset-type {
  font: normal normal 500 11px/14px graphik, sans-serif;
  letter-spacing: 0.1em;
  color: #5744C5 !important;
}
.card-collection-item a:hover span.gated-asset-type {
  text-decoration: none !important;
}
.card-collection-item h2 {
  font: normal normal 400 22px/27px graphik, sans-serif;
}
.card-collection-item ul.card-collection-item-type-wrapper > li {
  font: normal normal 400 12px/17px graphik, sans-serif;
}
.card-collection-item ul.card-collection-item-type-wrapper > li span.time {
  color: #4D4D4D;
}
.card-collection-item ul.card-collection-item-type-wrapper > li i {
  font-size: 1.2rem;
}
.card-collection-item .description {
  font: normal normal 400 14px/20px graphik, sans-serif;
}
.card-collection-item .card-collection-item-cta a {
  font: normal normal 500 14px/23px "loos-normal";
  color: #0C0C0C;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 0.15s linear, text-decoration 0.15s linear;
}
.card-collection-item .card-collection-item-cta a:hover {
  color: #0C0C0C !important;
  text-decoration: underline;
  text-decoration-color: #0C0C0C;
}
.card-collection-item .card-collection-item-cta a.base-cta-btn {
  color: #0C0C0C !important;
  background-color: #AAA9FA !important;
  padding: 8px 12px;
  transition: all 0.3s ease;
}
.card-collection-item .card-collection-item-cta a.base-cta-btn:hover {
  color: #fff !important;
  background-color: #000 !important;
  transition: all 0.3s ease;
}

section.card-collection {
  background-color: #fff;
}
section.card-collection.partner-portal-topic-cards-collection .content-wrapper {
  max-width: 100%;
}
section.card-collection .card-collection-wrapper.masonry-grid-helper-few-assets {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
section.card-collection .card-collection-wrapper.masonry-grid-helper-more-assets, section.card-collection .card-collection-wrapper.masonry-grid-helper-most-assets {
  columns: 1;
  gap: 1.5rem;
}
section.card-collection .card-collection-wrapper.masonry-grid-helper-more-assets .card-collection-item, section.card-collection .card-collection-wrapper.masonry-grid-helper-most-assets .card-collection-item {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  section.card-collection .card-collection-wrapper.masonry-grid-helper-few-assets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.card-collection .card-collection-wrapper.masonry-grid-helper-more-assets, section.card-collection .card-collection-wrapper.masonry-grid-helper-most-assets {
    columns: 2;
  }
}
@media (min-width: 1025px) {
  section.card-collection .card-collection-wrapper.masonry-grid-helper-few-assets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  section.card-collection .card-collection-wrapper.masonry-grid-helper-more-assets, section.card-collection .card-collection-wrapper.masonry-grid-helper-most-assets {
    columns: 3;
  }
}
@media (min-width: 1441px) {
  section.card-collection .card-collection-wrapper.masonry-grid-helper-few-assets {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  section.card-collection .card-collection-wrapper.masonry-grid-helper-few-assets .card-collection-item {
    height: fit-content;
  }
  section.card-collection .card-collection-wrapper.masonry-grid-helper-more-assets {
    columns: 3;
  }
  section.card-collection .card-collection-wrapper.masonry-grid-helper-most-assets {
    columns: 4;
  }
}
section#explore-other-collections {
  background-color: #E2DDDC;
}
section#explore-other-collections .explore-other-collections-content h2 {
  color: #0C0C0C;
}
section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper {
  display: grid;
  gap: 20px;
}
section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper .other-collections-item .explore-other-collections-textbox-wrapper .explore-other-collections-textbox {
  background-color: #fff;
}
section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper .other-collections-item .explore-other-collections-textbox-wrapper .explore-other-collections-textbox h3 a {
  font: normal normal 500 24px/32px graphik, sans-serif;
  letter-spacing: -0.02em;
}
section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper .other-collections-item .explore-other-collections-textbox-wrapper .explore-other-collections-textbox .description {
  font: normal normal 400 14px/20px graphik, sans-serif;
}

@media (min-width: 768px) {
  section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper.single-collection .other-collections-item {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper.two-collections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper .other-collections-item .explore-other-collections-textbox-wrapper .explore-other-collections-textbox h3 a {
    font: normal normal 500 28px/34px graphik, sans-serif;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 1441px) {
  section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper.two-collections .other-collections-item img {
    width: 545px !important;
  }
  section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper.two-collections .other-collections-item .explore-other-collections-textbox-wrapper {
    position: relative;
    bottom: 4rem;
  }
  section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper.two-collections .other-collections-item .explore-other-collections-textbox-wrapper .explore-other-collections-textbox {
    max-width: 468px;
  }
  section#explore-other-collections .explore-other-collections-content #explore-other-collection-wrapper.two-collections .other-collections-item .explore-other-collections-textbox-wrapper .explore-other-collections-textbox .description {
    font: normal normal 400 16px/26px graphik, sans-serif;
  }
}
.video-modal .modal-dialog {
  top: 15%;
  margin: 0 auto;
  max-width: 90%;
}
.video-modal .modal-dialog .modal-content .modal-close-button {
  top: -36px;
  right: 0;
}
.video-modal .modal-dialog .modal-content .modal-close-button i {
  cursor: pointer;
  font-size: 24px;
  transition: all 0.2s;
}
.video-modal .modal-dialog .modal-content .modal-close-button i:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}

@media (min-width: 1025px) {
  .video-modal .modal-dialog {
    max-width: 80%;
  }
  .video-modal .modal-dialog .modal-content .modal-close-button {
    top: -48px;
    right: -38px;
  }
  .video-modal .modal-dialog .modal-content .modal-close-button i {
    font-size: 32px;
  }
}
@media (min-width: 1441px) {
  .video-modal .modal-dialog {
    max-width: 1038px;
  }
}
section#page-intro {
  background-color: #F1EFEE;
}
section#page-intro .container .content-wrapper ul.wp-block-list {
  list-style-type: disc;
  padding-left: 2rem;
}
section#page-intro .container .content-wrapper ul.wp-block-list li {
  margin-bottom: 1rem;
}
section#page-intro .container .content-wrapper h2.wp-block-heading {
  font: normal normal 400 22px/27px graphik, sans-serif;
  font-family: "loos-wide";
}
section#page-intro .container .content-wrapper .wp-block-columns .wp-block-column p {
  padding-bottom: 1rem;
}

@media (min-width: 1025px) {
  section#page-intro .container .content-wrapper .wp-block-columns h2.wp-block-heading {
    font: normal normal 500 28px/35px "loos-wide";
  }
}
@media (max-width: 767.98px) {
  section#page-intro .container .content-wrapper .wp-block-columns.is-layout-flex:has(ul, ol) {
    gap: 0 !important;
  }
}
footer {
  z-index: 999;
  background-color: #0C0C0C;
}
footer a:hover {
  text-decoration: none !important;
}
footer .footer-wrapper .footer-section .footer-section-header {
  font: normal normal 400 16px/22px graphik, sans-serif;
  color: #E6E6E6;
  padding-left: 28px;
  padding-right: 28px;
  border-bottom: 1px solid #333;
}
footer .footer-wrapper .footer-section .footer-section-header[aria-expanded=true] i {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
footer .footer-wrapper .footer-section .footer-section-header i {
  font-size: 24px;
  transform: rotate(0deg);
  transition: all 0.3s;
}
footer .footer-wrapper .footer-section ul > li {
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #333;
}
footer .footer-wrapper .footer-section ul > li a {
  font: normal normal 400 14px/20px graphik, sans-serif;
  color: #999;
}
footer .foundry-logo-wrapper,
footer .social-media-wrapper,
footer .copyright-wrapper {
  padding-left: 28px;
  padding-right: 28px;
  border-bottom: 1px solid #333;
}
footer .foundry-logo-wrapper {
  width: fit-content;
}
footer .foundry-logo-wrapper img {
  height: 41px;
}
footer .social-media-wrapper {
  column-gap: 33px;
}
footer .social-media-wrapper a {
  font: normal normal 400 14px/20px graphik, sans-serif;
  color: #E6E6E6;
}
footer .social-media-wrapper i {
  font-size: 1.5rem;
  color: #E6E6E6;
}
footer .copyright-wrapper {
  border-bottom: none;
}
footer .copyright-wrapper a {
  font: normal normal 400 12px/17px graphik, sans-serif;
  color: #E6E6E6;
  text-decoration: none;
}
footer .copyright-wrapper a:hover {
  color: #E6E6E6 !important;
  text-decoration: none;
}

@media (min-width: 1025px) {
  footer .desktop-footer-grid-helper {
    column-gap: 1.5rem;
    border-bottom: 1px solid #333;
  }
  footer .desktop-footer-grid-helper .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    column-gap: 40px;
  }
  footer .desktop-footer-grid-helper .footer-wrapper .footer-section {
    height: auto !important;
    visibility: visible !important;
  }
  footer .desktop-footer-grid-helper .footer-wrapper .footer-section .footer-section-header {
    font: normal normal 400 18px/26px graphik, sans-serif;
    color: #E6E6E6;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: none;
  }
  footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li:hover {
    border-bottom: 1px solid #0C0C0C;
  }
  footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li:hover a, footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li:hover i {
    color: #0C0C0C;
    transition: 0.3s;
  }
  footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li:hover i {
    display: block !important;
    transition: 0.3s;
  }
  footer .desktop-footer-grid-helper .desktop-footer-social-media-section {
    width: 370px;
    border-left: 1px solid #333;
  }
  footer .desktop-footer-grid-helper .desktop-footer-social-media-section ul > li {
    border-bottom: 1px solid #333;
  }
  footer .desktop-footer-grid-helper .desktop-footer-social-media-section ul > li:last-child {
    border-bottom: none;
  }
  footer .desktop-footer-grid-helper .desktop-footer-social-media-section ul > li a {
    font: normal normal 400 18px/26px graphik, sans-serif;
    color: #E6E6E6;
    padding-bottom: 48px;
  }
  footer .desktop-footer-grid-helper .desktop-footer-social-media-section ul > li a i {
    font-size: 28px;
    color: #E6E6E6;
  }
  footer .foundry-logo-wrapper,
  footer .social-media-wrapper,
  footer .copyright-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  footer .foundry-logo-wrapper {
    position: relative;
    bottom: 72px;
    border-bottom: none;
  }
  footer .copyright-wrapper {
    position: absolute;
    bottom: 0;
  }
  footer .copyright-wrapper a {
    font: normal normal 400 12px/17px graphik, sans-serif;
  }
}
/* all */
/* homepage only */
section#homepage-hero {
  background-color: #fff;
  height: 585px;
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide {
  height: 568px;
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide img {
  height: 488px;
  aspect-ratio: 7/9;
  object-fit: cover;
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper {
  position: absolute;
  bottom: 30px;
  max-height: 370px;
  max-width: calc(100% - 56px);
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h1,
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h2 {
  font: normal normal 500 28px/35px "loos-wide";
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h1 a,
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h2 a {
  font: normal normal 500 28px/35px "loos-wide";
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper .description {
  font: normal normal 400 16px/26px graphik, sans-serif;
  padding-top: 20px;
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper .explore-collection {
  font: normal normal 500 14px/23px "loos-normal";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0C0C0C;
  padding-top: 20px;
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper .explore-collection a {
  font: normal normal 500 14px/23px "loos-normal";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0C0C0C;
}
section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper .explore-collection a i {
  color: #5744C5 !important;
  line-height: normal;
}
section#homepage-hero .swiper .swiper-controls-wrapper {
  height: 32px;
  left: 28px;
  right: 28px;
}
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-pagination {
  display: flex;
  align-items: center;
  margin: 0;
  height: 16px;
  width: fit-content;
  bottom: 0;
}
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #AAA9FA;
  opacity: 1;
  transition: all 1s ease-in-out;
}
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #5744C5;
  opacity: 1;
  transition: all 1s ease-in-out;
}
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-button-prev,
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-button-next {
  width: fit-content;
  height: fit-content;
}
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-button-prev::after,
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-button-next::after {
  font-size: 32px;
  line-height: 32px;
  font-family: "foundry-icon-library" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0C0C0C;
  transition: color 0.3s;
}
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-button-prev:hover::after,
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-button-next:hover::after {
  color: #AAA9FA;
  transition: color 0.3s;
}
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-button-prev::after {
  content: "\e903";
}
section#homepage-hero .swiper .swiper-controls-wrapper .swiper-button-next::after {
  content: "\e904";
}

@media (min-width: 768px) {
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide img {
    aspect-ratio: 3/1;
  }
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper {
    max-width: calc(100% - 48px);
    width: 100%;
  }
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h1,
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h2 {
    font: normal normal 500 28px/35px "loos-wide";
  }
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h1 a,
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h2 a {
    font: normal normal 500 28px/35px "loos-wide";
  }
}
@media (max-width: 1024.98px) {
  section#homepage-hero .swiper {
    height: 585px;
  }
  section#homepage-hero .swiper .swiper-wrapper {
    height: 585px;
  }
  section#homepage-hero .swiper .swiper-controls-wrapper {
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  section#homepage-hero {
    height: 538px;
  }
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper {
    max-width: calc(75% - 48px);
    bottom: 10px;
    width: 730px;
    margin: unset;
    left: 68px;
    right: 68px;
  }
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h1,
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h2 {
    font: normal normal 500 36px/44px "loos-wide";
  }
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h1 a,
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper h2 a {
    font: normal normal 500 36px/44px "loos-wide";
  }
  section#homepage-hero .swiper .swiper-controls-wrapper {
    top: 506px;
    left: unset;
    justify-content: flex-end;
    right: 68px;
  }
  section#homepage-hero .swiper .swiper-controls-wrapper .swiper-pagination button {
    background-color: #AAA9FA;
  }
  section#homepage-hero .swiper .swiper-controls-wrapper .swiper-pagination button.active {
    background-color: #5744C5;
  }
}
@media (min-width: 1441px) {
  section#homepage-hero .swiper .swiper-wrapper .swiper-slide .homepage-hero-teaserbox-wrapper {
    width: 745px;
  }
  section#homepage-hero .swiper .swiper-controls-wrapper {
    right: 128px;
  }
}
section.word-cloud {
  background-color: #AAA9FA;
}
section.word-cloud h2.word-cloud-title {
  font: normal normal 500 24px/32px graphik, sans-serif;
  letter-spacing: -0.03em;
}
section.word-cloud .word-cloud-item-tag-wrapper .tag {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
section.word-cloud .word-cloud-item-tag-wrapper .tag.active, section.word-cloud .word-cloud-item-tag-wrapper .tag:hover {
  border-radius: 0;
  background-color: #0C0C0C !important;
  transition: all 0.3s;
}
section.word-cloud .word-cloud-item-tag-wrapper .tag.active a, section.word-cloud .word-cloud-item-tag-wrapper .tag:hover a {
  border-color: #0C0C0C !important;
  border-radius: 0;
  color: #fff !important;
  transition: all 0.3s;
}
section.word-cloud .word-cloud-item-tag-wrapper .tag a {
  font: normal normal 400 16px/22px graphik, sans-serif !important;
  color: #0C0C0C;
  letter-spacing: -0.18px;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s;
}
section.word-cloud .word-cloud-item-tag-wrapper .tag a:hover {
  border-color: #0C0C0C !important;
  border-radius: 0;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  section.word-cloud h2.word-cloud-title {
    font: normal normal 500 24px/30px graphik, sans-serif;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1025px) {
  section.word-cloud h2.word-cloud-title {
    font: normal normal 500 28px/34px graphik, sans-serif;
    letter-spacing: -0.03em;
  }
  section.word-cloud .word-cloud-item-tag-wrapper .tag a {
    font: normal normal 400 18px/26px graphik, sans-serif !important;
  }
}
section.partner-listings-wrapper {
  padding: 40px 0;
}
section.partner-listings-wrapper .partner-listings .partner-listings-header h2 {
  font: normal normal 500 38px/40px "loos-wide";
}
section.partner-listings-wrapper .partner-listings .partner-listings-header .partner-filter-wrapper span {
  font: normal normal 500 12px/18px "loos-condensed", sans-serif;
  color: #4D4D4D;
  letter-spacing: 1.2px;
}
section.partner-listings-wrapper .partner-listings .partner-listings-header .partner-filter-wrapper .partner-filter-dropdown-wrapper .partner-filter-dropdown {
  position: relative;
  width: 252px;
}
section.partner-listings-wrapper .partner-listings .partner-listings-header .partner-filter-wrapper .partner-filter-dropdown-wrapper .partner-filter-dropdown select {
  color: #666;
  font: normal normal 400 14px/20px graphik, sans-serif;
  letter-spacing: -0.14px;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #666;
}
section.partner-listings-wrapper .partner-listings .partner-listings-header .partner-filter-wrapper .partner-filter-dropdown-wrapper .partner-filter-dropdown:after {
  content: "\e90d";
  position: absolute;
  display: inline-flex;
  align-items: center;
  color: #666;
  font-family: "foundry-icon-library";
  font-size: 20px;
  top: 0;
  z-index: 1;
  height: 100%;
  right: 24px;
  pointer-events: none;
}
section.partner-listings-wrapper .partner-listings .partner-listings-list {
  padding-top: 40px;
  row-gap: 48px !important;
}
section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box,
section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box {
  border-bottom: 1px solid #B6AEAA;
}
section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box h3,
section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box h3 {
  font: normal normal 400 18px/23px graphik, sans-serif;
}
section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box h3 a,
section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box h3 a {
  display: block;
  font: inherit;
}
section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .related-content-items,
section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .related-content-items {
  padding-top: 1.5rem;
  padding-bottom: 48px;
  border-bottom: 1px solid #B6AEAA;
}
section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .related-content-items h5,
section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .related-content-items h5 {
  font: normal normal 400 18px/23px graphik, sans-serif;
}
section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .related-content-items h5 a,
section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .related-content-items h5 a {
  font: inherit;
}
section.partner-listings-wrapper .partner-listings .partner-listings-footer-wrapper {
  grid-template-columns: 1fr 1fr;
}
section.partner-listings-wrapper .partner-listings .partner-listings-footer-right a:hover span {
  color: inherit !important;
}
section.partner-listings-wrapper .partner-listings .partner-listings-footer-pagination .partner-listings-footer-pagination-wrapper a.partner-listings-footer-pagination-left-control i,
section.partner-listings-wrapper .partner-listings .partner-listings-footer-pagination .partner-listings-footer-pagination-wrapper a.partner-listings-footer-pagination-right-control i {
  font-size: 32px;
}
section.partner-listings-wrapper .partner-listings .partner-listings-footer-pagination .partner-listings-footer-pagination-wrapper .partner-listings-footer-pagination-content a {
  font: normal normal 500 14px/23px "loos-normal";
  padding: 2px 10px 3px;
  background-color: transparent;
}
section.partner-listings-wrapper .partner-listings .partner-listings-footer-pagination .partner-listings-footer-pagination-wrapper .partner-listings-footer-pagination-content a.active, section.partner-listings-wrapper .partner-listings .partner-listings-footer-pagination .partner-listings-footer-pagination-wrapper .partner-listings-footer-pagination-content a:hover {
  color: #0C0C0C;
  background-color: #fff;
  border-radius: 14px;
}
section.partner-listings-wrapper .partner-listings .partner-listings-footer-pagination .partner-listings-footer-pagination-wrapper .partner-listings-footer-pagination-content a.active:hover {
  color: #0C0C0C !important;
}

@media (min-width: 1025px) {
  section.partner-listings-wrapper {
    padding: 48px 0;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list {
    padding-top: 48px;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper {
    border-bottom: 1px solid #B6AEAA;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item {
    grid-template-columns: 65% auto;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box {
    grid-template-columns: 184px 1fr;
    column-gap: 48px;
    border-bottom: none;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box h3,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-teaser-box h3 {
    font: normal normal 500 28px/34px graphik, sans-serif;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-aside,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item .partner-listings-list-item-aside {
    border-left: 1px solid #B6AEAA;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .related-content-items:first-child,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .related-content-items:first-child {
    padding-top: 0;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .related-content-items:last-child,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .related-content-items:last-child {
    border-bottom: 0;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item-expanded-assets .expanded-assets-wrapper,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item-expanded-assets .expanded-assets-wrapper {
    grid-template-columns: 184px 1fr;
    column-gap: 48px;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item-expanded-assets .expanded-assets-wrapper .related-content-items,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item-expanded-assets .expanded-assets-wrapper .related-content-items {
    border-top: 1px solid #B6AEAA;
  }
}
@media (min-width: 1441px) {
  section.partner-listings-wrapper .partner-listings .partner-listings-list .partner-listings-list-item-wrapper .partner-listings-list-item,
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-list-item-wrapper .partner-listings-list-item {
    grid-template-columns: 878px auto;
  }
  section.partner-listings-wrapper .partner-listings .partner-listings-footer .partner-listings-footer-wrapper {
    grid-template-columns: 878px auto;
  }
}
/* article only */
section#article .article-header-wrapper {
  background: #E2DDDC;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image {
  align-items: self-start;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper {
  position: relative;
  height: 224px;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img {
  position: absolute;
  box-shadow: 4px 4px 6.7px 0 rgba(0, 0, 0, 0.25);
  height: auto;
  max-height: unset;
  object-fit: unset;
  aspect-ratio: auto;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-1 {
  width: 158px;
  z-index: 3;
  transform: scale(1);
  transition: transform 0.4s;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-2 {
  width: 142px;
  z-index: 2;
  transition: left 0.4s;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-3 {
  width: 142px;
  z-index: 1;
  transition-delay: 0.4s;
  transition: left 0.4s;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button {
  padding: 0.5rem 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  text-decoration: none !important;
  right: 128px;
  z-index: 4;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button span {
  font: normal normal 400 12px/17px graphik, sans-serif;
  line-height: unset;
  font-weight: 500;
  color: #0C0C0C;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button i {
  color: #0C0C0C;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button:hover span {
  color: #0C0C0C !important;
  text-decoration: none;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper .article-header-content {
  align-self: center;
  color: #0C0C0C;
}
section#article .article-header-wrapper.asset-header .article-header-content-wrapper .article-header-content .whitepaper-asset-button-wrapper a.secondary-cta-btn:hover span {
  color: #fff !important;
}
section#article .article-header-wrapper .article-header-content-wrapper .article-header-content h1 {
  color: #0C0C0C;
  font: normal normal 500 38px/40px "loos-wide";
}
section#article .article-header-wrapper .article-header-content-wrapper .article-header-content ul.meta-type-list > li {
  color: #0C0C0C;
  text-transform: uppercase;
}
section#article .article-header-wrapper .article-header-content-wrapper .article-header-content ul.meta-type-list > li:last-child {
  list-style-type: disc;
  list-style-position: inside;
}
section#article .article-header-wrapper .article-header-content-wrapper .article-header-content ul.meta-type-list > li span.time {
  color: #0C0C0C;
}
section#article .article-header-wrapper .article-header-content-wrapper .article-header-content ul.meta-type-list > li i {
  color: #0C0C0C;
  font-size: 1.2rem;
}
section#article .article-content-wrapper {
  background: #fff;
}
section#article .article-content-wrapper .article-body {
  display: grid;
}
section#article .article-content-wrapper .article-body .article-content > *:not(.jwplayer, h1, h2, h3, h4, h5, h6) {
  padding-bottom: 20px;
  padding-top: 0;
}
section#article .article-content-wrapper .article-body .article-content > *:first-child {
  padding-top: 0;
}
section#article .article-content-wrapper .article-body .article-content > h1,
section#article .article-content-wrapper .article-body .article-content > h2,
section#article .article-content-wrapper .article-body .article-content > h3,
section#article .article-content-wrapper .article-body .article-content > h4,
section#article .article-content-wrapper .article-body .article-content > h5,
section#article .article-content-wrapper .article-body .article-content > h6 {
  padding-top: 0.5rem !important;
  padding-bottom: 1.5rem !important;
}
section#article .article-content-wrapper .article-body .article-content > h1 strong,
section#article .article-content-wrapper .article-body .article-content > h2 strong,
section#article .article-content-wrapper .article-body .article-content > h3 strong,
section#article .article-content-wrapper .article-body .article-content > h4 strong,
section#article .article-content-wrapper .article-body .article-content > h5 strong,
section#article .article-content-wrapper .article-body .article-content > h6 strong {
  font-weight: inherit;
}
section#article .article-content-wrapper .article-body .article-content > a,
section#article .article-content-wrapper .article-body .article-content > p a,
section#article .article-content-wrapper .article-body .article-content ul > li a {
  text-decoration: underline;
  text-decoration-color: #0C0C0C;
  text-underline-offset: 0.25rem;
  transition: color 0.15s linear, text-decoration 0.15s linear;
}
section#article .article-content-wrapper .article-body .article-content > a span, section#article .article-content-wrapper .article-body .article-content > a i,
section#article .article-content-wrapper .article-body .article-content > p a span,
section#article .article-content-wrapper .article-body .article-content > p a i,
section#article .article-content-wrapper .article-body .article-content ul > li a span,
section#article .article-content-wrapper .article-body .article-content ul > li a i {
  text-decoration: none;
}
section#article .article-content-wrapper .article-body .article-content > a:hover,
section#article .article-content-wrapper .article-body .article-content > p a:hover,
section#article .article-content-wrapper .article-body .article-content ul > li a:hover {
  text-decoration-color: transparent;
}
section#article .article-content-wrapper .article-body .article-content > a:hover span, section#article .article-content-wrapper .article-body .article-content > a:hover i,
section#article .article-content-wrapper .article-body .article-content > p a:hover span,
section#article .article-content-wrapper .article-body .article-content > p a:hover i,
section#article .article-content-wrapper .article-body .article-content ul > li a:hover span,
section#article .article-content-wrapper .article-body .article-content ul > li a:hover i {
  color: #0C0C0C !important;
}
section#article .article-content-wrapper .article-body .article-content strong {
  font-weight: 500 !important;
}
section#article .article-content-wrapper .article-body .article-content a.wp-element-button {
  font: normal normal 500 14px/23px "loos-normal";
  color: #0C0C0C;
  background-color: #AAA9FA !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #AAA9FA;
  border-radius: 0;
  transition: all 0.3s ease;
}
section#article .article-content-wrapper .article-body .article-content a.wp-element-button:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  transition: all 0.3s ease;
}
section#article .article-content-wrapper .article-body .article-content a.wp-element-button:hover {
  opacity: 1;
}
section#article .article-content-wrapper .article-body .article-content ol {
  margin: 0;
}
section#article .article-content-wrapper .article-body .article-content ul > li,
section#article .article-content-wrapper .article-body .article-content ol > li {
  font: normal normal 400 16px/22px graphik, sans-serif;
  padding-top: 0.75rem;
}
section#article .article-content-wrapper .article-body .article-content ul > li:first-child,
section#article .article-content-wrapper .article-body .article-content ol > li:first-child {
  padding-top: 0;
}
section#article .article-content-wrapper .article-body .article-content .idc-assessment-wrapper {
  margin-top: 20px;
}
section#article .article-content-wrapper .article-body .article-content iframe {
  width: 100%;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-embed.wp-block-embed-spotify .wp-block-embed__wrapper, section#article .article-content-wrapper .article-body .article-content figure.wp-block-embed.wp-block-embed-megaphone .wp-block-embed__wrapper, section#article .article-content-wrapper .article-body .article-content figure.wp-block-embed.wp-block-embed-soundcloud .wp-block-embed__wrapper {
  aspect-ratio: unset;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-embed.wp-block-embed-spotify .wp-block-embed__wrapper iframe, section#article .article-content-wrapper .article-body .article-content figure.wp-block-embed.wp-block-embed-megaphone .wp-block-embed__wrapper iframe, section#article .article-content-wrapper .article-body .article-content figure.wp-block-embed.wp-block-embed-soundcloud .wp-block-embed__wrapper iframe {
  height: 152px;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-embed .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-embed .wp-block-embed__wrapper iframe {
  height: 100%;
}
section#article .article-content-wrapper .article-body .article-content figure figcaption {
  margin: 0;
  font: normal normal 400 11px/14px graphik;
  color: #4D4D4D;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
section#article .article-content-wrapper .article-body .article-content figure figcaption a {
  font: normal normal 400 11px/14px graphik;
  color: #4D4D4D;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
section#article .article-content-wrapper .article-body .article-content ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}
section#article .article-content-wrapper .article-body .article-content blockquote {
  padding-left: 48px;
  padding-right: 48px;
  margin: 0;
}
section#article .article-content-wrapper .article-body .article-content blockquote p,
section#article .article-content-wrapper .article-body .article-content blockquote h2,
section#article .article-content-wrapper .article-body .article-content blockquote h3,
section#article .article-content-wrapper .article-body .article-content blockquote h4,
section#article .article-content-wrapper .article-body .article-content blockquote h5,
section#article .article-content-wrapper .article-body .article-content blockquote cite {
  padding-top: 1.5rem;
}
section#article .article-content-wrapper .article-body .article-content blockquote p,
section#article .article-content-wrapper .article-body .article-content blockquote h2,
section#article .article-content-wrapper .article-body .article-content blockquote h4,
section#article .article-content-wrapper .article-body .article-content blockquote h5 {
  border-image: linear-gradient(90deg, #5744C5 80px, transparent 80px) 1;
  border-width: 2px;
  border-style: solid;
  border-bottom: none;
  border-right: none;
  border-left: none;
  padding-bottom: 0;
  font: normal normal 500 24px/32px graphik, sans-serif;
}
section#article .article-content-wrapper .article-body .article-content blockquote cite {
  display: block;
  font: normal normal 400 12px/17px graphik, sans-serif;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote {
  text-align: left;
  margin: 0;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote p,
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h2,
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h3,
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h4,
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h5,
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote cite {
  padding-top: 1.5rem;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote p,
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h2,
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h4,
section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h5 {
  border-image: linear-gradient(90deg, #5744C5 80px, transparent 80px) 1;
  border-width: 2px;
  border-style: solid;
  border-bottom: none;
  border-right: none;
  border-left: none;
  font: normal normal 400 16px/22px graphik, sans-serif;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-table table td {
  font: normal normal 400 16px/22px graphik, sans-serif;
  padding: 1rem;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-table table td strong {
  display: inline-block;
  font: normal normal 400 22px/27px graphik, sans-serif;
  font-weight: 500 !important;
  padding-bottom: 1rem;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-table table td a {
  display: inline-block;
  margin-top: 1rem;
  font: normal normal 500 14px/23px "loos-normal";
  color: #0C0C0C;
  padding: 12px 16px;
  background-color: #AAA9FA !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #AAA9FA;
  border-radius: 0;
  transition: all 0.3s ease;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-table table td a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  transition: all 0.3s ease;
}
section#article .article-content-wrapper .article-body .article-content .article-advertisement {
  padding-top: 20px;
}
section#article .article-content-wrapper .article-body .article-content .article-advertisement .article-advertisement-header {
  font: normal normal 400 16px/22px graphik, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333;
}
section#article .article-content-wrapper .article-body .article-content .article-advertisement a img {
  width: 300px;
  height: 250px;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card {
  cursor: pointer;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper {
  background-color: #E2DDDC;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper:hover .article-teaser-card-description .mercury-title {
  color: #0C0C0C;
  text-decoration: underline;
  text-decoration-color: #0C0C0C;
  text-underline-offset: 4px;
  transition: color 0.15s linear, text-decoration 0.15s linear;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper:hover .article-teaser-card-description .mercury-title button {
  text-decoration: inherit;
  color: inherit;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-icon {
  color: #5744C5;
  font-size: 32px;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-description {
  font: normal normal 400 12px/17px graphik, sans-serif;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-description span.content-type {
  font: normal normal 600 12px/19px "loos-normal", sans-serif;
  color: #5744C5;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-description .mercury-title {
  padding-bottom: 26px;
  text-decoration: underline;
  text-decoration-color: transparent;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-description .mercury-title button {
  color: #0C0C0C;
  border: 0;
  background-color: transparent;
}
section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-description .mercury-title button:focus {
  outline: 2px solid rgb(16, 16, 16);
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog {
  max-width: 80%;
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body {
  background: #fff;
  box-shadow: -1px 1px 31px 0px rgba(12, 12, 12, 0.5);
  -webkit-box-shadow: -1px 1px 31px 0px rgba(12, 12, 12, 0.5);
  -moz-box-shadow: -1px 1px 31px 0px rgba(12, 12, 12, 0.5);
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body > button {
  background-position: right;
  outline: none;
  box-shadow: none;
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body h3 {
  color: #AAA9FA;
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body h3.mform_header {
  display: none;
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body .description {
  color: #4D4D4D;
  font: normal normal 400 12px/17px graphik, sans-serif;
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body form {
  background-color: #fff;
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body form .input-field {
  border-bottom: 1px solid #0C0C0C;
}
section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body form .input-field input {
  color: #0C0C0C;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}
section#article .article-content-wrapper .article-aside {
  padding-top: 20px;
}
section#article .article-content-wrapper .article-aside.asset-aside {
  order: -1;
}
section#article .article-content-wrapper .article-aside.asset-aside .article-aside-wrapper {
  top: 1.5rem;
  border: 1px solid #666;
}
section#article .article-content-wrapper .article-aside.asset-aside .article-aside-wrapper ul > li {
  color: #0C0C0C;
}
section#article .article-content-wrapper .article-aside.asset-aside .article-aside-wrapper ul > li > span {
  color: #0C0C0C;
}
section#article .article-content-wrapper .article-aside.asset-aside .article-aside-wrapper ul > li svg {
  width: 3px;
  height: 3px;
}
section#article .article-content-wrapper .article-aside.asset-aside .article-aside-wrapper ul > li.w-100 {
  font: normal normal 500 14px/21px graphik, sans-serif;
}
section#article .article-content-wrapper .article-aside.asset-aside .article-aside-wrapper ul.gated-asset-meta-type-list li span {
  min-width: 80px;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper {
  border-top: 1px solid #E0E0E0;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-social-media-wrapper {
  gap: 20px;
  padding-top: 48px;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-social-media-wrapper span {
  font: normal normal 400 11px/14px graphik;
  font-family: graphik, sans-serif;
  padding-right: 20px;
  border-right: 1px solid #B6AEAA;
  letter-spacing: 0.02em;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-social-media-wrapper ul {
  gap: 20px;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-social-media-wrapper ul > li a, section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-social-media-wrapper ul > li i {
  font-size: 1.5rem;
  text-decoration: none;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-social-media-wrapper ul > li a:hover, section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-social-media-wrapper ul > li i:hover {
  text-decoration: none;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .prev-article {
  padding-bottom: 20px;
  border-bottom: 1px solid #B6AEAA;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .prev-article a {
  padding-left: 20px !important;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .next-article {
  padding-top: 20px;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .next-article a {
  padding-right: 20px !important;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .prev-article .description,
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .next-article .description {
  width: 100%;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .prev-article .description a,
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .next-article .description a {
  font: normal normal 400 18px/26px graphik, sans-serif;
  padding: 0 !important;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper a i {
  font-size: 12px;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper h5 {
  font: normal normal 400 22px/27px graphik, sans-serif !important;
  letter-spacing: unset !important;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper .related-content-items {
  border-bottom: 1px solid #B6AEAA;
  padding-top: 0.75rem;
  /*
  &:last-child {
  	border: none;
  }
  */
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper .related-content-items:first-child {
  padding-top: 1.5rem;
}
section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper .related-content-items .content-type-description,
section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper .related-content-items .content-type-meta {
  font: normal normal 400 12px/17px graphik, sans-serif;
}

@media (max-width: 767.98px) {
  section#article .asset-sticky-mobile-bar {
    z-index: 5;
    border-bottom: 1px solid #B4B2B1;
    background: #E2DDDC;
    box-shadow: 0px 20px 46px -32px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0px 20px 46px -32px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 20px 46px -32px rgba(0, 0, 0, 0.51);
  }
  section#article .asset-sticky-mobile-bar .col a.base-cta-btn.secondary-cta-btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .prev-article .description,
  section#article .article-content-wrapper .article-aside .article-aside-wrapper .article-control-wrapper .next-article .description {
    width: auto;
  }
}
@media (max-width: 1024.98px) {
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper {
    max-width: 380px;
    width: 100%;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper picture {
    position: absolute;
    width: 158px;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper picture:has(.preview-image-2), section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper picture:has(.preview-image-3) {
    width: 142px;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper picture:has(.preview-image-2) {
    left: 0;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper picture:has(.preview-image-3) {
    right: 0;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-2 {
    left: 0;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-3 {
    right: 0;
  }
}
@media (min-width: 1025px) {
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container {
    height: 100%;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    flex-direction: column;
    min-height: 478px;
    height: 100%;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper {
    position: relative;
    bottom: unset;
    height: 280px;
    min-height: unset;
    width: 100%;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper:hover img.preview-image-2, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper:hover img.preview-image-2 {
    top: 0;
    left: 0;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper:hover img.preview-image-3, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper:hover img.preview-image-3 {
    top: 0;
    left: 0;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img {
    top: unset;
    bottom: unset;
    width: 392px;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-2, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-2 {
    top: 20px;
    left: 20px;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-3, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-3 {
    top: 40px;
    left: 40px;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper .asset-download-button, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper .asset-download-button {
    display: none !important;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper {
    padding: 40px 0;
    gap: 2rem;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper .article-header-content {
    padding-right: 0;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper .article-header-content h1 {
    font: normal normal 500 44px/50px "loos-wide";
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image {
    align-items: self-start;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-content {
    padding-right: 0;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container {
    max-width: 100% !important;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper {
    position: relative;
    display: block;
    height: 418px;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover img.preview-image-1 {
    transform: scale(1.05);
    transition: transform 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover img.preview-image-1.solo-pdf-thumbnail {
    transform: scale(1.05);
    transition: transform 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover img.preview-image-2 {
    left: 0;
    transition: left 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover img.preview-image-3 {
    left: 0;
    transition: left 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover .asset-download-button {
    bottom: 0.25rem;
    right: 118px;
    transition: all 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover .asset-download-button.solo-pdf-thumbnail {
    right: 0.25rem;
    bottom: 6px;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-1 {
    width: 322px;
    z-index: 3;
    transform: scale(1);
    transition: transform 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-1.solo-pdf-thumbnail {
    right: 0 !important;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-2 {
    top: 12px;
    left: 73px;
    width: 304px;
    z-index: 2;
    transition: left 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-3 {
    top: 24px;
    left: 146px;
    width: 286px;
    z-index: 1;
    transition-delay: 0.4s ease-out;
    transition: left 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button {
    right: 126px;
    bottom: 16px;
    z-index: 4;
    transition: right 0.4s ease-out, bottom 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button.solo-pdf-thumbnail {
    left: unset;
    bottom: 16px;
    right: 1rem;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button span {
    font: normal normal 400 12px/17px graphik, sans-serif;
    line-height: unset;
    font-weight: 500;
    color: #0C0C0C;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button i {
    color: #0C0C0C;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button:hover span {
    color: #0C0C0C !important;
    text-decoration: none;
  }
  section#article .article-header-wrapper .article-header-content-wrapper .article-header-content h1 {
    font: normal normal 500 60px/68px "loos-wide";
  }
  section#article .article-header-wrapper .article-header-content-wrapper.article-header-with-image {
    display: grid;
    grid-template-columns: 1fr 480px;
    align-items: center;
  }
  section#article .article-header-wrapper .article-header-content-wrapper.article-header-with-image .article-header-content {
    padding-right: 2rem;
  }
  section#article .article-header-wrapper .article-header-content-wrapper.article-header-with-image .article-header-desktop-image img {
    object-fit: cover;
    max-height: 390px;
    aspect-ratio: 4/3;
  }
  section#article .article-header-wrapper .article-header-content-wrapper .article-header-content ul.meta-type-list > li:last-child {
    list-style-type: disc;
    list-style-position: inside;
  }
  section#article .article-header-wrapper .article-header-content-wrapper .article-header-content ul.meta-type-list > li i {
    font-size: 1.2rem;
  }
  section#article .article-header-wrapper .article-header-content-wrapper .article-header-content .tag {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  section#article .article-header-wrapper .article-header-content-wrapper .article-header-content .tag a {
    text-transform: uppercase;
    color: #000 !important;
    padding: 0.75rem 1rem;
    border: none;
  }
  section#article .article-content-wrapper .article-body {
    grid-template-columns: 1fr 355px;
  }
  section#article .article-content-wrapper .article-body .article-content > *:not(.jwplayer, h1, h2, h3, h4, h5, h6) {
    padding-bottom: 40px !important;
  }
  section#article .article-content-wrapper .article-body .article-content > *:first-child {
    padding-top: 0;
  }
  section#article .article-content-wrapper .article-body .article-content a {
    font: inherit;
    font-weight: 500;
  }
  section#article .article-content-wrapper .article-body .article-content ul,
  section#article .article-content-wrapper .article-body .article-content ol {
    padding-left: 48px;
  }
  section#article .article-content-wrapper .article-body .article-content ul > li,
  section#article .article-content-wrapper .article-body .article-content ol > li {
    font: normal normal 400 18px/26px graphik, sans-serif;
    padding-top: 1rem;
  }
  section#article .article-content-wrapper .article-body .article-content a.wp-element-button {
    margin-left: 48px;
  }
  section#article .article-content-wrapper .article-body .article-content .idc-assessment-wrapper {
    margin-top: 48px;
  }
  section#article .article-content-wrapper .article-body .article-content blockquote p,
  section#article .article-content-wrapper .article-body .article-content blockquote h2,
  section#article .article-content-wrapper .article-body .article-content blockquote h4,
  section#article .article-content-wrapper .article-body .article-content blockquote h5 {
    font: normal normal 500 28px/34px graphik, sans-serif;
  }
  section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote p,
  section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h2,
  section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h4,
  section#article .article-content-wrapper .article-body .article-content figure.wp-block-pullquote blockquote h5 {
    font: normal normal 400 18px/26px graphik, sans-serif;
  }
  section#article .article-content-wrapper .article-body .article-content figure.wp-block-table table td {
    font: normal normal 400 18px/26px graphik, sans-serif;
    padding: 1.5rem;
  }
  section#article .article-content-wrapper .article-body .article-content figure.wp-block-table table td strong {
    font: normal normal 400 24px/31px graphik, sans-serif;
    padding-bottom: 1rem;
  }
  section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-image img {
    width: 185px;
    height: 185px;
  }
  section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-description {
    font: normal normal 400 24px/31px graphik, sans-serif;
  }
  section#article .article-content-wrapper .article-body .article-content .article-teaser-card .article-teaser-card-wrapper .article-teaser-card-description .mercury-title {
    padding-bottom: 38px;
  }
  section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog .modal-content .modal-body .description {
    font: normal normal 400 14px/21px graphik, sans-serif;
  }
  section#article .article-content-wrapper .article-aside.asset-aside {
    order: 0;
  }
  section#article .article-content-wrapper .article-aside .article-aside-wrapper {
    border: none;
  }
  section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper h5 {
    font: normal normal 400 18px/23px graphik, sans-serif !important;
    color: #4D4D4D;
  }
  section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper .related-content-items div.content-type-description,
  section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper .related-content-items div.content-type-meta {
    font: normal normal 400 12px/17px graphik, sans-serif;
  }
  section#article .article-content-wrapper .article-aside .article-aside-wrapper .related-content-wrapper .related-content-items .content-type-description .content-type-headline a {
    font: normal normal 400 22px/27px graphik, sans-serif;
  }
}
@media (min-width: 1441px) {
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper {
    height: 314px;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper:hover img.preview-image-2, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper:hover img.preview-image-2 {
    top: 20px;
    left: unset;
    transform: rotate(7deg);
    transition: transform 0.3s ease-in;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper:hover img.preview-image-3, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper:hover img.preview-image-3 {
    top: 40px;
    left: unset;
    transform: rotate(14deg);
    transition: transform 0.3s ease-in;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img {
    width: 488px;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-1, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-1 {
    top: 0;
    right: 40px;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-2, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-2 {
    top: 20px;
    left: unset;
    right: 20px;
    transition: transform 0.3s ease-out;
  }
  section#article .article-header-wrapper.asset-header.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-3, section#article .article-header-wrapper.asset-header.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-3 {
    top: 40px;
    left: unset;
    right: 0;
    transition: transform 0.3s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper {
    min-height: 450px;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper .article-header-content h1 {
    font: normal normal 500 60px/68px "loos-wide";
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image {
    grid-template-columns: 1fr 528px;
    gap: 4rem;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image {
    height: 100%;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper {
    bottom: -80px;
    position: absolute;
    display: inline-block;
    height: auto;
    width: 100%;
    min-height: 478px;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover img.preview-image-1 {
    transform: scale(1);
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover img.preview-image-2 {
    top: unset;
    bottom: 12px;
    transform: rotate(7deg);
    left: unset;
    transition: transform 0.3s ease-in;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover img.preview-image-3 {
    top: unset;
    bottom: 24px;
    transform: rotate(14deg);
    left: unset;
    transition: transform 0.3s ease-in;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover .asset-download-button:not(.solo-pdf-thumbnail) {
    bottom: 1rem;
    right: unset;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper:hover .asset-download-button.solo-pdf-thumbnail {
    bottom: 0;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img {
    position: absolute;
    box-shadow: 4px 4px 6.7px 0 rgba(0, 0, 0, 0.25);
    bottom: 0;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-1 {
    width: 412px;
    height: auto;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-2 {
    top: unset;
    left: unset;
    right: 60px;
    bottom: 12px;
    width: 396px;
    height: auto;
    transform: rotate(0);
    transition: transform 0.3s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-3 {
    top: unset;
    left: unset;
    right: 0;
    bottom: 24px;
    width: 378px;
    height: auto;
    transform: rotate(0);
    transition: transform 0.3s ease-out;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button {
    right: unset;
    left: 338px;
    bottom: 1rem;
    z-index: 4;
  }
  section#article .article-header-wrapper.asset-header .article-header-content-wrapper .article-header-content {
    min-height: 452px;
  }
  section#article .article-header-wrapper .article-header-content-wrapper.article-header-with-image {
    grid-template-columns: 1fr 520px;
  }
  section#article .article-content-wrapper .article-body .article-content #mercury-form-modal .modal-dialog {
    max-width: 1152px;
  }
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image {
  grid-template-columns: 1fr !important;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image {
  padding-right: 0 !important;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper {
  position: relative;
  height: 100%;
  padding: 1.5rem 0;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img {
  box-shadow: 4px 4px 6.7px 0 rgba(0, 0, 0, 0.25);
  width: auto;
  max-height: unset;
  object-fit: unset;
  aspect-ratio: auto;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-1 {
  position: relative;
  left: 20px;
  height: 142px;
  width: auto;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.4s;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-2 {
  position: relative;
  height: 158px;
  width: auto;
  z-index: 2;
  transition: left 0.4s;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-2.solo-pdf-thumbnail {
  right: unset;
  left: 0;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper img.preview-image-3 {
  position: relative;
  right: 20px;
  height: 142px;
  width: auto;
  z-index: 1;
  transition-delay: 0.4s;
  transition: left 0.4s;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button {
  padding: 0.5rem 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  text-decoration: none !important;
  z-index: 4;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button span {
  font: normal normal 400 12px/17px graphik, sans-serif;
  line-height: unset;
  font-weight: 500;
  color: #0C0C0C;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button i {
  color: #0C0C0C;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper .asset-download-button:hover span {
  color: #0C0C0C !important;
  text-decoration: none;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper .article-header-content {
  align-self: center;
  color: #0C0C0C;
}
section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper .article-header-content .whitepaper-asset-button-wrapper a.secondary-cta-btn:hover span {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-1, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-1 {
    display: none;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-3, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-3 {
    display: none;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image a.preview-image-wrapper {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    flex-direction: column;
    right: 100%;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper {
    position: relative;
    bottom: unset;
    height: 280px;
    min-height: unset;
    width: 100%;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img {
    height: auto;
    width: 392px;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-1, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-1 {
    width: 342px;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-2, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-2 {
    right: 190px;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-3, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-3 {
    right: 380px;
    width: 342px;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button {
    display: none !important;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper {
    padding: 40px 0;
    gap: 2rem;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper .article-header-content {
    padding-right: 0;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper .article-header-content h1 {
    font: normal normal 500 44px/50px "loos-wide";
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image {
    align-items: self-start;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-content {
    padding-right: 0;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container {
    max-width: 100% !important;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container {
    padding: 0 !important;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper {
    position: relative;
    display: inline-block !important;
    height: 100%;
    padding-top: 1.5rem;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-1 {
    left: unset;
    height: 286px;
    width: auto;
    transform: scale(1);
    transition: transform 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-2 {
    height: 322px;
    right: 40px;
    width: auto;
    transition: left 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-3 {
    height: 286px;
    right: 80px;
    width: auto;
    transition-delay: 0.4s ease-out;
    transition: left 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button {
    left: 356px;
    bottom: 2rem;
    z-index: 4;
    transition: right 0.4s ease-out, bottom 0.4s ease-out;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button.solo-pdf-thumbnail {
    left: unset;
    right: 1rem;
    bottom: 16px;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button span {
    font: normal normal 400 12px/17px graphik, sans-serif;
    line-height: unset;
    font-weight: 500;
    color: #0C0C0C;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button i {
    color: #0C0C0C;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button:hover span {
    color: #0C0C0C !important;
    text-decoration: none;
  }
}
@media (min-width: 1441px) {
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper {
    height: 314px;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img {
    width: 488px;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-1, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-1 {
    top: 0;
    right: 40px;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-2, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-2 {
    top: 20px;
    left: unset;
    right: 20px;
    transition: transform 0.3s ease-out;
  }
  section#article .article-header-wrapper.asset-header-alt.orientation-landscape .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-3, section#article .article-header-wrapper.asset-header-alt.orientation-square .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .container .asset-preview-image-container a.preview-image-wrapper img.preview-image-3 {
    top: 40px;
    left: unset;
    right: 0;
    transition: transform 0.3s ease-out;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper {
    min-height: 450px;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper .article-header-content h1 {
    font: normal normal 500 60px/68px "loos-wide";
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image {
    height: 100%;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper {
    width: auto;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img {
    box-shadow: 4px 4px 6.7px 0 rgba(0, 0, 0, 0.25);
    bottom: 0;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-1 {
    height: 410px;
    width: auto;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-2 {
    right: 60px;
    height: 478px;
    width: auto;
    transform: rotate(0);
    transition: transform 0.3s ease-out;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper img.preview-image-3 {
    right: 120px;
    height: 410px;
    width: auto;
    transform: rotate(0);
    transition: transform 0.3s ease-out;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button:not(.solo-pdf-thumbnail) {
    bottom: 2.5rem;
    left: 550px;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper.article-header-with-image .article-header-desktop-image .asset-preview-image-container a.preview-image-wrapper .asset-download-button.solo-pdf-thumbnail {
    right: 1rem;
  }
  section#article .article-header-wrapper.asset-header-alt .article-header-content-wrapper .article-header-content {
    min-height: 452px;
  }
}
.asset-slider-wrapper h4 {
  font: normal normal 400 24px/31px graphik, sans-serif !important;
}
.asset-slider-wrapper .asset-slider {
  margin-left: 28px;
}
.asset-slider-wrapper .asset-slider.promotion-box .swiper .card-collection-item .card-collection-item-cta a {
  text-decoration: none !important;
}
.asset-slider-wrapper .asset-slider.promotion-box .swiper .card-collection-item .card-collection-item-cta a:hover {
  border-bottom: 1px solid #0C0C0C;
}
.asset-slider-wrapper .asset-slider .swiper .swiper-slide {
  display: flex;
  width: fit-content;
  height: auto;
}
.asset-slider-wrapper .asset-slider .swiper .card-collection-item {
  width: 240px;
}

@media (min-width: 768px) {
  .asset-slider-wrapper .asset-slider {
    margin-left: 24px;
  }
}
@media (min-width: 1025px) {
  .asset-slider-wrapper .asset-slider {
    margin-left: 48px;
  }
  .asset-slider-wrapper .asset-slider.promotion-box {
    margin-left: 116px;
  }
  .asset-slider-wrapper .asset-slider.promotion-box .swiper .card-collection-item {
    width: 250px;
  }
  .asset-slider-wrapper .swiper-controls-wrapper {
    height: 100px;
    width: 250px;
    margin: 0 auto;
  }
  .asset-slider-wrapper .swiper-controls-wrapper .swiper-button-next,
  .asset-slider-wrapper .swiper-controls-wrapper .swiper-button-prev {
    z-index: 999;
  }
  .asset-slider-wrapper .swiper-controls-wrapper .swiper-button-next::after {
    font-family: "foundry-icon-library";
    font-size: 32px;
    content: "\e904";
    color: #0C0C0C;
  }
  .asset-slider-wrapper .swiper-controls-wrapper .swiper-button-prev::after {
    font-family: "foundry-icon-library";
    font-size: 32px;
    content: "\e903";
    color: #0C0C0C;
  }
  .asset-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
    background-color: #AAA9FA;
    opacity: 1;
  }
  .asset-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #5744C5;
    opacity: 1;
  }
}
@media (min-width: 1441px) {
  .asset-slider-wrapper .asset-slider {
    margin-left: 0;
  }
  .asset-slider-wrapper .asset-slider.promotion-box {
    margin-left: 0;
  }
  .asset-slider-wrapper .asset-slider.promotion-box .swiper .card-collection-item {
    width: 277px;
  }
  .asset-slider-wrapper .asset-slider .swiper .card-collection-item {
    width: 312px;
  }
}
/* article only */
/* topics only */
section#topic-header {
  background-color: #E2DDDC;
}
section#topic-header .topic-header-wrapper h1 {
  color: #0C0C0C;
}
section#topic-header .topic-header-wrapper .topic-name {
  color: #0C0C0C;
  font: normal normal 400 16px/26px graphik, sans-serif;
  max-width: 648px;
}

@media (min-width: 1025px) {
  section#topic-header .topic-header-wrapper {
    padding: 48px 0 !important;
  }
  section#topic-header .topic-header-wrapper .topic-name {
    font: normal normal 400 16px/26px graphik, sans-serif;
  }
}
/* topics only */
/* mercury-form only */
.wp-block-foundry-ca-gutenberg-blocks-mercury-form {
  font: normal normal 400 16px/22px graphik, sans-serif;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main {
  background: #fff;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main h3 {
  color: #AAA9FA;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main h3#finalStepMsg {
  color: #0C0C0C !important;
  font-size: 22px;
  line-height: 27px;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .main_reg_form {
  border-bottom: 1px solid #0C0C0C;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .main_reg_form input#main_email {
  color: #0C0C0C;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .main_reg_form label a {
  text-decoration: underline;
  text-decoration-color: #0C0C0C;
  text-underline-offset: 4px;
  transition: color 0.15s linear, text-decoration 0.15s linear;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .main_reg_form label a span, .wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .main_reg_form label a i {
  text-decoration: none;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .main_reg_form label a:hover {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .main_reg_form label a:hover span, .wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .main_reg_form label a:hover i {
  color: #0C0C0C !important;
}
.wp-block-foundry-ca-gutenberg-blocks-mercury-form .register_main .reg-submit button {
  font: normal normal 500 14px/23px "loos-normal" !important;
}

@media (min-width: 1025px) {
  .wp-block-foundry-ca-gutenberg-blocks-mercury-form {
    font: normal normal 400 18px/26px graphik, sans-serif;
  }
}
/* mercury-form only */
/* gated asset only */
.modal-backdrop {
  background: transparent !important;
}

#doi-message-triggered-form-hide {
  display: none !important;
}

#doi-message-triggered {
  opacity: 1 !important;
  display: block !important;
}

#consent-modal-page-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4D4D4D;
  z-index: 9999;
}

#email-modal {
  height: calc(100% - 75px);
  top: 75px;
}
#email-modal.show .modal-dialog {
  bottom: 1rem;
}
#email-modal .modal-dialog {
  position: fixed;
  max-width: 320px;
  bottom: -100%;
  right: 1rem;
  transform: translateY(0);
  transition: bottom 0.4s ease-out;
}
#email-modal .modal-dialog .modal-content {
  padding: 1.5rem;
  box-shadow: 5px 5px 15px -8px rgba(146, 148, 151, 0.8);
}
#email-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
#email-modal .modal-dialog .modal-content .modal-body .email-modal-text-wrapper p {
  font: normal normal 400 16px/22px graphik, sans-serif;
  color: #666;
}
#email-modal .modal-dialog .modal-content .modal-body .email-modal-text-wrapper p a {
  font: normal normal 400 16px/22px graphik, sans-serif;
  color: #666;
  text-decoration: underline;
}
#email-modal .modal-dialog .modal-content .modal-body .email-modal-cta-wrapper button {
  font: normal normal 400 14px/21px graphik, sans-serif;
  padding: 10px 14px;
}

#instant-email-modal .instant-modal-header {
  border-bottom: 1px solid #98A2B3;
}
#instant-email-modal .instant-modal-header p {
  font: normal normal 400 16px/22px graphik, sans-serif;
  color: #666;
}
#instant-email-modal .instant-modal-body h4 {
  font: normal normal 500 28px/35px "loos-wide";
  color: #666;
}
#instant-email-modal .instant-modal-body p {
  color: #666;
}

#mautic-modal,
#instant-email-modal {
  z-index: 99999;
  background-color: #4D4D4D;
}
#mautic-modal .modal-dialog,
#instant-email-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}
#mautic-modal .modal-dialog .modal-content,
#instant-email-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  min-height: 86vh;
}
#mautic-modal .modal-dialog .modal-content .modal-header,
#instant-email-modal .modal-dialog .modal-content .modal-header {
  background-color: #4D4D4D;
  border: none;
  padding: 0.75rem 28px;
}
#mautic-modal .modal-dialog .modal-content .modal-header img,
#instant-email-modal .modal-dialog .modal-content .modal-header img {
  border-radius: 0 !important;
  max-width: 194px;
  max-height: 25px;
}
#mautic-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn,
#instant-email-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: none;
  background: none;
}
#mautic-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn:hover:before,
#instant-email-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn:hover:before {
  color: #0C0C0C;
}
#mautic-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn:hover i,
#instant-email-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn:hover i {
  color: #0C0C0C;
}
#mautic-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn:before,
#instant-email-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn:before {
  content: "Close";
  font-family: graphik !important;
  font-size: 12px;
  line-height: 24px;
  color: #0C0C0C;
  filter: none;
}
#mautic-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn i,
#instant-email-modal .modal-dialog .modal-content .modal-header button.mautic-modal-close-btn i {
  color: #0C0C0C;
  font-size: 24px;
  line-height: 24px;
}
#mautic-modal .modal-dialog .modal-content .modal-body,
#instant-email-modal .modal-dialog .modal-content .modal-body {
  background-color: #4D4D4D;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 28px;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1025px;
  height: fit-content;
  padding: 1.5rem;
  background: #1A1A1A;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper {
  background-color: transparent;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .form-title,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .form-title {
  font: normal normal 400 22px/27px graphik, sans-serif;
  font-family: "loos-wide";
  letter-spacing: -0.02em;
  color: #fff;
  padding-bottom: 0.5rem;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper p,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper p {
  font: normal normal 400 14px/20px graphik, sans-serif;
  color: #666;
  margin: 0;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper p:last-child,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper p:last-child {
  padding-bottom: 0;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper p.description,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper p.description {
  font: normal normal 400 16px/22px graphik, sans-serif !important;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper form input.form-check-input,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper form input.form-check-input {
  margin-right: 0.5rem;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper form button[disabled],
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper form button[disabled] {
  background-color: #666 !important;
  border-color: #666 !important;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A1A1A;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay.fade-in,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay.fade-in {
  opacity: 1;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  height: 32px;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span {
  width: 5px;
  border-radius: 3px;
  background: #666;
  animation: bar-grow 1s ease-in-out infinite;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(1),
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(1) {
  height: 14px;
  animation-delay: 0s;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(2),
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(2) {
  height: 22px;
  animation-delay: 0.15s;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(3),
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(3) {
  height: 30px;
  animation-delay: 0.3s;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(4),
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(4) {
  height: 22px;
  animation-delay: 0.45s;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(5),
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-overlay .spinner-bars span:nth-child(5) {
  height: 14px;
  animation-delay: 0.6s;
}
@keyframes bar-grow {
  0%, 100% {
    transform: scaleY(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper a,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper a {
  text-decoration: underline;
  transition: all 0.3s linear;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper a:hover,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper a:hover {
  text-decoration: transparent;
  transition: all 0.3s linear;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper a, #mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper p,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper a,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper p {
  color: #0C0C0C;
  font: normal normal 400 16px/22px graphik, sans-serif;
  line-height: 22px;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper #mautic-form-user-email,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper #mautic-form-user-email {
  font-weight: 500;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper p.additional-info,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper p.additional-info {
  color: #444;
  font: normal normal 400 14px/20px graphik, sans-serif;
  line-height: 20px;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper p.additional-info a,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper p.additional-info a {
  color: #444;
  font: normal normal 400 14px/20px graphik, sans-serif;
  line-height: 20px;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper,
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-expired-helper,
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-confirmerror-helper,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-expired-helper,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-confirmerror-helper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-helper,
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-helper,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper {
  transition: opacity 0.4s ease;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-helper.fade-out,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-helper.fade-out {
  opacity: 0;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper {
  opacity: 0;
}
#mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper.fade-in,
#instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .mautic-form-doi-message-helper.fade-in {
  opacity: 1;
}

@media (min-width: 768px) {
  #email-modal.show .modal-dialog {
    bottom: 2rem;
  }
  #email-modal .modal-dialog {
    max-width: 457px;
  }
  #email-modal .modal-dialog .modal-content {
    padding: 2rem;
  }
  #email-modal .modal-dialog .modal-content .modal-body .email-modal-text-wrapper p {
    font: normal normal 400 14px/20px graphik, sans-serif;
  }
  #email-modal .modal-dialog .modal-content .modal-body .email-modal-text-wrapper p a {
    font: normal normal 400 14px/20px graphik, sans-serif;
  }
  #email-modal .modal-dialog .modal-content .modal-body .email-modal-cta-wrapper button {
    font: normal normal 500 14px/23px "loos-normal";
    padding: 12px 18px;
  }
  #mautic-modal .modal-dialog .modal-content .modal-header,
  #instant-email-modal .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 48px;
  }
  #mautic-modal .modal-dialog .modal-content .modal-header img,
  #instant-email-modal .modal-dialog .modal-content .modal-header img {
    max-width: 270px;
    max-height: 35px;
  }
  #mautic-modal .modal-dialog .modal-content .modal-body,
  #instant-email-modal .modal-dialog .modal-content .modal-body {
    padding: 0 48px 48px;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  #mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper,
  #instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper {
    grid-template-columns: 47% 53%;
    padding: 1.5rem;
  }
  #mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper,
  #instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper {
    padding-right: 1.5rem;
  }
  #mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .form-title,
  #instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .form-title {
    font: normal normal 500 28px/35px "loos-wide";
  }
  #mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .consent-description,
  #instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-wrapper .consent-description {
    max-height: 608px;
    overflow-y: auto;
  }
  #mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-cover-art-wrapper,
  #instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-cover-art-wrapper {
    background-color: transparent;
  }
  #mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-cover-art-wrapper img,
  #instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper .mautic-form-cover-art-wrapper img {
    object-fit: cover;
    width: 100%;
    height: auto;
    box-shadow: 4px 4px 6.7px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1441px) {
  #mautic-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper,
  #instant-email-modal .modal-dialog .modal-content .modal-body .mautic-form-and-cover-wrapper {
    min-height: 718px;
  }
}
.mautic-form-wrapper .mauticform_wrapper {
  max-width: 100%;
  margin: 0;
}
.mautic-form-wrapper h3 {
  font-family: graphik, sans-serif;
  color: #1A1A1A;
}
.mautic-form-wrapper .mauticform-page-wrapper,
.mautic-form-wrapper .mautic-modal-content {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}
.mautic-form-wrapper .mauticform-page-wrapper > div,
.mautic-form-wrapper .mautic-modal-content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 0;
}
.mautic-form-wrapper .mauticform-page-wrapper > div.mauticform-has-error input::placeholder,
.mautic-form-wrapper .mautic-modal-content > div.mauticform-has-error input::placeholder {
  color: #E80404;
}
.mautic-form-wrapper .mauticform-page-wrapper > div form,
.mautic-form-wrapper .mautic-modal-content > div form {
  width: 100%;
}
.mautic-form-wrapper .mauticform-page-wrapper > div label,
.mautic-form-wrapper .mautic-modal-content > div label {
  color: #4D4D4D;
  font: normal normal 400 12px/17px graphik, sans-serif;
}
.mautic-form-wrapper .mauticform-page-wrapper > div input[type=email],
.mautic-form-wrapper .mauticform-page-wrapper > div input[type=text],
.mautic-form-wrapper .mauticform-page-wrapper > div input[type=tel],
.mautic-form-wrapper .mauticform-page-wrapper > div select,
.mautic-form-wrapper .mautic-modal-content > div input[type=email],
.mautic-form-wrapper .mautic-modal-content > div input[type=text],
.mautic-form-wrapper .mautic-modal-content > div input[type=tel],
.mautic-form-wrapper .mautic-modal-content > div select {
  font: normal normal 400 16px/26px graphik, sans-serif;
  padding: 0.75rem 1rem;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CCC;
}
.mautic-form-wrapper .mauticform-page-wrapper > div input[type=email] option,
.mautic-form-wrapper .mauticform-page-wrapper > div input[type=text] option,
.mautic-form-wrapper .mauticform-page-wrapper > div input[type=tel] option,
.mautic-form-wrapper .mauticform-page-wrapper > div select option,
.mautic-form-wrapper .mautic-modal-content > div input[type=email] option,
.mautic-form-wrapper .mautic-modal-content > div input[type=text] option,
.mautic-form-wrapper .mautic-modal-content > div input[type=tel] option,
.mautic-form-wrapper .mautic-modal-content > div select option {
  font: normal normal 400 16px/26px graphik, sans-serif;
}
.mautic-form-wrapper .mauticform-page-wrapper > div select,
.mautic-form-wrapper .mautic-modal-content > div select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 20px center;
  background-color: #fff;
  background-size: 24px auto;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row input[type=checkbox],
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row input[type=checkbox] {
  position: relative;
  top: 1px;
  left: 2px;
  transform: scale(1.2);
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row label,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row label {
  color: #4D4D4D !important;
  font: normal normal 400 14px/20px graphik, sans-serif !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row label span,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row label span {
  font: normal normal 400 14px/20px graphik, sans-serif !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row label a,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row label a {
  color: #4D4D4D !important;
  font: normal normal 400 14px/20px graphik, sans-serif !important;
  text-decoration: underline;
  text-decoration-color: #4D4D4D;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row label a span.mce_SELRES_start,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row label a span.mce_SELRES_start {
  line-height: 0 !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row label a span,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row label a span {
  color: #4D4D4D !important;
  font: normal normal 400 14px/20px graphik, sans-serif !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row label a:hover,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row label a:hover {
  color: #0C0C0C !important;
  text-decoration: transparent;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row label a:hover span,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row label a:hover span {
  color: #0C0C0C !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div p,
.mautic-form-wrapper .mautic-modal-content > div p {
  color: #4D4D4D !important;
  font: normal normal 400 16px/22px graphik, sans-serif !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div p span,
.mautic-form-wrapper .mautic-modal-content > div p span {
  font: normal normal 400 16px/22px graphik, sans-serif !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div p a,
.mautic-form-wrapper .mautic-modal-content > div p a {
  color: #4D4D4D !important;
  font: normal normal 400 16px/22px graphik, sans-serif !important;
  text-decoration: underline;
  text-decoration-color: #4D4D4D;
}
.mautic-form-wrapper .mauticform-page-wrapper > div p a span,
.mautic-form-wrapper .mautic-modal-content > div p a span {
  color: #4D4D4D !important;
  font: normal normal 400 16px/22px graphik, sans-serif !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div p a:hover,
.mautic-form-wrapper .mautic-modal-content > div p a:hover {
  color: #0C0C0C !important;
  text-decoration: transparent;
}
.mautic-form-wrapper .mauticform-page-wrapper > div p a:hover span,
.mautic-form-wrapper .mautic-modal-content > div p a:hover span {
  color: #0C0C0C !important;
}
.mautic-form-wrapper .mauticform-page-wrapper > div .mauticform-checkboxgrp-row label,
.mautic-form-wrapper .mautic-modal-content > div .mauticform-checkboxgrp-row label {
  font: normal normal 400 18px/26px graphik, sans-serif;
  color: #fff;
}
.mautic-form-wrapper .mauticform-page-wrapper .mauticform-button,
.mautic-form-wrapper .mauticform-page-wrapper button,
.mautic-form-wrapper .mautic-modal-content .mauticform-button,
.mautic-form-wrapper .mautic-modal-content button {
  font: normal normal 500 16px/24px graphik, sans-serif;
  color: #0C0C0C !important;
  text-transform: unset;
  background-color: #AAA9FA !important;
  border-radius: 8px;
  padding: 12px 18px;
  border: 1px solid #AAA9FA !important;
  transition: all 0.3s ease;
  width: 100%;
}
.mautic-form-wrapper .mauticform-page-wrapper .mauticform-button:hover,
.mautic-form-wrapper .mauticform-page-wrapper button:hover,
.mautic-form-wrapper .mautic-modal-content .mauticform-button:hover,
.mautic-form-wrapper .mautic-modal-content button:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  transition: all 0.3s ease;
}
.mautic-form-wrapper .mauticform-page-wrapper .mauticform-button:focus, .mautic-form-wrapper .mauticform-page-wrapper .mauticform-button:focus-visible,
.mautic-form-wrapper .mauticform-page-wrapper button:focus,
.mautic-form-wrapper .mauticform-page-wrapper button:focus-visible,
.mautic-form-wrapper .mautic-modal-content .mauticform-button:focus,
.mautic-form-wrapper .mautic-modal-content .mauticform-button:focus-visible,
.mautic-form-wrapper .mautic-modal-content button:focus,
.mautic-form-wrapper .mautic-modal-content button:focus-visible {
  outline: 1px auto Highlight;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.mautic-form-wrapper .mauticform-page-wrapper .mauticform-errormsg,
.mautic-form-wrapper .mautic-modal-content .mauticform-errormsg {
  font: normal normal 400 12px/17px graphik, sans-serif;
  color: #E80404;
}
.mautic-form-wrapper .mauticform-page-wrapper .mauticform-message,
.mautic-form-wrapper .mautic-modal-content .mauticform-message {
  font: normal normal 400 12px/17px graphik, sans-serif;
  color: #5EA419;
  display: none !important;
}

@media (min-width: 768px) {
  .mauticform-page-wrapper > div {
    flex: 1 1 100%;
  }
  .mauticform-page-wrapper:has(div[id$=_first_name] + div[id$=_last_name]) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mauticform-page-wrapper:has(div[id$=_first_name] + div[id$=_last_name]) div[id$=_first_name],
  .mauticform-page-wrapper:has(div[id$=_first_name] + div[id$=_last_name]) div[id$=_last_name] {
    flex: 1 1 calc(50% - 12px) !important;
  }
  .mauticform-page-wrapper:has(div[id$=_country] + div[id$=_state]) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mauticform-page-wrapper:has(div[id$=_country] + div[id$=_state]) div[id$=_country],
  .mauticform-page-wrapper:has(div[id$=_country] + div[id$=_state]) div[id$=_state] {
    flex: 1 1 calc(50% - 12px) !important;
  }
  .mauticform-page-wrapper:has(div[id$=_company] + div[id$=_job_title]) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 calc(50% - 12px) !important;
  }
  .mauticform-page-wrapper:has(div[id$=_company] + div[id$=_job_title]) div[id$=_company],
  .mauticform-page-wrapper:has(div[id$=_company] + div[id$=_job_title]) div[id$=_job_title] {
    flex: 1 1 calc(50% - 12px) !important;
  }
}
div.df-lightbox-wrapper .df-lightbox-bg {
  background: #4D4D4D !important;
}
div.df-lightbox-wrapper .df-container a.asset-download-button {
  position: absolute;
  color: #fff !important;
  background-color: #AAA9FA;
  padding: 0 14px;
  height: 40px;
  bottom: 70px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
div.df-lightbox-wrapper .df-container a.asset-download-button:hover {
  background-color: #000 !important;
  transition: all 0.3s ease;
}
div.df-lightbox-wrapper .df-container a.asset-download-button:hover i, div.df-lightbox-wrapper .df-container a.asset-download-button:hover span {
  color: #fff !important;
  transition: all 0.3s ease;
}
div.df-lightbox-wrapper .df-container a.asset-download-button i {
  font-size: 16px;
  transform: scale(1.25);
}
div.df-lightbox-wrapper .df-lightbox-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  padding: 0 28px;
  z-index: 1000;
  width: 100%;
}
div.df-lightbox-wrapper .df-lightbox-controls:before {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 25px;
  height: 100%;
  width: 100%;
}
div.df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  gap: 0.5rem;
  width: fit-content;
}
div.df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close:before {
  content: "Close";
  font-family: graphik !important;
  font-size: 12px;
  line-height: 24px;
  color: #0C0C0C;
  filter: none;
}
div.df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close:after {
  content: "\e90c";
  font-family: "foundry-icon-library" !important;
  font-size: 24px;
  line-height: 24px;
  color: #0C0C0C;
  filter: none;
}
div.df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close:hover {
  background-color: transparent;
}
div.df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close:hover:before, div.df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close:hover:after {
  color: #0C0C0C;
}
div.df-lightbox-wrapper .df-ui-nav {
  opacity: 1;
}
div.df-lightbox-wrapper .df-app {
  height: calc(100% - 80px) !important;
  top: unset;
}
div.df-lightbox-wrapper .df-app .df-viewer {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
div.df-lightbox-wrapper .df-ui-nav {
  opacity: 1;
}
div.df-lightbox-wrapper .df-ui-prev .df-ui-btn:hover:before,
div.df-lightbox-wrapper .df-ui-next .df-ui-btn:hover:before {
  color: #0C0C0C;
}
div.df-lightbox-wrapper .df-ui-prev .df-ui-btn:before {
  content: "\e903";
  font-family: "foundry-icon-library" !important;
  font-size: 44px;
  color: #0C0C0C;
  filter: none;
}
div.df-lightbox-wrapper .df-ui-next .df-ui-btn:before {
  content: "\e904";
  font-family: "foundry-icon-library" !important;
  font-size: 44px;
  color: #0C0C0C;
  filter: none;
}

@media (min-width: 768px) {
  div.df-lightbox-wrapper .df-container a.asset-download-button {
    bottom: 10px;
    left: 50%;
    transform: translateX(125px);
  }
  div.df-lightbox-wrapper .df-lightbox-controls {
    padding: 0 1.5rem;
  }
  div.df-lightbox-wrapper .df-app .df-viewer {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 1024.98px) {
  .df-lightbox-wrapper .df-ui-nav {
    display: none;
  }
}
@media (min-width: 1025px) {
  div.df-lightbox-wrapper .df-lightbox-controls {
    padding: 0 48px;
  }
  div.df-lightbox-wrapper .df-lightbox-controls:before {
    max-height: 35px;
  }
  div.df-lightbox-wrapper .df-app .df-viewer {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  div.df-lightbox-wrapper .df-ui-prev .df-ui-btn:before {
    font-size: 44px;
  }
  div.df-lightbox-wrapper .df-ui-next .df-ui-btn:before {
    font-size: 44px;
  }
}
@media (min-width: 1441px) {
  div.df-lightbox-wrapper .df-ui-prev .df-ui-btn:before {
    font-size: 64px;
  }
  div.df-lightbox-wrapper .df-ui-next .df-ui-btn:before {
    font-size: 64px;
  }
}
/* gated asset only */
header .header-wrapper .logo-wrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 100%;
  padding: 0 22px 0 47px;
  position: relative;
  left: -48px;
  width: 200px;
}

@media (min-width: 768px) {
  header .header-wrapper {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  header .header-wrapper .logo-wrapper {
    width: 250px;
  }
}
section#article .article-header-content-wrapper .article-header-content ul.meta-type-list > li {
  letter-spacing: 0.08em;
}
section#article .article-header-content-wrapper .article-header-content .tag a {
  padding: 0 !important;
}
section#article .article-content-wrapper .article-body .article-content a.wp-element-button {
  font: normal normal 500 14px/23px "loos-normal";
  letter-spacing: 1.4px;
  color: #0C0C0C !important;
  background-color: #AAA9FA !important;
  border: 1px solid #AAA9FA !important;
  transition: all 0.3s ease;
}
section#article .article-content-wrapper .article-body .article-content a.wp-element-button:hover {
  background-color: #000 !important;
  transition: all 0.3s ease;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-table table td a {
  font: normal normal 500 14px/23px "loos-normal";
  letter-spacing: 1.4px;
  color: #0C0C0C !important;
  background-color: #AAA9FA !important;
  border: 1px solid #AAA9FA !important;
  transition: all 0.3s ease;
}
section#article .article-content-wrapper .article-body .article-content figure.wp-block-table table td a:hover {
  background-color: #000 !important;
  transition: all 0.3s ease;
}

section#breadcrumb .breadcrumb-wrapper {
  padding-top: 12px;
}

footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li:hover {
  border-bottom: 1px solid #AAA9FA;
}
footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li:hover a, footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li:hover span, footer .desktop-footer-grid-helper .footer-wrapper .footer-section ul > li:hover i {
  color: #AAA9FA !important;
}
footer .desktop-footer-grid-helper .desktop-footer-social-media-section ul > li a:hover span, footer .desktop-footer-grid-helper .desktop-footer-social-media-section ul > li a:hover i {
  color: #AAA9FA !important;
}

/*# sourceMappingURL=computerwoche.css.map */
