/*!
Theme Name: cepr
Author: Blueprint Intertactive
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cepr
*/

.home .recent-post-bottom-item {
  display: none;
}

.home-blog-right-wrap {
  display: none !important;
}

.home-blog-left-wrap {
  width: 100% !important;
}

.home-blog-wrap {
  padding-right: 0px !important;
}

.featured-blog-item-wrap.new-wrap img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  margin-bottom: 5px;
}

/*
div {
    @include fluid-type(font-size, 600px, 1200px, 16px, 32px);
}*/
/*@import url(node_modules/normalize.css/normalize.css);*/
:root {
  --color-Primary: #001c7a;
  --color-Primary-dark: #000155;
  --color-Primary-light: #004fa7;
  --color-Secondary: #40afa1;
  --color-Secondary-dark: #009482;
  --color-Secondary-light: #80c9c0;
  --color-Accent: #ff8740;
  --color-Accent-dark: #ff5f00;
  --color-Accent-light: #ffaf80;
  --color-Action: #ffdc40;
  --color-Action-dark: #ffd100;
  --color-Action-light: #ffe880;
  --color-lilac: #7f80aa;
  --color-Black: #000033;
  --color-White: #f8f8f8;
  --color-Grey: #7f7f7f;
  --color-Grey-dark: #656565;
  --color-Grey-darkest: #282828;
  --color-Grey-light: #c6c6c6;
  --font-Primary: "Merriweather Sans", sans-serif;
  --font-Display: "Merriweather", serif;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: var(--font-Primary), sans-serif;
  background-color: #ffff;
}

*::selection {
  background-color: #ffdc40;
}

#viewport {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /*overflow: hidden;*/
}

#customphonefield {
  position: absolute;
  left: -9999px;
}

.main-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}

@media (min-width: 1024px) {
  .content-wraper {
    max-width: 95vw;
    -webkit-box-align: start;
    box-align: start;
    margin: 0 auto;
  }
}

@media (min-width: 1680px) {
  .content-wraper {
    max-width: 1560px;
  }
}

@media (min-width: 1960px) {
  .content-wraper {
    max-width: 1920px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  transition: all 200ms ease-out;
}

.small-text-sans,
.tag,
.credits,
.date,
.btn-1,
.btn-2,
.btn-5,
.article-hero-summary a.more,
.table-of-contents summary,
.table-of-contents dt a,
.filters-container .filter-label,
.footer-item a,
.footer-license p {
  font-family: var(--font-Primary);
  font-size: calc(0.10132vw + 9.62209px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.heading-2,
.heading-2-sans,
.heading-2-sans-bold,
.report-header h1 {
  font-family: var(--font-Display);
  font-weight: 700;
  font-size: calc(29.71691px + 0.61209vw);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}

.column-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 100%;
  margin: 1.5rem 0;
}
.column-header-container:before,
.column-header-container:after {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: circle();
  background-color: inherit;
  background-color: var(--color-Primary-light);
  align-self: center;
}
.column-header-container:before {
  margin-left: -5px;
}
.column-header-container:after {
  margin-right: -5px;
}

h4.column-header {
  width: 95%;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  color: var(--color-Primary-light);
  flex: 1 0 auto;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 373px) {
  h4.column-header {
    width: 95%;
  }
}
@media screen and (min-width: 1360px) {
  h4.column-header {
    width: 98%;
  }
}
h4.column-header:before,
h4.column-header:after {
  border-top: 1px solid var(--color-Primary-light);
  border-top-width: 2px;
  width: 45%;
  content: "";
  display: table-cell;
}
h4.column-header:before {
  right: 1.5%;
  margin-right: 0.5rem;
}
h4.column-header:after {
  left: 1.5%;
  margin-left: 0.5rem;
}

.heading-2-sans {
  font-family: var(--font-Primary);
  font-weight: 300;
}

.heading-2-sans-bold {
  font-family: var(--font-Primary);
  font-weight: 700;
}

.heading-3 {
  font-family: var(--font-Primary);
  font-weight: 400;
  font-size: 24px;
  color: var(--color-Black);
  margin: 0.8rem 0;
  margin-top: 0.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 373px) {
  .heading-3 {
    font-size: calc(24px + 10 * (100vw - 373px) / 1307);
  }
}
@media screen and (min-width: 1680px) {
  .heading-3 {
    font-size: 34px;
  }
}
.heading-3 a {
  color: inherit;
}
.heading-3 a:hover {
  color: var(--color-Primary);
  text-decoration: underline;
}
.heading-3 a:visited {
  color: var(--color-lilac);
}
.heading-3-bold {
  font-weight: 700;
}
.heading-3-light {
  font-weight: 300;
}
.heading-3-dark a:hover {
  color: var(--color-Secondary-light);
}

.heading-4 {
  text-transform: uppercase;
  font-size: calc(21.73252px + 0.6079vw);
  letter-spacing: 0.15em;
  font-weight: 300;
  line-height: 1;
}
.heading-4 a {
  color: inherit;
}

.heading-4-bold {
  text-transform: uppercase;
  font-size: calc(21.73252px + 0.6079vw);
  letter-spacing: 0.15em;
  font-weight: 300;
  line-height: 1;
  font-weight: 700;
}
.heading-4-bold a {
  color: inherit;
}

.heading-5 {
  font-family: var(--font-Primary);
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
}

.heading-6 {
  font-family: var(--font-Primary);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--color-Black);
}
@media screen and (min-width: 1024px) {
  .heading-6 {
    font-size: calc(16px + 2 * (100vw - 1024px) / 936);
  }
}
@media screen and (min-width: 1960px) {
  .heading-6 {
    font-size: 18px;
  }
}
.heading-6 a {
  color: inherit;
  -webkit-text-stroke: 0px;
}
.heading-6 a:hover {
  color: var(--color-Primary-light);
  -webkit-text-stroke: 0.5px;
}
.heading-6_bold {
  font-weight: 700;
  letter-spacing: 50;
  text-transform: uppercase;
}

.heading-7 {
  text-transform: uppercase;
  font-size: calc(0.20263vw + 13.24417px);
  letter-spacing: 0.15em;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  position: relative;
}
.heading-7-underline {
  padding: 0 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--color-Secondary);
}
.heading-7-underline:before,
.heading-7-underline:after {
  content: "";
  width: 6px;
  height: 6px;
  clip-path: circle();
  background-color: inherit;
  background-color: var(--color-Secondary);
  position: absolute;
  bottom: -3px;
}
.heading-7-underline::before {
  left: 0;
}
.heading-7-underline:after {
  right: 0;
}

@media (min-width: 769px) {
  h2.column-header,
  .h4.note-title {
    font-size: calc(21.73252px + 0.6079vw);
  }
  .heading-7-underline {
    padding-left: 0;
  }
  .heading-7-underline:before {
    content: none;
  }
}

@media (min-width: 1024px) {
  .column-header-container {
    overflow: visible;
    margin-left: -10%;
  }
  .column-header-container::after {
    content: none;
  }
  h4.column-header {
    justify-content: flex-start;
    margin-right: -100%;
  }
  h4.column-header:before {
    width: 5%;
  }
  h4.column-header:after {
    width: 200%;
  }
}

.small-text-sans {
  font-weight: 700;
  color: var(--color-Accent);
}
.small-text-sans a {
  color: inherit;
}

.small-text-sans-4 {
  font-family: var(--font-Primary);
  font-size: calc(0.20263vw + 7.24417px);
  letter-spacing: 0;
  line-height: 1.25;
  font-style: italic;
  font-weight: 400 !important;
  text-transform: capitalize;
}

.small-text-serif-1,
.small-text-serif-1-ligth,
.small-text-serif-1-title {
  font-family: var(--font-Display);
  font-size: calc(0.10132vw + 9.62209px);
  letter-spacing: 10;
  line-height: 1.25;
  font-size: 12px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media screen and (min-width: 373px) {
  .small-text-serif-1,
  .small-text-serif-1-ligth,
  .small-text-serif-1-title {
    font-size: calc(12px + 2 * (100vw - 373px) / 1307);
  }
}
@media screen and (min-width: 1680px) {
  .small-text-serif-1,
  .small-text-serif-1-ligth,
  .small-text-serif-1-title {
    font-size: 14px;
  }
}

.small-text-serif-1-ligth {
  font-weight: 300;
}

.small-text-serif-1-title {
  text-transform: capitalize;
  font-size: 12px;
}
@media screen and (min-width: 373px) {
  .small-text-serif-1-title {
    font-size: calc(12px + 2 * (100vw - 373px) / 1307);
  }
}
@media screen and (min-width: 1680px) {
  .small-text-serif-1-title {
    font-size: 14px;
  }
}

.small-text-serif-2 {
  font-family: var(--font-Display);
  font-size: calc(0.10132vw + 9.62209px);
  letter-spacing: 10;
  line-height: 1.25;
  font-weight: 400;
  text-transform: capitalize;
}

.small-text-serif-3 {
  font-family: var(--font-Display);
  font-size: calc(0.10132vw + 9.62209px);
  letter-spacing: 10;
  line-height: 1.25;
  font-weight: 300;
  font-style: italic;
}

.small-text-serif-3_underline {
  font-family: var(--font-Display);
  font-size: calc(0.10132vw + 9.62209px);
  letter-spacing: 10;
  line-height: 1.25;
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
  text-decoration: underline;
}

.preheading {
  margin-bottom: 0.25em;
}

.tag {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
}

.tag-type {
  color: var(--color-Accent-dark);
  font-weight: 800;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.tag-type::before {
  content: "\00b7";
  font-size: 3em;
  line-height: 0;
  margin-right: 0.5rem;
}

.tag-theme {
  color: var(--color-Accent);
  text-transform: capitalize;
  border: 1px solid var(--color-Accent);
  border-radius: 50px;
  padding: 0.2em 1em;
}
.tag-theme-end {
  border: none;
  border-radius: 0;
}
.tag-theme-end:not(:last-child) {
  border-right: 1px solid var(--color-Accent);
}

hr {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 2px solid var(--color-Black);
  margin: 1em 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.line-inline {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 2px solid var(--color-Black);
  margin: 1em 0;
  padding: 0;
  position: relative;
  overflow: visible;
  border-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.line-inline-left {
  left: -100%;
  transform-origin: right;
  transform: scaleX(10);
}
.line-inline-right {
  transform-origin: left;
  right: -100%;
  transform: scaleX(10);
}

.line-2 {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 2px solid var(--color-Black);
  margin: 1em 0;
  padding: 0;
  position: relative;
  overflow: visible;
  padding: 0 2rem;
  background-color: var(--color-Grey);
  border-color: var(--color-Grey);
}
.line-2-blue {
  background-color: var(--color-Primary-light);
  border-color: var(--color-Primary-light);
}
.line-2-green {
  background-color: var(--color-Secondary);
  border-color: var(--color-Secondary);
}
.line-2:before {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: circle();
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -6vw;
  margin-left: -6px;
}
.line-2:after {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: circle();
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -6vw;
  margin-right: -6px;
}
@media (min-width: 1024px) {
  .line-2:before {
    left: 0;
    margin-left: -6px;
  }
  .line-2:after {
    right: 0;
    margin-right: -6px;
  }
}

.line-whith-bullet {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 2px solid var(--color-Black);
  margin: 1em 0;
  padding: 0;
  position: relative;
  overflow: visible;
  border-color: var(--color-Secondary);
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: var(--color-Secondary);
  border-width: 1px;
  width: 100vw;
}
.line-whith-bullet-left {
  left: -10vw;
}
.line-whith-bullet-left::before {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: circle();
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.line-whith-bullet-right {
  right: 40vw;
}
.line-whith-bullet-right::after {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: circle();
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}

progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: calc(48.92929px + 4.0404vw);
  margin-top: 3rem;
  z-index: 999;
  /* Dimensions */
  width: 100%;
  height: 0.25em;
  /* Reset the apperance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* For Firefox/IE10+ */
  background-color: transparent;
  /* For IE10+, color of the progress bar */
  color: var(--color-Primary-light);
}
@media (min-width: 770px) {
  progress {
    margin-top: 0;
    top: 7rem;
  }
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  display: block;
}

.progress-bar {
  background-color: var(--color-Primary-light);
  width: 0%;
  display: block;
  height: inherit;
}

.credits,
.date {
  color: var(--color-Grey);
}
.credits-dark,
.date-dark {
  color: var(--color-Grey-light);
}

.author {
  font-weight: 700;
}

.publication-name {
  text-transform: capitalize;
  margin-right: 0.5em;
}

.author,
.date {
  display: inline-block;
}

.author + .date::before {
  content: "/";
  margin-right: 0.5rem;
  margin-left: 0.25rem;
}

.report-author .author,
.report-author .date {
  display: block;
}

.report-author .author + .date::before {
  content: none;
}

.btn-1,
.btn-2,
.btn-5 {
  cursor: pointer;
  height: 32px;
  border: 3px solid;
  border-radius: 40px;
  margin: 0.5rem;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 200ms ease-out;
}
@media screen and (min-width: 373px) {
  .btn-1,
  .btn-2,
  .btn-5 {
    height: calc(32px + 20 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .btn-1,
  .btn-2,
  .btn-5 {
    height: 52px;
  }
}

.btn-2-shadow-black::after,
.btn-2-shadow-green::after {
  height: 120%;
  width: 115%;
  content: "";
  position: absolute;
  top: 0px;
  left: -3px;
}

button,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  background: none;
  background-color: transparent;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.btn-1 {
  background-color: var(--color-White);
}

.btn-2 {
  font-weight: 700;
  background-color: transparent;
}
.btn-2:hover {
  background-color: var(--color-Accent-dark);
}
.btn-2-texture-orange {
  background: url("../images/btn-2_textureOr.png") center no-repeat;
  background-size: cover;
}
.btn-2-texture-black {
  background: url("../images/btn-2_texture.png") center no-repeat;
  background-size: cover;
}
.btn-2-texture-blueLight {
  background: url("../images/btn-2_textureBlueLight.png") center no-repeat;
  background-size: cover;
}
.btn-2-texture-green {
  background: url("../images/btn-2_textureGreen.png") center no-repeat;
  background-size: cover;
}
.btn-2-shadow-black {
  position: relative;
}
.btn-2-shadow-black::after {
  background: url("../images/btn-2_shadows.png") center no-repeat;
  background-size: 100%;
}
.btn-2-shadow-green {
  position: relative;
}
.btn-2-shadow-green::after {
  background: url("../images/btn-2_shadowGreen.png") center no-repeat;
  background-size: 100%;
}

.btn-5 {
  min-width: 40px;
  height: 24px;
  border-width: 1px;
  font-size: calc(0.20263vw + 7.24417px);
  font-weight: 800;
}
.btn-5-yellow {
  background-color: var(--color-Action);
}
.btn-5-small {
  width: 32px;
  height: 16px;
}

.btn-plus {
  fill: var(--color-Primary-dark);
  filter: drop-shadow(0 2px 3px var(--color-Grey-light));
  background: none;
  border: none;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.btn-plus svg {
  z-index: 10;
}
.btn-plus:hover {
  fill: var(--color-Accent);
}
.btn-plus:active {
  fill: var(--color-White);
}
.btn-plus:active::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-Grey);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.btn-cross {
  fill: var(--color-Action-light);
  background: none;
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-content: center;
  align-items: center;
  margin: 0 0;
  cursor: pointer;
  position: relative;
}
.btn-cross:hover {
  fill: var(--color-Action-dark);
  transform: scale(1.05);
  transition: all 200ms ease-out;
}
.btn-cross:hover::after {
  content: "cancel";
  position: absolute;
  bottom: -0.65rem;
  width: 100%;
  color: var(--color-Action-light);
  font-size: 8px;
}
.btn-cross svg {
  transform: rotate(45deg);
  z-index: 10;
}

#btn-toTop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 500;
  border: none;
  outline: none;
  transform: translateY(200px);
  -webkit-mask: url("../images/ios-arrow-dropup.svg") no-repeat;
  mask: url("../images/ios-arrow-dropup.svg") no-repeat;
  width: 4rem;
  height: 4rem;
  background-color: var(--color-Grey-light);
  transition: all 0.3s;
  cursor: pointer;
}

.toTopActive {
  transform: translateY(0px) !important;
  opacity: 50;
}

.picture-small {
  flex: 1 1 auto;
  object-fit: cover;
  clip-path: circle();
  height: 72px;
}

.picture-large {
  flex: 1 1 auto;
  object-fit: cover;
  clip-path: circle();
  height: 144px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .picture-large {
    height: calc(144px + 28 * (100vw - 1024px) / 936);
  }
}
@media screen and (min-width: 1960px) {
  .picture-large {
    height: 172px;
  }
}

.report-img-hero {
  display: flex;
  height: 242px;
  width: 100%;
}
@media screen and (min-width: 373px) {
  .report-img-hero {
    height: calc(242px + 270 * (100vw - 373px) / 1587);
  }
}
@media screen and (min-width: 1960px) {
  .report-img-hero {
    height: 512px;
  }
}
.report-img-hero * {
  object-fit: cover;
}
@media (min-width: 1024px) {
  .report-img-hero {
    margin-left: 1vw;
  }
  .report-img-hero img {
    border-radius: 0 100px 0 0;
  }
}

.profile-picture {
  display: flex;
  align-items: center;
  height: 7.5rem;
  width: 7.5rem;
  overflow: hidden;
  transition: all 200ms ease-out;
}
.profile-picture:hover {
  cursor: pointer;
}
.profile-picture::after {
  content: none;
}
@media (min-width: 1024px) {
  .profile-picture {
    height: 144px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .profile-picture {
    height: calc(144px + 28 * (100vw - 1024px) / 936);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1960px) {
  .profile-picture {
    height: 172px;
  }
}
@media (min-width: 1024px) {
  .profile-picture::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    -webkit-mask: url("../images/profile-picture-frame.svg") no-repeat right;
    mask: url("../images/profile-picture-frame.svg") no-repeat right;
    background-color: var(--color-Secondary);
    right: 0;
    top: 3px;
  }
}

.menu-img-container {
  width: 144px;
  height: 120px;
  max-width: 300px;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-lilac);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .menu-img-container {
    width: calc(144px + 156 * (100vw - 1024px) / 936);
  }
}
@media screen and (min-width: 1960px) {
  .menu-img-container {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-img-container {
    height: calc(120px + 80 * (100vw - 1024px) / 936);
  }
}
@media screen and (min-width: 1960px) {
  .menu-img-container {
    height: 200px;
  }
}

.menu-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  text-align: center;
  font-family: var(--font-Primary);
  font-size: calc(0.20263vw + 7.24417px);
  letter-spacing: 0;
  line-height: 1.25;
  font-style: italic;
  font-weight: 400 !important;
  text-transform: capitalize;
}

.logo-cepr-color {
  --logo-lightBlue: #004fa7;
  --logo-darkBlue: #000155;
  --logo-grey: #7f7f7f;
}

.logo-cepr-white {
  --logo-lightBlue: #f8f8f8;
  --logo-darkBlue: #f8f8f8;
  --logo-grey: #f8f8f8;
}

.logo-cepr-blue {
  --logo-lightBlue: #000155;
  --logo-darkBlue: #000155;
  --logo-grey: #000155;
}

.logo-cepr-black {
  --logo-lightBlue: #000033;
  --logo-darkBlue: #000033;
  --logo-grey: #000033;
}

.social-logo {
  min-width: 20px;
  max-width: 24px;
  height: 100%;
  fill: currentColor;
  transition: all 0.15s;
}
.social-logo:hover {
  cursor: pointer;
  fill: var(--color-Accent-dark);
  transform: scale(1.1);
}
.social-logo-white {
  fill: var(--color-White);
}
.social-logo-blue {
  fill: var(--color-Primary);
}
.social-logo-grey {
  fill: var(--color-Grey);
}

.logo-cepr,
.icon-cepr {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

a.icon-link {
  line-height: 0;
}

@media (min-width: 1024px) {
  .social-logo {
    min-width: 22px;
    max-width: 26px;
  }
}

.report-content p,
.report-content blockquote,
.report-content ul,
.report-content ol {
  font-family: var(--font-Primary);
  font-size: 16px;
  line-height: 1.57;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (min-width: 373px) {
  .report-content p,
  .report-content blockquote,
  .report-content ul,
  .report-content ol {
    font-size: calc(16px + 8 * (100vw - 373px) / 1587);
  }
}
@media screen and (min-width: 1960px) {
  .report-content p,
  .report-content blockquote,
  .report-content ul,
  .report-content ol {
    font-size: 24px;
  }
}

.paragraph-2,
.paragraph-2-light {
  font-family: var(--font-Primary);
  font-size: 12px;
  line-height: 1.42;
  text-transform: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 373px) {
  .paragraph-2,
  .paragraph-2-light {
    font-size: calc(12px + 2 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .paragraph-2,
  .paragraph-2-light {
    font-size: 14px;
  }
}

.paragraph-2-light {
  font-weight: 300;
}

.input-half-pill-left,
.input-pill {
  height: 100%;
  padding-left: 1.5rem;
  border: none;
  min-height: 40px;
}
.input-half-pill-left:focus,
.input-pill:focus {
  background-color: var(--color-Action-light);
}
.input-half-pill-left::placeholder,
.input-pill::placeholder {
  color: var(--color-lilac);
}

.input-half-pill-left {
  border-width: 0;
  box-shadow: 0 0 0 2pt var(--color-White);
  width: 80%;
  border-radius: 52px 0 0 52px;
  border-right: none;
}

.input-pill {
  width: 100%;
  border-radius: 52px 52px 52px 52px;
}

.filter-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0.5em;
  font: var(--font-Primary);
}
.filter-selector:focus {
  background-color: var(--color-White);
}
.filter-selector .selection-item {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-selector .selection-item:checked {
  background-color: var(--color-Action-light);
}

.article-hero-text {
  grid-area: title;
  clear: both;
  margin-top: 1em;
  padding: 1rem 0;
  padding-top: 2rem;
}
.article-hero-text h2.article-hero-title a {
  font-size: calc(29.71691px + 0.61209vw);
  font-family: var(--font-Display);
  color: var(--color-Secondary);
  letter-spacing: -0.025em;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
}
.article-hero-text h2.article-hero-title a:hover {
  border-bottom: 1px solid var(--color-Secondary);
}
.article-hero-text h2.article-hero-title a:active {
  color: var(--color-Accent);
}

.article-hero-summary {
  margin: 0.8rem 0;
  display: block;
  font-family: var(--font-Primary);
  color: var(--color-Grey-light);
  font-size: 15px;
}
.article-hero-summary a.more {
  font-size: calc(0.20263vw + 7.24417px);
  color: var(--color-lilac);
}
.article-hero-summary a.more:hover {
  color: var(--color-Grey);
}

.article-hero-text,
.article-related {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 373px) {
  .article-hero-text,
  .article-related {
    width: calc(85% + -35 * (100vw - 373px) / 396);
  }
}
@media screen and (min-width: 769px) {
  .article-hero-text,
  .article-related {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .article-hero-text,
  .article-related {
    padding: 0;
    width: 100%;
  }
  .article-hero-text {
    padding-right: 1.5rem;
  }
}

.article-related {
  grid-area: related;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-bottom: 3rem;
  margin-top: 0.8rem;
}
.article-related .heading-5 a {
  color: var(--color-White);
  transition: all 0.2s;
}
.article-related .heading-5 :hover {
  color: var(--color-Secondary);
}
.article-related .heading-5 :active {
  color: var(--color-Secondary-dark);
}
.article-related .preheading {
  line-height: 1;
}
.article-related .article-related-header {
  margin-bottom: 1.5rem;
}
.article-related .heading-7,
.article-related .preheading {
  align-self: center;
  text-align: center;
  color: var(--color-Secondary);
  display: block;
}
.article-related .credits {
  font-size: calc(0.20263vw + 7.24417px);
  color: var(--color-Grey-light);
}

@media (min-width: 769px) {
  .article-related {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 3rem;
    justify-content: flex-start;
  }
  .article-related .heading-7,
  .article-related .preheading {
    text-align: left;
    width: max-content;
  }
  .article-related ul.list-2 {
    flex-direction: row;
  }
  .article-related .list-item {
    flex: 0 0 50%;
    padding-right: 2rem;
  }
}

@media (min-width: 1680px) {
  .article-related {
    padding-top: 3rem;
  }
}

/*This is a three level menu that turns into a Mega Menu of one level on Desktop.
The structure is: Container > Item > Target on each level.
The accompaining Js is a very rudimentary implementaion just to show the basic functionality, it have to be rebuild by the Development Team.
*/
.icon-cepr,
.logo-med {
  display: none;
}

.menubar__header {
  transition: all 0.35s;
  height: calc(48.92929px + 4.0404vw);
  background-color: var(--color-White);
  padding: 0 1.5rem;
  z-index: 999;
  position: relative;
  border-bottom: 1px solid var(--color-Black);
}
.menubar__header[data-state="open"] {
  background-color: var(--color-Black);
}
.menubar__header[data-state="open"] #menubar__logo {
  height: 80%;
}
.menubar__header[data-state="open"] .menubar__btn,
.menubar__header[data-state="open"] .menubar__search {
  fill: var(--color-White);
  align-self: center;
}
.menubar__header[data-state="open"] .menubar__btn {
  transform: rotateX(180deg);
}
.menubar__header[data-state="open"] .icon-cepr {
  display: flex;
  fill: var(--color-White);
  align-self: center;
}
.menubar__header[data-state="open"] .logo-cepr {
  display: none;
}

.menubar-sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.menubar__toggle,
.search-toggle {
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  height: 3rem;
}

#menubar__logo,
.menubar__btn,
.menubar__search {
  transform: rotateX(0deg);
  position: relative;
  height: 50%;
}

.menubar__btn,
.menubar__search {
  fill: var(--color-Black);
  align-self: center;
}

#accordian ul ul {
  display: none;
}

#accordian li.active > ul,
#accordian ul ul li > ul {
  display: block;
}

.nav {
  display: block;
  position: relative;
}

#accordian ul ul {
  margin-left: 1rem;
  box-shadow: -1rem 0 var(--color-Primary-light);
}

#accordian ul ul ul {
  margin-left: 1.5rem;
  box-shadow: -1.5rem 0 var(--color-Primary-light);
}

#menubar-container {
  margin-top: calc(calc(32.92929px + 4.0404vw) * -8);
  height: 0%;
  transition: all 0.35s;
  background-color: var(--color-Black);
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100vw;
  justify-content: center;
}
#menubar-container[data-state="open"] {
  margin-top: 0;
  height: 100%;
}

.menu-container,
.submenu-container {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: center;
  background-color: var(--color-Black);
  color: var(--color-White);
}
.menu-container[data-state="open"],
.submenu-container[data-state="open"] {
  display: flex;
  background-color: red;
  flex: 0 0 100%;
}

/* .menubar-item,
.menu-item,
.submenu-item,
.menubar-item-donate,
.backto-menubar, .backto-menu {
  padding-left: 2rem;
  min-width: 100%;
  flex-grow: 1;
  flex-wrap: nowrap;
  height: 3rem;
  border-bottom: 0.5px solid var(--color-Primary-light);
  display: flex;
  align-items: flex-start;
  transition: all 0.10s;
  position: relative; } */

.menubar-item:active,
.menu-item:active,
.submenu-item:active {
  background-color: var(--color-Primary-light);
  border-bottom: 0;
}
.menubar-item:active .menubar-target,
.menu-item:active .menubar-target,
.submenu-item:active .menubar-target {
  color: var(--color-Black);
}

.menubar-item a:hover,
.menu-item a:hover,
.submenu-item a:hover {
  color: var(--color-Action);
}

.menubar-target,
.menu-target,
.submenu-target {
  flex: 0 0 100%;
  flex-wrap: nowrap;
  align-self: center;
  color: var(--color-White);
  transition: all 0.25s;
}

.menubar-target,
.menubar-target-donate {
  text-transform: uppercase;
}

.menu-target,
.submenu-target {
  text-transform: capitalize;
}

.menubar-item-donate {
  background-color: var(--color-Action-light);
  background-image: url("../images/donate-background.svg");
  background-size: 120%;
  background-position-x: center;
  border-bottom: none;
  padding-top: 0;
}
.menubar-item-donate:hover .menubar-target-donate {
  font-weight: 800;
  color: var(--color-Black);
  letter-spacing: 0.05em;
}
.menubar-item-donate:active {
  background-color: var(--color-Accent-dark);
}
.menubar-item-donate:active .menubar-target-donate {
  color: var(--color-White);
  transform: scale(0.9);
}

.menubar-target-donate {
  color: var(--color-Primary-dark);
  align-self: center;
  font-family: var(--font-Primary);
  font-weight: 700;
  transition: all 0.15s;
}

.menu__toggle,
.submenu__toggle {
  display: flex;
}
.menu__toggle:after,
.submenu__toggle:after {
  padding-right: 2rem;
  margin-left: auto;
  content: "\276F";
  font-size: 14px;
  transform-origin: left;
  transition: all 0.4s;
}
.menu__toggle[data-state="open"],
.submenu__toggle[data-state="open"] {
  color: var(--color-Accent);
}
.menu__toggle[data-state="open"]:after,
.submenu__toggle[data-state="open"]:after {
  transform: rotate(90deg);
}

@media (min-width: 374px) and (max-width: 768px) {
  .menubar__header {
    height: calc(48.92929px + 4.0404vw);
  }
  .menubar-item,
  .menu-item,
  .submenu-item,
  .menubar-item-donate {
    /* height: calc(32.92929px + 4.0404vw);  */
  }
}

@media (min-width: 769px) {
  #nav {
    display: grid;
    grid-template-columns: minmax(33%, 50%) 1fr;
    grid-template-rows: 47% 53%;
    padding: 0 2rem;
    width: 100%;
    background-color: var(--color-White);
    border-bottom: 0.8px solid var(--color-Black);
    height: 120px;
    align-items: center;
    position: relative;
    margin: 0 auto;
  }
  #nav .level {
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 100%;
    align-self: center;
  }
  @keyframes slide-down {
    0% {
      transform: translateY(-64px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .nav-sticky {
    display: flex;
    position: fixed;
    height: 4rem;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid var(--color-lilac);
    align-items: center;
    top: 0;
    left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: var(--color-Black);
    animation: slide-down 0.3s ease-in;
  }
  .nav-sticky::before {
    content: "";
    min-width: 25%;
    flex: 0 1 auto;
    height: 42px;
    background: url("../images/09_logo_H_small_diapo.svg") left no-repeat
      var(--color-Black);
    background-size: contain;
    display: flex;
  }
}
@media screen and (min-width: 769px) and (min-width: 1680px) {
  .nav-sticky {
    padding-left: calc(2rem + 2.5 * (100vw - 1680px) / 880);
    padding-right: calc(2rem + 2.5 * (100vw - 1680px) / 880);
  }
}
@media screen and (min-width: 769px) and (min-width: 2560px) {
  .nav-sticky {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (min-width: 769px) {
  .nav-sticky #menubar-container {
    background-color: transparent;
    align-items: center;
    position: initial !important;
  }
  .nav-sticky #menubar-container .menubar-target {
    color: var(--color-White);
  }
  .nav-sticky #menubar-container .menubar-target[data-state="open"] {
    color: var(--color-Primary-light);
  }
  .nav-sticky .menu-container {
    left: 0;
    top: 12px;
  }
  .nav-sticky * {
    justify-content: space-evenly !important;
    fill: var(--color-White);
  }
  #accordian {
    grid-column: 2;
    grid-row: 2;
  }
  #accordian li .menubar-item::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transform-origin: center;
    transform: rotate(45deg);
    right: -14px;
    bottom: calc(calc(-120px * 0.47) + 100% + 10px);
    background-color: transparent;
    transition: all 200ms ease-out;
  }
  #accordian li.active .menubar-item a,
  #accordian ul ul li .menubar-item a {
    color: var(--color-Primary-light);
  }
  #accordian li.active .menubar-item a::after,
  #accordian ul ul li .menubar-item a::after {
    transform: translateX(12px) rotate(-90deg);
  }
  #accordian li.active .menubar-item::after,
  #accordian ul ul li .menubar-item::after {
    background-color: var(--color-Primary-dark);
  }
  #accordian li.active > ul,
  #accordian ul ul li > ul {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-end;
  }
  #accordian li.active ul > li,
  #accordian ul ul li ul > li {
    height: auto;
    flex: 0 1 25%;
    padding: 0.5rem 0;
  }
  #accordian ul ul {
    margin-left: 0;
    box-shadow: none;
  }
  #accordian ul ul ul {
    margin-left: 0;
    box-shadow: none;
    position: relative;
  }
  #accordian ul ul ul::before {
    content: "";
    position: absolute;
    top: calc(0.8rem * -1);
    left: 0;
    height: calc(100% + 0.8rem);
    width: 1px;
    background-color: var(--color-Primary-light);
  }
  .menubar__header {
    z-index: 3;
    grid-column: 1;
    grid-row: 1 / 2;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
    position: relative;
    height: 100%;
  }
  .menubar__header[data-state="open"],
  .menubar__header[data-state="closed"] {
    background-color: transparent;
  }
  #menubar__logo {
    height: 80%;
    margin-right: 0;
  }
  .logo-cepr {
    width: auto;
  }
  .menubar__toggle {
    display: none;
  }
  .menubar__search {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
  }
  #navbar-tablet {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    flex: 0 0 100%;
    fill: var(--color-Primary);
    color: var(--color-Primary);
    position: relative;
  }
  #navbar-tablet svg {
    max-height: 24px;
  }
  #navbar-tablet::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2rem;
    width: calc(71.74281vw + 48.2978px);
    height: 100%;
    background: url("../images/header-desktop_background.svg"),
      linear-gradient(to right, var(--color-White), rgba(248, 248, 248, 0))
        right no-repeat;
    background-blend-mode: screen;
    border: 0px;
    border-bottom: 1px solid;
    border-image: linear-gradient(
      to right,
      rgba(248, 248, 248, 0),
      var(--color-Grey-light)
    );
    border-image-slice: 1;
  }
  #navbar-tablet :not(:last-child) {
    margin-right: 1rem;
  }
  #navbar-tablet :last-child {
    margin-right: 0;
  }
  #navbar-tablet a {
    z-index: 5;
  }
  #navbar-tablet .btn-5 {
    margin-left: 0;
  }
  #menubar-container[data-state="closed"],
  #menubar-container[data-state="open"] {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    width: 100%;
    position: relative;
    padding: 0 0;
    z-index: 888;
    height: 100%;
    align-items: center;
  }
  .menubar-item:not(:first-of-type) {
    margin-left: 2rem;
  }
  .menu-container {
    position: absolute;
    flex-direction: row;
    left: -50vw;
    top: 6px;
    width: 100vw;
    transform: translateY(50px);
    z-index: 777;
    border-bottom: 2px solid var(--color-Primary-light);
    height: 480px;
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .menu-container[data-state="open"] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .submenu-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 1rem;
    margin-top: 2rem;
    padding-right: 1.5rem;
  }
  /* .menubar-item,
  .menu-item,
  .submenu-item,
  .menubar-item-donate {
    display: flex;
    margin-left: 0rem;
    margin-right: 0rem;
    border-bottom: none;
    flex: 0 0 auto;
    flex-direction: column;
    padding-left: 0;
    height: auto; } */
  .menubar-item:hover,
  .menu-item:hover,
  .submenu-item:hover,
  .menubar-item-donate:hover {
    border-bottom: 0;
  }
  .menubar-item a:hover,
  .menu-item a:hover,
  .submenu-item a:hover,
  .menubar-item-donate a:hover {
    color: var(--color-Action-light);
  }
  .menubar-item {
    height: 100%;
  }
  .menubar-item:hover .menubar-target {
    color: var(--color-Black);
    letter-spacing: 0.07em;
  }
  .menu__toggle:after {
    padding-right: 0;
    font-size: 8px;
    transform: translateX(5px) rotate(90deg);
    transform-origin: center;
  }
  .menubar-target {
    color: var(--color-Black);
  }
  .menubar-target[data-state="open"] {
    color: var(--color-Primary-light);
  }
  .submenu-target {
    color: var(--color-Accent);
  }
  .menu-item .menubar-target {
    color: var(--color-White);
    padding-right: 1rem;
  }
  .menu-item .menu-target {
    padding-left: 1rem;
    position: relative;
    cursor: default;
  }
  .menu-item .menu-target:hover {
    color: inherit;
  }
  .menu-item .menu-target:after {
    content: none;
  }
  .menubar-item:first-child {
    padding: 0 0;
    justify-self: flex-start;
  }
  .menubar-target,
  .menu-target,
  .submenu-target {
    align-self: flex-start;
  }
  #menubar-OurWork .menu-item .menu-target:before {
    content: "";
    width: 12px;
    height: 12px;
    clip-path: circle();
    background-color: inherit;
    background-color: var(--color-Primary-light);
    position: absolute;
    left: -6px;
    top: 3px;
  }
  #menubar-More .menu-item .menubar-target {
    padding-left: 1rem;
  }
  #menubar-More .menu-item .menubar-target:before {
    content: "";
    width: 12px;
    height: 12px;
    clip-path: circle();
    background-color: inherit;
    background-color: var(--color-Primary-light);
    position: absolute;
    left: -6px;
    top: 3px;
  }
  #menubar-AboutUs {
    flex-direction: column;
    justify-content: flex-end;
  }
  #menubar-AboutUs li:first-child {
    margin-bottom: 2rem;
  }
  #menubar-AboutUs .menu-target {
    cursor: pointer;
    padding-left: 0;
    color: var(--color-Accent);
  }
  #menubar-AboutUs .menu-target:hover {
    color: var(--color-Action);
  }
}

@media (min-width: 1024px) {
  #nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  #nav {
    padding-left: calc(2rem + 2.5 * (100vw - 1680px) / 880);
    padding-right: calc(2rem + 2.5 * (100vw - 1680px) / 880);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  #nav {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (min-width: 1024px) {
  .menubar__header {
    height: 6rem;
  }
  #menubar__logo {
    height: 80%;
  }
  .menu-container {
    max-width: 1920px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .menu-container {
    padding-left: calc(2rem + 2.5 * (100vw - 1680px) / 880);
    padding-right: calc(2rem + 2.5 * (100vw - 1680px) / 880);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  .menu-container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (min-width: 1024px) {
  .menu__toggle:after {
    font-size: 12px;
  }
}

@media (min-width: 1360px) {
  .nav-sticky {
    padding: 0 20%;
  }
  #navbar-tablet:before {
    right: -4rem;
  }
  #menubar__logo {
    height: 85%;
  }
}

@media (min-width: 1680px) {
  #nav {
    max-width: 1920px;
    border-bottom: none;
  }
  #nav::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: var(--color-White);
    top: 0;
    left: calc(calc(100vw - 1920px) / -2);
    border-bottom: 0.8px solid var(--color-Black);
  }
  #navbar-tablet:before {
    right: -10vw;
  }
  #menubar__logo {
    height: 90%;
  }
}

@media (min-width: 1960px) {
  .nav,
  #menubar-container[data-state="closed"] {
    position: initial;
  }
  .menu-container {
    left: 0;
    top: 120px;
    margin-top: 0;
    transform: translateY(0);
    border-bottom: none;
  }
  .menu-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(calc(100vw - 1920px) / -2);
    width: 100vw;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    border-bottom: 5px solid var(--color-Primary);
  }
  .nav-sticky {
    position: fixed;
  }
  .nav-sticky .menu-container {
    left: calc(calc(100vw - 1920px) / 2);
    top: 4rem;
  }
}

.list-item {
  display: flex;
  flex-direction: column;
}
.list-item:not(:last-child) {
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-Secondary-dark);
}
.list-item .credits {
  padding-top: 0.5rem;
}

.list-2-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.list-2-item .article-text-container {
  margin: 0 auto;
  width: 85%;
  display: flex;
  flex-direction: column;
}
.list-2-item .article-text-container summary {
  margin-bottom: 1em;
}
.list-2-item .tag {
  margin-top: 0.8rem;
}
.list-2-item:not(:last-child) {
  padding-bottom: 1.25rem;
}
.list-2-item:not(:last-child) .article-text-container {
  border-bottom: 1px solid var(--color-Grey-light);
  padding-bottom: 1.25rem;
}

.list-3-item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.list-3-item:not(:last-child) {
  margin-bottom: 0.8rem;
  border-bottom: 1px dotted currentColor;
  padding-bottom: 1.25rem;
}
.list-3-item .credits,
.list-3-item .date {
  margin-top: 1em;
}
.list-3-item .credits .date {
  margin-top: 0;
}
.list-3-item-news .heading-6,
.list-3-item-news .date {
  margin-left: 3.5rem;
}
.list-3-item-news .heading-6 {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.list-3-item-news .heading-6::before {
  content: "";
  justify-self: flex-start;
  width: 35px;
  height: 31px;
  flex: 0 0 auto;
  margin-left: -3.5rem;
  -webkit-mask-image: url("../images/md-paper.svg");
  mask-image: url("../images/md-paper.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  margin-right: 1rem;
  background-color: var(--color-Primary-dark);
}
.list-3-item-btp {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.list-3-item-btp .heading-6 {
  padding-bottom: 0.8rem;
  border-bottom: 1px dotted currentColor;
}
.list-3-item-btp:not(:last-child) {
  border-bottom: none;
}
.list-3-item-btp:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  height: 1px;
  width: 90vw;
  margin-left: -3rem;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 373px) {
  .list-3-item-btp:not(:first-child)::before {
    margin-left: calc(-3rem + -3.5 * (100vw - 373px) / 396);
  }
}
@media screen and (min-width: 769px) {
  .list-3-item-btp:not(:first-child)::before {
    margin-left: -6.5rem;
  }
}
.list-3-item-btp:last-child {
  margin-bottom: 0.8rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 769px) {
  .list-item:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .list-2-item-picture-top picture {
    margin: 0 auto;
    flex: 0 1 auto;
    max-height: 80%;
  }
  .list-2-item-picture-top picture img {
    border-radius: 0px 0px 80px 0px;
  }
  .list-2-item {
    flex-direction: row;
  }
  .list-2-item:not(:first-child) {
    padding-top: 1.25rem;
  }
  .list-2-item:not(:last-child) .article-text-container {
    padding-bottom: 0;
  }
  .list-2-item .article-text-container {
    padding-left: 1.5rem;
  }
  .list-2-item picture {
    flex: 0 1 45%;
    display: flex;
    max-width: 280px;
  }
  .list-2-item picture img {
    border-radius: 0px 40px 0px 0px;
    object-fit: cover;
  }
  .list-2-item:not(:last-child) {
    border-bottom: 1px dotted var(--color-Grey-light);
  }
  .list-2-item:not(:last-child) .article-text-container {
    border-bottom: none;
  }
}

@media (min-width: 1024px) {
  .list-2-item:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
  .list-3-item:not(:last-child) {
    border-bottom-width: 1px;
  }
  .list-3-item-news .date {
    margin-left: 2rem;
    padding-left: 0.5rem;
  }
  .list-3-item-news .heading-6 {
    align-items: flex-start;
    margin-left: 0;
  }
  .list-3-item-news .heading-6::before {
    margin-left: 0;
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
  .list-3-item-btp {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .list-3-item-btp .heading-6 {
    padding-bottom: 0;
    border-bottom: none;
  }
  .list-3-item-btp:nth-child(1),
  .list-3-item-btp:nth-child(2) {
    border-bottom: 1px dotted var(--color-Secondary);
  }
  .list-3-item-btp:not(:first-child)::before {
    content: none;
  }
}

.banner-subscribe,
.banner-donate {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 120px;
}
@media screen and (min-width: 769px) {
  .banner-subscribe,
  .banner-donate {
    height: calc(120px + 30 * (100vw - 769px) / 591);
  }
}
@media screen and (min-width: 1360px) {
  .banner-subscribe,
  .banner-donate {
    height: 150px;
  }
}

.banner-btp {
  display: none;
  justify-content: space-between;
  background: url("../images/header-btp_background.svg") left no-repeat;
  background-color: var(--color-Black);
  padding-right: 2rem;
  border-radius: 0 0 0 50px;
  color: var(--color-White);
  height: 32px;
  align-items: center;
  padding-left: 5%;
  position: relative;
  width: 80%;
  margin-left: auto;
}
@media screen and (min-width: 373px) {
  .banner-btp {
    height: calc(32px + 20 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .banner-btp {
    height: 52px;
  }
}
.banner-btp h3 {
  font-family: var(--font-Display);
  font-size: calc(0.10132vw + 9.62209px);
  letter-spacing: 10;
  line-height: 1.25;
  font-size: 12px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media screen and (min-width: 373px) {
  .banner-btp h3 {
    font-size: calc(12px + 2 * (100vw - 373px) / 1307);
  }
}
@media screen and (min-width: 1680px) {
  .banner-btp h3 {
    font-size: 14px;
  }
}
.banner-btp p {
  font-family: var(--font-Primary);
  font-size: 12px;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-Grey-light);
}
@media screen and (min-width: 373px) {
  .banner-btp p {
    font-size: calc(12px + 2 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .banner-btp p {
    font-size: 14px;
  }
}

.banner-subscribe {
  background-color: var(--color-Black);
  flex-flow: column;
  text-decoration: none;
  justify-content: center;
  padding-bottom: 3%;
}
.banner-subscribe .heading-7 {
  color: var(--color-White);
}
.banner-subscribe .btn-2 {
  margin: 0;
  border-width: 0;
  box-shadow: 0 0 0 2pt var(--color-White);
  border-radius: 0 52px 52px 0;
  color: var(--color-Accent-dark);
  border-color: var(--color-White);
  border-left: none;
  padding: 0;
  width: 25%;
  font-size: calc(0.20263vw + 7.24417px);
  background-color: var(--color-Black);
}
.banner-subscribe .btn-2:active {
  background-color: var(--color-Primary-dark);
  color: var(--color-Primary-light);
}

.sign-up {
  width: 80%;
  height: 32px;
  display: inline-flex;
  max-width: 420px;
}
@media screen and (min-width: 373px) {
  .sign-up {
    height: calc(32px + 20 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .sign-up {
    height: 52px;
  }
}

.banner-donate {
  background-color: var(--color-Action-light);
}
.banner-donate .btn-2 {
  width: 104px;
  height: 32px;
  text-align: center;
  margin: 0;
  border-color: var(--color-Primary-dark);
  color: var(--color-Primary-dark);
}
@media screen and (min-width: 373px) {
  .banner-donate .btn-2 {
    height: calc(32px + 20 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .banner-donate .btn-2 {
    height: 52px;
  }
}

.banner-donate-text {
  width: 45%;
  color: var(--color-Primary-dark);
}
.banner-donate-text p {
  font-family: var(--font-Primary);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 300;
}
@media screen and (min-width: 373px) {
  .banner-donate-text p {
    font-size: calc(12px + 2 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .banner-donate-text p {
    font-size: 14px;
  }
}

.banner-followUs-container {
  display: flex;
  flex-direction: row;
  height: 112px;
  justify-content: center;
  align-items: center;
  background-color: var(--color-White);
  color: var(--color-Primary-light);
}
@media screen and (min-width: 769px) {
  .banner-followUs-container {
    height: calc(112px + 38 * (100vw - 769px) / 255);
  }
}
@media screen and (min-width: 1024px) {
  .banner-followUs-container {
    height: 150px;
  }
}
.banner-followUs-container .heading-7 {
  margin: 0;
  margin-right: 3vw;
}
.banner-followUs-container .profile {
  display: flex;
  align-items: center;
}
.banner-followUs-container .profile-social {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  height: 30px;
  margin-right: 3vw;
  position: relative;
}
.banner-followUs-container .profile-social::before {
  content: "";
  left: 0;
  width: 2px;
  height: 100%;
  color: var(--color-Black);
  border-left: 1px solid var(--color-Black);
  margin: 0 1em;
  order: 2;
}
.banner-followUs-container .profile-social a:last-child {
  order: 3;
}

@media (min-width: 769px) {
  .banner-subscribe {
    padding-bottom: 0;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .banner-btp {
    display: flex;
    margin-right: -50%;
    padding-right: 50%;
    width: 150%;
  }
  .banner-btp p a {
    color: inherit;
  }
  .banner-btp p a:hover {
    color: var(--color-Action);
    text-decoration: underline;
  }
  .block-banner-left {
    border-radius: 0 100px 100px 0;
    margin-left: -50%;
    padding-left: 50%;
  }
  .block-banner-right {
    border-radius: 100px 0px 0px 100px;
    margin-right: -50vw;
    padding-right: 50vw;
  }
  .banner-subscribe,
  .banner-donate {
    padding-bottom: 0;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: 5vmin;
    margin-bottom: 5vmin;
  }
  .banner-subscribe .sign-up,
  .banner-subscribe p,
  .banner-donate .sign-up,
  .banner-donate p {
    margin-top: 17.33333px;
  }
  .banner-subscribe .heading-7 {
    margin-bottom: 0;
    left: 0;
    width: max-content;
  }
  .banner-subscribe .sign-up {
    flex: 0 0 auto;
    margin-bottom: 0.8rem;
  }
  .banner-subscribe .banner-picture {
    position: absolute;
    right: 0;
  }
  .banner-donate .heading-7,
  .banner-donate p {
    margin-left: 7rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .banner-donate .banner-donate-text {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner-donate .btn-2 {
    background-image: none;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-donate .btn-2:after {
    content: none;
  }
  .banner-picture {
    padding-bottom: 1.25rem;
    margin-left: auto;
    width: 190px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .banner-picture {
    width: calc(190px + 58 * (100vw - 1024px) / 656);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .banner-picture {
    width: 248px;
  }
}

@media (min-width: 1024px) {
  .banner-followUs-header {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin-left: 4vmax;
    border-radius: 50px 0 0 0;
  }
  .banner-followUs-header .heading-7 {
    margin-right: 0;
  }
  .banner-followUs-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
    height: 70%;
    border-radius: 0 0 50px 0;
  }
  .banner-followUs-content dt:first-of-type {
    border-right: 1px solid var(--color-Primary-light);
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 200px;
    padding: 0 2rem;
    justify-content: center;
  }
  .banner-followUs-content .profile {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    height: 100%;
    margin: 0 0.5rem;
  }
  .banner-followUs-content .profile:first-of-type {
    justify-self: flex-start;
  }
  .banner-followUs-content .profile .small-text-serif-1,
  .banner-followUs-content .profile .small-text-serif-2 {
    font-size: 12px;
    color: var(--color-Black);
  }
  .banner-followUs-content .profile .small-text-serif-1 {
    font-weight: 700;
  }
  .banner-followUs-content .profile .logo-cepr {
    position: relative;
    height: auto;
    max-height: 3rem;
    width: 100%;
  }
  .banner-followUs-content .profile-social {
    display: flex;
    justify-content: space-between;
    flex: 0 1 auto;
    align-items: center;
    margin-right: 0.5em;
  }
  .banner-followUs-content .profile-social:before {
    content: "";
    height: 20px;
    flex: 0 1 1px;
    background-color: var(--color-Primary-light);
    order: 1;
    margin: 0.2em;
  }
  .banner-followUs-content .profile-social a:last-child {
    order: 2;
  }
  .banner-followUs-content .profile .small-text-serif-4 {
    font-family: var(--font-Primary);
    font-size: calc(0.20263vw + 7.24417px);
    letter-spacing: 0;
    line-height: 1.25;
    font-style: italic;
    font-weight: 400 !important;
    text-transform: capitalize;
  }
  .banner-followUs-content .profile .btn-5 {
    margin: 0;
    margin-top: 1rem;
    color: var(--color-White);
    background-color: var(--color-Primary-light);
    border: none;
    flex: 0 0 auto;
  }
  .banner-followUs-content .profile .btn-5:hover {
    color: var(--color-Action);
  }
}

@media (min-width: 1360px) {
  .banner-donate .banner-donate-text {
    width: auto;
  }
  .banner-donate .btn-2 {
    border-width: 4px;
    width: 130px;
  }
}

.side-blogs {
  background-color: var(--color-White);
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-left: 1vw;
  padding-bottom: 3rem;
  border-bottom: 2px solid var(--color-Grey-light);
  border-radius: 0 100px 0 0;
}
.side-blogs .heading-4 {
  font-size: 24px;
  color: var(--color-Black);
  justify-content: flex-start;
}
.side-blogs .side-blogs-header {
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 373px) {
  .side-blogs .side-blogs-header {
    height: calc(56px + 94 * (100vw - 373px) / 1587);
  }
}
@media screen and (min-width: 1960px) {
  .side-blogs .side-blogs-header {
    height: 150px;
  }
}
.side-blogs .side-blogs-header,
.side-blogs .side-blogs-content {
  padding-left: 1.5rem;
  z-index: 10;
}
.side-blogs .side-blogs-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 2rem;
}
.side-blogs .side-blogs-content .list-3-item {
  border-bottom-color: var(--color-Grey-light);
}
.side-blogs .side-blogs-content .heading-7 {
  color: var(--color-Accent);
  margin-right: auto;
  border: 2px solid var(--color-Accent);
  padding-top: 0.75em;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 20px 0 0;
  padding-right: 1rem;
}
.side-blogs:before {
  content: "";
  background: url("../images/texture-diagonal.svg") left no-repeat;
  transform: scaleX(-1);
  border-radius: 100px 0 0 0;
  opacity: 0.25;
  filter: alpha(opacity=25);
  width: 100%;
  height: 100%;
  background-clip: cover;
  position: absolute;
  left: 0;
}
@media (min-width: 1024px) {
  .side-blogs {
    width: auto;
    margin: 0;
    border-bottom: 0;
  }
  .side-blogs .heading-4 {
    justify-content: flex-start;
  }
  .side-blogs:before {
    transform: scaleX(1);
  }
}

.report-header h1 {
  color: var(--color-Primary);
}

.report-content {
  scroll-snap-type: y proximity;
  scroll-padding-top: 5vh;
  overflow-x: hidden;
}
.report-content section {
  scroll-snap-align: start;
}
.report-content p {
  margin-bottom: 1em;
}
.report-content p:last-of-type {
  margin-bottom: 2em;
}
.report-content blockquote {
  font-family: var(--font-Display);
  letter-spacing: 16;
  margin-bottom: 1.5rem;
}
.report-content ul,
.report-content ol {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: var(--color-Grey);
  margin-left: 3.5rem;
}
.report-content ul {
  list-style-type: none;
}
.report-content ol {
  list-style: none;
}
.report-content ul li::before {
  content: "\2022";
  color: var(--color-Secondary-light);
  display: inline-block;
  font-size: 2em;
  line-height: 1em;
  width: 1em;
  margin-left: -1em;
}
.report-content ol li {
  counter-increment: li;
}
.report-content ol li::before {
  content: counter(li);
  font-weight: 700;
  font-size: calc(0.20263vw + 11.24417px);
  color: var(--color-Primary-light);
  display: inline-block;
  margin-right: 1em;
}
.report-content li {
  margin-bottom: 0.5em;
}
.report-content section details summary {
  position: sticky;
  top: 20px;
  font-family: var(--font-Primary);
  font-weight: 400;
  font-size: 24px;
  color: var(--color-Black);
  margin: 0.8rem 0;
  margin-top: 0.5rem;
  line-height: 1.25;
  color: var(--color-Primary-light);
  display: flex;
}
@media screen and (min-width: 373px) {
  .report-content section details summary {
    font-size: calc(24px + 10 * (100vw - 373px) / 1307);
  }
}
@media screen and (min-width: 1680px) {
  .report-content section details summary {
    font-size: 34px;
  }
}
.report-content section details summary a {
  color: inherit;
}
.report-content section details summary a:hover {
  color: var(--color-Primary);
  text-decoration: underline;
}
.report-content section details summary a:visited {
  color: var(--color-lilac);
}
.report-content section details summary::-webkit-details-marker {
  display: none !important;
}
.report-content section details summary::before {
  content: "";
  flex: 0 0 auto;
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
  align-self: center;
  -webkit-mask: url("../images/ios-arrow-forward.svg") no-repeat;
  background-color: var(--color-Primary-dark);
  transform: rotate(0);
  transition: all 0.3s ease-out;
}
.report-content section details[open] summary::before {
  transform: rotate(90deg);
}
.report-content h3 {
  font-size: 20px;
  color: var(--color-Black);
  color: var(--color-Primary-light);
  margin-bottom: 0.8rem;
  padding: 0 4.5rem;
}
@media screen and (min-width: 373px) {
  .report-content h3 {
    font-size: calc(20px + 6 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .report-content h3 {
    font-size: 26px;
  }
}
.report-content h4 {
  display: flex;
  flex-direction: column;
  overflow: visible;
  text-transform: uppercase;
  font-size: calc(21.73252px + 0.6079vw);
  letter-spacing: 0.15em;
  font-weight: 300;
  line-height: 1;
  color: var(--color-Secondary);
  font-size: calc(29.71691px + 0.61209vw);
  letter-spacing: 0.01em;
  line-height: 1.15;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.report-content h4 a {
  color: inherit;
}
.report-content h4::before {
  content: "";
  width: 94vw;
  margin-left: -6vw;
  border-top: 2px solid;
  margin-bottom: 1.5rem;
}
.report-content h4::after {
  content: "";
  width: 100vw;
  border-top: 2px solid;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .report-content h3 {
    text-align: center;
  }
  .report-content h4 {
    margin-left: -1.5rem;
    position: relative;
  }
  .report-content h4::before,
  .report-content h4::after {
    content: none;
  }
  .report-content h4::before {
    width: 100vw;
  }
  .report-content h4:after {
    position: relative;
    left: -40vw;
  }
  .report-content section details summary {
    display: flex;
    margin-left: -3rem;
  }
  .report-content section details summary::before {
    width: 24px;
    height: 24px;
    position: relative;
    left: -0.75rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .report-content section details summary::before {
    width: calc(24px + 8 * (100vw - 1024px) / 1536);
    height: calc(24px + 8 * (100vw - 1024px) / 1536);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  .report-content section details summary::before {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .report-content section details summary::after {
    content: "";
    border-top: 2px solid var(--color-Primary-light);
    flex: 1 0 auto;
    align-self: center;
    margin-left: 0.5rem;
  }
}

.figure-graphic {
  counter-increment: figures-tit;
  padding-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
.figure-graphic:before {
  content: "figure " counter(figures-tit);
  font-size: calc(0.20263vw + 11.24417px);
  font-weight: 700;
  color: var(--color-Accent-dark);
  text-transform: capitalize;
  padding-left: 1.5rem;
}
.figure-graphic h5 {
  background-color: var(--color-Primary);
  color: var(--color-White);
  display: flex;
  min-height: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.figure-graphic img {
  flex: 0 1 auto;
  object-fit: contain;
  align-self: flex-start;
}
.figure-graphic capfigure {
  font-family: var(--font-Display);
  font-size: calc(0.10132vw + 9.62209px);
  letter-spacing: 10;
  line-height: 1.25;
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--color-Accent-dark);
}
.figure-graphic capfigure:before {
  content: "Source and notes: ";
  color: var(--color-Primary);
  display: inline-block;
  padding-top: 2em;
}
@media (min-width: 1024px) {
  .figure-graphic {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .figure-graphic::before {
    position: absolute;
    padding-left: 0;
    width: 20%;
    padding-right: 3rem;
    right: 100%;
    text-align: right;
  }
  .figure-graphic h5 {
    background-color: inherit;
    color: var(--color-Primary-dark);
    border-left: 1px solid var(--color-Grey);
    padding-right: 13.5rem;
  }
}
@media (min-width: 1360px) {
  .figure-graphic {
    padding-top: 3rem;
    margin-bottom: 3.5rem;
  }
}

[aria-describedby="figure-label"] {
  counter-increment: figures-cap;
}

[aria-describedby="figure-label"]::before {
  content: "[" "Fig." counter(figures-cap) "]";
  font-weight: 700;
  color: var(--color-Accent-dark);
  font-size: calc(0.20263vw + 11.24417px);
}

.profile-card {
  display: flex;
  flex-wrap: wrap;
  width: 83%;
  margin: 2rem auto;
}
.profile-card .profile-data {
  display: flex;
  flex-flow: column;
  padding-left: 1rem;
  align-self: center;
}
.profile-card .profile-name,
.profile-card .profile-job {
  font-size: 20px;
  font-family: var(--font-Display);
  color: var(--color-Primary-dark);
}
@media screen and (min-width: 373px) {
  .profile-card .profile-name,
  .profile-card .profile-job {
    font-size: calc(20px + 6 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .profile-card .profile-name,
  .profile-card .profile-job {
    font-size: 26px;
  }
}
.profile-card .profile-name {
  font-weight: 700;
}
.profile-card .profile-summary {
  margin: 0.8rem 0;
  padding: 0 1.5rem;
  font-family: var(--font-Primary);
  font-weight: 300;
  line-height: 1.46;
  font-size: 16px;
  color: var(--color-Grey);
}
@media screen and (min-width: 373px) {
  .profile-card .profile-summary {
    font-size: calc(16px + 8 * (100vw - 373px) / 1587);
  }
}
@media screen and (min-width: 1960px) {
  .profile-card .profile-summary {
    font-size: 24px;
  }
}
.profile-card .small-text-sans {
  padding-left: 1.5rem;
}
.profile-card .profile-social {
  flex: 1 0 100%;
}
@media (min-width: 1024px) {
  .profile-card[data-state="open"] {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(144px, 196px) 1fr;
    grid-template-rows: auto;
    margin: 0;
    border-top: 1px solid var(--color-Grey-light);
    border-bottom: 1px solid var(--color-Grey-light);
  }
  .profile-card[data-state="open"] .profile-picture {
    grid-column: 1;
    grid-row: 1/-1;
    position: relative;
    top: 40%;
    margin-right: 1rem;
    left: 0;
    right: 0;
  }
  .profile-card[data-state="open"] .profile-data {
    align-self: end;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .profile-card[data-state="open"] .profile-job {
    margin-left: 0.5rem;
  }
  .profile-card[data-state="open"] .profile-job::before {
    content: "";
    border-left: 2px solid var(--color-Grey);
    margin-right: 0.5rem;
  }
  .profile-card[data-state="open"] .profile-summary {
    grid-column: 2;
    align-self: start;
    padding: 0;
    margin-bottom: 0.8rem;
  }
  .profile-card[data-state="open"] .small-text-sans {
    grid-column: 2;
    margin-bottom: 2rem;
    padding-left: 0;
  }
}
.profile-card[data-state="closed"] {
  flex-direction: column;
  width: max-content;
  margin: 1rem;
  align-items: center;
}
.profile-card[data-state="closed"] .profile-picture {
  position: relative;
}
.profile-card[data-state="closed"] .profile-picture img {
  filter: grayscale(100%) contrast(1.3);
  transition: inherit;
}
.profile-card[data-state="closed"] .profile-picture::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  height: 100%;
  width: 100%;
  background-color: var(--color-Black);
  mix-blend-mode: screen;
  z-index: 10;
  opacity: 1;
}
.profile-card[data-state="closed"] .profile-picture:hover img {
  filter: grayscale(0%) contrast(1);
}
.profile-card[data-state="closed"] .profile-picture:hover::before {
  opacity: 0;
}
.profile-card[data-state="closed"] .profile-data {
  padding: 0;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.profile-card[data-state="closed"] .profile-data .profile-name {
  font-family: var(--font-Display);
  font-size: calc(0.10132vw + 9.62209px);
  letter-spacing: 10;
  line-height: 1.25;
  font-weight: 400;
  text-transform: capitalize;
  font-weight: 700;
}
.profile-card[data-state="closed"] .profile-data .profile-job {
  font-family: var(--font-Display);
  font-size: calc(0.10132vw + 9.62209px);
  letter-spacing: 10;
  line-height: 1.25;
  font-weight: 300;
  font-style: italic;
}
.profile-card[data-state="closed"] .profile-summary {
  display: none;
}
.profile-card[data-state="closed"] .profile-social {
  display: none;
}
@media (min-width: 1024px) {
  .profile-card[data-state="closed"] .profile-picture::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: 100%;
    height: 100%;
    mask: url("../images/profile-picture-frame.svg") no-repeat right;
    background-color: var(--color-Primary-dark);
    transform: rotate(90deg);
    fill: var(--color-Primary-dark);
    right: 28px;
    top: 0px;
    bottom: 19px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .profile-card[data-state="closed"] .profile-picture::after {
    right: calc(28px + -8 * (100vw - 1024px) / 896);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .profile-card[data-state="closed"] .profile-picture::after {
    right: 20px;
  }
}

.breadcrumps {
  display: flex;
  align-items: center;
  height: 3rem;
  margin: 0 1.5rem;
  z-index: 99;
}
.breadcrumps-list {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.breadcrumps-list dt {
  padding-left: 1rem;
  position: relative;
  margin-left: 0.5rem;
}
.breadcrumps-list dt a {
  color: var(--color-Black);
}
.breadcrumps-list dt::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-mask: url("../images/ios-arrow-forward.svg") no-repeat;
  mask: url("../images/ios-arrow-forward.svg") no-repeat;
  background-color: var(--color-Grey-light);
  left: -0.165rem;
}
.breadcrumps-list dt:first-of-type {
  margin-left: 0;
}
.breadcrumps-list dt:first-of-type::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-mask: url("../images/ios-arrow-forward.svg") no-repeat;
  mask: url("../images/ios-arrow-forward.svg") no-repeat;
  background-color: var(--color-Grey-light);
  left: -0.5rem;
}
.breadcrumps .is-selected a {
  color: var(--color-Primary-light);
}
.breadcrumps .is-selected::after {
  content: "";
  content: "";
  width: 6px;
  height: 6px;
  clip-path: circle();
  background-color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  background-color: var(--color-Primary-light);
  bottom: -120%;
}
@media (min-width: 1024px) {
  .breadcrumps {
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .breadcrumps {
    padding-left: calc(2rem + 2.5 * (100vw - 1680px) / 880);
    padding-right: calc(2rem + 2.5 * (100vw - 1680px) / 880);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  .breadcrumps {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(-128px);
  }
  100% {
    transform: translateY(0);
  }
}

.table-of-contents {
  display: inline-flex;
  padding: 0 1.5rem;
  background-color: var(--color-White);
  width: calc(100vw - 128px);
  float: right;
}
.table-of-contents details {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.table-of-contents summary {
  height: 3rem;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
  font-size: calc(0.20263vw + 11.24417px);
  line-height: 0;
  color: var(--color-Primary-dark);
  list-style-image: none;
}
.table-of-contents summary::-webkit-details-marker {
  display: none;
}
.table-of-contents summary::before {
  content: "";
  height: 20px;
  border-left: 2px solid var(--color-Grey-light);
  margin-right: 1.5rem;
}
.table-of-contents summary::after {
  content: "";
  -webkit-mask: url("../images/ios-arrow-down.svg") no-repeat;
  mask: url("../images/ios-arrow-down.svg") no-repeat;
  background-color: var(--color-Primary-dark);
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
}
.table-of-contents dt {
  padding: 0.5rem 0;
  border-top: 1px dotted var(--color-Grey-light);
  text-align: right;
}
.table-of-contents dt a {
  font-size: calc(0.20263vw + 11.24417px);
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--color-Grey);
}
.table-of-contents dt a:hover {
  color: var(--color-Accent);
}
.table-of-contents .toc-sticky {
  position: fixed;
  top: calc(48.92929px + 4.0404vw);
  width: 100vw;
  right: 0;
  z-index: 999;
  padding-right: 3vw;
  margin-right: 0;
  background-color: var(--color-White);
  animation: slide-down 0.5s ease-out;
}
.table-of-contents .toc-sticky dl {
  background-color: white;
  box-shadow: 0px 5px 5px var(--color-Grey-light);
  padding-right: 6vw;
  margin-right: -6vw;
}
.table-of-contents .toc-sticky dl dt {
  padding-left: 2rem;
}
@media (min-width: 769px) {
  .table-of-contents .toc-sticky {
    top: 4rem;
  }
}
@media (min-width: 1024px) {
  .table-of-contents {
    width: 100%;
    background-color: transparent;
  }
  .table-of-contents dt {
    padding-bottom: 0.5rem;
    padding-top: 1.25rem;
  }
  .table-of-contents summary,
  .table-of-contents dl {
    background-color: var(--color-White);
    box-shadow: 1.5rem 0 0 var(--color-White), -1.5rem 0 0 var(--color-White);
  }
  .table-of-contents summary {
    justify-content: center;
  }
  .table-of-contents summary::before {
    content: none;
  }
  .table-of-contents .toc-sticky {
    width: 100vw;
    padding-right: 0;
    margin-right: 0;
    padding-left: 6vw;
    border-bottom: 1px solid var(--color-Grey-light);
    right: unset;
    left: 0;
  }
  .table-of-contents .toc-sticky summary {
    justify-content: flex-start;
    width: min-content;
    margin-right: auto;
    margin-left: 0;
  }
  .table-of-contents dt {
    text-align: left;
  }
}
@media (min-width: 1360px) {
  .table-of-contents .toc-sticky {
    padding-left: 20vw;
  }
}
.table-of-contents [open] summary {
  color: var(--color-Primary-light);
}

@keyframes slide-down {
  0% {
    transform: translateY(-128px);
  }
  100% {
    transform: translateY(0);
  }
}

.icons-share {
  padding-left: 1.5rem;
  min-width: 128px;
  display: inline-flex;
  height: 3rem;
  background-color: var(--color-White);
  float: left;
  align-items: center;
}
.icons-share .social-logo-container:not(:last-child) {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.icons-share:active {
  fill: var(--color-Accent);
}
.icons-share .icon-text {
  display: inline-block;
}
@media (min-width: 1024px) {
  .icons-share {
    position: relative;
    background-color: white;
    border-bottom: 1px solid var(--color-Grey-light);
    height: 4.5rem;
    width: auto;
    top: calc(5vh * -1);
    justify-content: flex-end;
    padding-right: 1vw;
    margin-right: -1vw;
    padding-left: 0;
  }
}

.share-sticky {
  position: fixed;
  top: calc(48.92929px + 4.0404vw);
  left: 0;
  z-index: 999;
  height: 3rem;
  padding-right: 6vw;
  width: 20vw;
  animation: slide-down 0.5s ease-out;
}
@media (min-width: 770px) {
  .share-sticky {
    top: 4rem;
  }
}
@media (min-width: 1024px) {
  .share-sticky {
    background-color: transparent;
    border-bottom: none;
    left: unset;
    right: 0;
    height: 48px;
    padding-right: 6vw;
    min-width: 320px;
    animation: slide-down 0.5s ease-out;
  }
}

article {
  counter-reset: footnotes-label figures-cap figures-tit;
}

[aria-describedby="footnote-label"] {
  counter-increment: footnotes-label;
  text-decoration: none;
  color: inherit;
  cursor: default;
  outline: none;
}

[aria-describedby="footnote-label"]::after {
  content: counter(footnotes-label);
  /* 1 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.75em;
  letter-spacing: -0.1em;
  border: 2px solid var(--color-Accent);
  border-radius: 50%;
  font-weight: 700;
  margin-left: 2px;
  color: var(--color-Accent);
  cursor: pointer;
}

[aria-describedby="footnote-label"]:active::after {
  background-color: var(--color-Accent);
  color: var(--color-White);
}

/**
   * Resetting the default focused styles on the number
   */
[aria-describedby="footnote-label"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

[aria-label="Back to content"]::after {
  content: "";
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  position: relative;
  bottom: -2px;
  -webkit-mask: url("../images/ios-arrow-dropup-circle.svg") no-repeat;
  mask: url("../images/ios-arrow-dropup-circle.svg") no-repeat;
  background-color: var(--color-Accent);
  cursor: pointer;
}

[aria-label="Back to content"]:active::after {
  background-color: var(--color-Grey);
}

.start-count {
  counter-reset: footnotes;
}

footer {
  position: relative;
}
footer ol.footnotes {
  list-style-type: none;
  margin-top: 88px;
  margin-bottom: 88px;
}
footer ol.footnotes::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 2px solid var(--color-Black);
  margin: 1em 0;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100vw;
  position: absolute;
  left: 0;
  margin-left: -6vw;
  margin-top: 0;
  top: -2rem;
  border-color: var(--color-Primary-light);
}
footer ol.footnotes::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--color-Primary-dark);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -36px;
  outline: 44px solid white;
  border-radius: 50%;
  background-color: var(--color-Primary-light);
}
@media (min-width: 1024px) {
  footer ol.footnotes {
    margin-top: 0;
  }
  footer ol.footnotes::before,
  footer ol.footnotes::after {
    content: none;
  }
}
@media (min-width: 1680px) {
  footer ol.footnotes {
    padding-right: 9rem;
  }
}
footer ol.footnotes li {
  font-size: calc(0.20263vw + 11.24417px);
  line-height: 1.8;
  z-index: 10;
  position: relative;
  /**
      * Highlight target note
      */
}
footer ol.footnotes li:target {
  background: var(--color-Action);
  color: var(--color-Primary-dark);
  border-radius: 0 0 50px 0;
  box-shadow: 0 0 0 6px var(--color-Action);
}
footer ol.footnotes li:target [aria-label="Back to content"]::after {
  background-color: var(--color-Primary);
}
footer ol.footnotes li:before {
  counter-increment: footnotes;
  content: counter(footnotes);
  font-weight: 700;
  font-size: calc(0.20263vw + 11.24417px);
  color: var(--color-Accent-dark);
  display: inline-block;
  margin-left: -3.5rem;
  width: 3.5rem;
  margin-right: 0;
}
footer ol.footnotes li::after {
  content: "";
  border-bottom: 1px solid var(--color-Accent-dark);
  width: 2.45rem;
  position: absolute;
  left: -3.5rem;
  top: 1.25em;
  margin-left: 1.25em;
}
footer .heading-3 {
  text-align: left;
  color: var(--color-Accent-dark);
  margin-left: -12%;
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 3rem;
}
footer .heading-3::before {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: circle();
  background-color: inherit;
  background-color: var(--color-Accent-dark);
  order: 1;
  margin-left: 1.5rem;
}
footer .heading-3::after {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 2px solid var(--color-Black);
  margin: 1em 0;
  padding: 0;
  position: relative;
  overflow: visible;
  content: "";
  border-color: var(--color-Accent-dark);
  order: 2;
  margin-left: -6px;
}

.bibliography {
  font-size: calc(0.20263vw + 11.24417px);
  line-height: 1.7;
  margin-left: 3.5rem;
  text-indent: -3.5rem;
}
.bibliography dt {
  margin-bottom: 0.5em;
}
.bibliography dt:last-of-type {
  margin-bottom: 2em;
}
@media (min-width: 1680px) {
  .bibliography {
    padding-right: 9rem;
  }
}

.search-container[data-state="closed"] {
  display: none;
}

.search-container[data-state="open"] {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 999;
  background-color: var(--color-Black);
  border-top: 1px solid var(--color-Primary-light);
  border-bottom: 1px solid var(--color-Primary-light);
  box-shadow: 0px 2rem 30px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: calc(48.92929px + 4.0404vw);
  padding: 3rem 1.5rem;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
@media screen and (min-width: 373px) {
  .search-container[data-state="open"] {
    padding-left: calc(7.5% + 17.5 * (100vw - 373px) / 396);
    padding-right: calc(7.5% + 17.5 * (100vw - 373px) / 396);
  }
}
@media screen and (min-width: 769px) {
  .search-container[data-state="open"] {
    padding-left: 25%;
    padding-right: 25%;
  }
}

.search-container .search-field {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
}
@media screen and (min-width: 373px) {
  .search-container .search-field {
    height: calc(32px + 20 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .search-container .search-field {
    height: 52px;
  }
}
.search-container .search-field .search-in-field {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1rem;
  cursor: pointer;
}
.search-container .search-field .input-pill:focus + .search-in-field svg {
  fill: var(--color-Secondary);
}

@media (min-width: 1024px) {
  .search-container[data-state="closed"] {
    display: none;
  }
  .search-container[data-state="open"] {
    top: 120px;
  }
}

.search-results-header {
  min-height: 15rem;
  background-color: var(--color-Black);
  display: flex;
  flex-direction: column;
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding-top: 3rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 373px) {
  .search-results-header {
    padding-left: calc(7.5% + 17.5 * (100vw - 373px) / 396);
    padding-right: calc(7.5% + 17.5 * (100vw - 373px) / 396);
  }
}
@media screen and (min-width: 769px) {
  .search-results-header {
    padding-left: 25%;
    padding-right: 25%;
  }
}
.search-results-header .heading-2-sans {
  color: var(--color-White);
}
.search-results-header .search-term {
  color: var(--color-Action-light);
  border-top: 1px solid var(--color-Action-light);
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results-header {
    position: relative;
    z-index: 2;
    padding-left: 25%;
    padding-right: 25%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 769px) {
  .search-results-header {
    padding-left: calc(25% + -10 * (100vw - 769px) / 255);
    padding-right: calc(25% + -10 * (100vw - 769px) / 255);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .search-results-header {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  .search-results-header:before {
    content: "";
    width: 200vw;
    background-color: var(--color-Black);
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: -1;
  }
}

.search-suggestions-container {
  background-color: var(--color-White);
  border-radius: 20px 20px 20px 20px;
  margin-top: 1.5rem;
}
.search-suggestions-container .search-suggestions-list {
  position: relative;
}
.search-suggestions-container .search-suggestions-list:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform-origin: center;
  transform: rotate(45deg);
  background-color: var(--color-White);
  left: 0;
  top: -6px;
  margin-left: 52px;
}
.search-suggestions-container .search-suggestions-item {
  padding: 0.5rem 1.5rem;
  border-radius: 52px;
  position: relative;
  z-index: 99;
}
.search-suggestions-container .search-suggestions-item:hover {
  background-color: var(--color-Action-light);
}

.filters-container {
  border-top: 1px solid var(--color-lilac);
  margin-top: 2rem;
  padding-top: 0.5rem;
}
.filters-container .filter-label {
  font-weight: 700;
  color: var(--color-White);
  padding: 0.5rem 0;
  cursor: pointer;
}
.filters-container[open] > .filter-label {
  color: var(--color-Action-dark);
}

.filter-container {
  margin-left: 1rem;
}
.filter-container .input-pill {
  margin-left: -1rem;
  width: calc(100% + 1rem);
}
.filter-container[open] .filter-label {
  color: var(--color-Action-light);
}

.filter-label {
  transition: all 200ms ease-out;
}

.sort-by-container {
  display: flex;
  width: 85%;
  margin: 2rem auto;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--color-Grey-light);
  color: var(--color-Black);
}
.sort-by-container .tag {
  text-transform: capitalize;
}
.sort-by-container .sort-by-options {
  margin-left: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: underline;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.btn-sort {
  cursor: pointer;
  margin-left: 0.5rem;
  transform: scaleY(1);
  transform-origin: center;
  transition: all 200ms ease-out;
}
.btn-sort:hover svg {
  fill: var(--color-Accent);
}
.btn-sort[data-state="up"] {
  transform: scaleY(-1) translateY(4px);
}

.block-featured {
  display: flex;
  flex-flow: column;
  background-color: var(--color-Black);
  position: relative;
  margin-bottom: 2rem;
}

.featured-tabs-container {
  display: inline-flex;
  position: absolute;
  z-index: 1;
  top: 232px;
  white-space: nowrap;
  overflow-x: auto;
  width: 100vw;
  height: 40px;
}
.featured-tabs-container .featured__toggle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  width: 40px;
  height: 32px;
  background-color: transparent;
  color: var(--color-lilac);
  border: none;
  text-decoration: none;
}
.featured-tabs-container .featured__toggle:hover {
  color: var(--color-Accent-light);
  filter: drop-shadow(0px 0px 1px var(--color-Accent-dark));
}

.featured-tabs {
  padding: 0 1.5rem;
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
  position: relative;
  clear: both;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: mandatory;
}
.featured-tabs li.tab {
  cursor: pointer;
  border-top: 8px solid transparent;
  order: 2;
  padding: 1rem;
  z-index: 3;
  transition: all 0.25s;
}
.featured-tabs li.tab a {
  color: var(--color-lilac);
  font-weight: 400;
}
.featured-tabs li.tab:hover {
  color: var(--color-Accent-light);
}
.featured-tabs li.tab:active {
  color: var(--color-Accent-dark);
}
.featured-tabs li.tab-is-selected {
  order: 1;
  border: 1px solid var(--color-Accent);
  border-bottom: none;
  border-left: none;
  border-radius: 0 16px 0 0;
  background-color: var(--color-Black);
  margin-bottom: 1em;
  margin-left: 1.5rem;
  position: relative;
}
.featured-tabs li.tab-is-selected a {
  color: var(--color-Accent-dark);
  font-weight: 700;
  cursor: default;
}
.featured-tabs li.tab-is-selected:hover,
.featured-tabs li.tab-is-selected:active {
  color: var(--color-Accent-dark);
}
.featured-tabs li.tab-is-selected:before {
  content: "\0025E2";
  color: var(--color-Black);
  font-size: 40px;
  text-shadow: -1px -1px 0px var(--color-Accent-dark);
  text-align: right;
  position: absolute;
  top: -7px;
  margin-right: -5px;
  right: 100%;
  height: 100%;
  z-index: 2;
  line-height: 1;
}

.featured-articles-container {
  display: flex;
  overflow: hidden;
  clear: both;
}

.featured-article-content {
  flex: 0 0 100%;
  display: grid;
  grid-template-areas:
    "picture picture"
    "title title"
    "related related";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content auto;
  clear: both;
}

.article-hero-picture {
  grid-area: picture;
  display: flex;
  height: 240px;
  width: 100%;
  margin-bottom: 32px;
}
.article-hero-picture img {
  object-fit: cover;
}

.featured-footer {
  background-color: var(--color-Secondary);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  min-height: 128px;
  width: 100%;
  position: relative;
  padding: 1.25rem 0;
}
@media screen and (min-width: 373px) {
  .featured-footer {
    min-height: calc(128px + 16 * (100vw - 373px) / 396);
  }
}
@media screen and (min-width: 769px) {
  .featured-footer {
    min-height: 144px;
  }
}
.featured-footer p {
  flex: 1 0 100%;
  color: var(--color-Primary-dark);
  order: 3;
  padding: 0 15vw;
}
.featured-footer .featured-footer-buttons {
  max-width: 50%;
  display: flex;
  justify-content: space-between;
}
.featured-footer .btn-1 {
  background-color: var(--color-Black);
  color: var(--color-White);
  font-weight: 800;
  border: none;
}
.featured-footer .btn-1:hover {
  filter: drop-shadow(0 0.5em 0.15em var(--color-Secondary-dark));
}
.featured-footer .btn-1:active {
  background-color: var(--color-Accent);
}

@media (min-width: 769px) {
  .block-featured {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 2rem;
  }
  .featured-tabs-container {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-left: 3rem;
    align-items: flex-end;
    width: 100%;
    overflow: visible;
    height: 32px;
  }
}
@media screen and (min-width: 769px) and (min-width: 373px) {
  .featured-tabs-container {
    height: calc(32px + 20 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 769px) and (min-width: 1360px) {
  .featured-tabs-container {
    height: 52px;
  }
}

@media (min-width: 769px) {
  .featured-tabs-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-Accent-dark);
    left: -3rem;
  }
  .featured-tabs {
    padding: 0;
    height: 100%;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
  }
  .featured-tabs li.tab {
    background-color: var(--color-Black);
    border-right: 1px solid var(--color-lilac);
    border-top: 0;
    height: 80%;
    padding: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 2px solid var(--color-Accent-dark);
  }
  .featured-tabs li.tab:last-of-type {
    border-radius: 0 20px 0 0;
  }
  .featured-tabs li.tab-is-selected {
    margin-bottom: 0;
    margin-left: 3rem;
    border-right: 1px solid var(--color-Accent-dark);
    border-top: 1px solid var(--color-Accent-dark);
    border-bottom: 0;
    height: 100%;
    border-radius: 0 30px 0 0;
    position: relative;
  }
  .featured-tabs li.tab-is-selected:before {
    top: -12px;
    margin-right: -9px;
    flex: 0 0 100%;
    width: 100%;
    font-size: 80px;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .featured-tabs li.tab-is-selected:before {
    top: calc(-12px + -2 * (100vw - 1024px) / 336);
  }
}
@media screen and (min-width: 769px) and (min-width: 1360px) {
  .featured-tabs li.tab-is-selected:before {
    top: -14px;
  }
}

@media (min-width: 769px) {
  .featured-tabs:after {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    background-color: var(--color-Black);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .featured-article-content {
    background-color: var(--color-Black);
    grid-template-columns: 6rem 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      ". title picture"
      ". related related";
    overflow: hidden;
  }
  .article-hero-text {
    padding-top: 1.25rem;
  }
  .article-hero-picture {
    overflow: hidden;
    height: 100%;
  }
  .article-related ul.list-2 {
    padding-top: 0;
  }
  .featured-footer {
    padding-left: 6rem;
    border-radius: 0 0 60px 60px;
    align-items: center;
    min-height: 94px;
    width: 100%;
    position: relative;
  }
  .featured-footer p {
    flex: 0 1 45%;
    justify-self: flex-start;
    order: 0;
    padding: 0;
    margin-right: auto;
  }
  .featured-footer .btn-1 {
    background-color: var(--color-Black);
    color: var(--color-White);
    font-weight: 800;
    border: none;
  }
  .featured-footer:after {
    content: "";
    background: url("../images/featFooter_header.svg") right no-repeat;
    position: absolute;
    background-position-y: 15px;
    width: 100%;
    right: -8px;
    height: 100%;
    flex: 0 0 20%;
  }
  .featured-footer .featured-footer-buttons {
    flex: 1 0 auto;
    justify-content: flex-start;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .block-featured {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1680px) {
  .featured-footer p {
    flex: 0 1 35%;
  }
}

.block-BeatThePress {
  background-color: var(--color-Black);
  display: flex;
  flex-flow: column;
  margin: 2rem auto;
  padding: 0 1rem;
  width: 90%;
  margin-bottom: 0;
}
.block-BeatThePress .article-related {
  width: 100%;
  padding-bottom: 0;
}
.block-BeatThePress .heading-4 {
  padding-top: 56px;
  padding-left: 1rem;
}
.block-BeatThePress .heading-4 em {
  display: block;
}
.block-BeatThePress .heading-4,
.block-BeatThePress .heading-6 {
  color: var(--color-Secondary-dark);
}
.block-BeatThePress .heading-4 a:hover,
.block-BeatThePress .heading-6 a:hover {
  color: var(--color-Secondary-light);
  text-decoration: underline;
}
.block-BeatThePress p {
  font-family: var(--font-Primary);
  font-size: 12px;
  line-height: 1.25;
  color: var(--color-White);
  margin-top: 0.8rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 373px) {
  .block-BeatThePress p {
    font-size: calc(12px + 2 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1360px) {
  .block-BeatThePress p {
    font-size: 14px;
  }
}
.block-BeatThePress .list-3-container {
  margin-top: 2rem;
}

.BeatThePress-Header {
  display: flex;
  flex-flow: column;
  padding: 0 1.5rem;
  position: relative;
  margin: 0 -1rem;
}
.BeatThePress-Header:before {
  width: 100%;
  height: 56px;
  position: absolute;
  right: 0;
  top: -16px;
  content: "";
  background: url("../images/btp_header.svg") right no-repeat;
}
.BeatThePress-Header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid var(--color-Secondary-dark);
}

.buttons-container {
  margin-top: 2rem;
  display: flex;
  flex: 0.5 0.5 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-width: 60%;
  align-self: center;
  max-width: 420px;
}
.buttons-container .btn-1,
.buttons-container .btn-2 {
  border-color: var(--color-Secondary-dark);
  margin: 0.5rem 0;
}
.buttons-container .btn-1:hover,
.buttons-container .btn-2:hover {
  color: var(--color-Action-dark);
  border-color: inherit;
}
.buttons-container .btn-1 {
  background-color: transparent;
  color: var(--color-Secondary-dark);
  margin-left: 1.5rem;
}
.buttons-container .btn-2 {
  background-color: var(--color-Secondary-light);
  color: var(--color-White);
  margin-right: 1.5rem;
}

@media (min-width: 769px) {
  .block-BeatThePress {
    padding: 0 4.5rem;
  }
  .BeatThePress-Header {
    margin: 0 -4.5rem;
  }
  .BeatThePress-Header .heading-4,
  .BeatThePress-Header p {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .BeatThePress-Header:before {
    height: 72px;
    top: -20px;
  }
  .BeatThePress-Header:after {
    margin-top: 52px;
  }
  .buttons-container {
    justify-content: space-evenly;
  }
}

@media (min-width: 1024px) {
  .block-BeatThePress {
    width: 150%;
    height: 100%;
    margin-left: -50%;
    padding-left: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .block-BeatThePress .heading-3 {
    color: var(--color-Secondary);
  }
  .block-BeatThePress .list-3-container {
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  .block-BeatThePress .list-3-container :nth-child(3) {
    border: none;
  }
  .block-BeatThePress .list-3-container .list-3-item {
    flex: 0 0 45%;
  }
  .block-BeatThePress .heading-6 {
    color: var(--color-White);
  }
  .block-BeatThePress .BeatThePress-Featured {
    padding-top: 1.25rem;
  }
  .BeatThePress-Header {
    height: 56px;
    justify-content: space-between;
    padding: 0;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (min-width: 373px) {
  .BeatThePress-Header {
    height: calc(56px + 94 * (100vw - 373px) / 1587);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1960px) {
  .BeatThePress-Header {
    height: 150px;
  }
}

@media (min-width: 1024px) {
  .BeatThePress-Header .heading-4 {
    padding-right: 0;
    padding-top: 0;
    z-index: 5;
    font-size: 24px;
    margin-right: 12rem;
  }
  .BeatThePress-Header::before {
    content: "";
    background-image: none;
    height: 56px;
    width: 200%;
    border-bottom: 1px solid var(--color-Secondary);
    top: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 373px) {
  .BeatThePress-Header::before {
    height: calc(56px + 94 * (100vw - 373px) / 1587);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1960px) {
  .BeatThePress-Header::before {
    height: 150px;
  }
}

@media (min-width: 1024px) {
  .BeatThePress-Header:after {
    position: absolute;
    background: url("../images/Beat_The_Press.svg") right no-repeat;
    background-size: 23%;
    background-position-x: 97%;
    top: 0;
    height: 120%;
    z-index: 4;
    border-bottom: none;
    margin-top: -5px;
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .BeatThePress-Header:after {
    margin-top: calc(-5px + -5 * (100vw - 1024px) / 936);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1960px) {
  .BeatThePress-Header:after {
    margin-top: -10px;
  }
}

@media (min-width: 1360px) {
  .block-BeatThePress div:not(:first-child) {
    padding-right: 5%;
  }
  .BeatThePress-Header .heading-4 em {
    display: inline;
  }
}

.block-inTheNews {
  display: flex;
  flex-flow: column;
  margin: 2rem 0;
}
.block-inTheNews .list-3 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .block-inTheNews {
    max-width: 80%;
    min-width: 33.33%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .block-inTheNews {
    order: 1;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    background-color: var(--color-White);
    border-radius: 0 0 100px 0;
    padding: 1.25rem 1rem;
    margin: 0;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 373px) {
  .block-inTheNews {
    margin-top: calc(32px + 20 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1360px) {
  .block-inTheNews {
    margin-top: 52px;
  }
}

@media (min-width: 1024px) {
  .block-inTheNews .list-3,
  .block-inTheNews .column-header-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .block-inTheNews .column-header-container:before,
  .block-inTheNews .column-header-container:after {
    content: none;
  }
  .block-inTheNews .column-header {
    justify-content: center;
    margin-right: 0;
  }
  .block-inTheNews .column-header:before,
  .block-inTheNews .column-header:after {
    content: none;
  }
  .block-inTheNews .heading-4 {
    font-size: 24px;
  }
}

@media (min-width: 1680px) {
  .block-inTheNews {
    margin-top: 0;
  }
}

.block-footer {
  background-color: var(--color-White);
  display: flex;
  align-items: center;
  flex-flow: column;
  height: 21rem;
  justify-content: flex-start;
  border-top: 1px solid var(--color-Primary);
  margin-top: auto;
  padding-top: 2.5rem;
  position: relative;
}
.block-footer .line-2 {
  margin: 0;
}

.footer-ident {
  flex: 0 0 auto;
}

.footer-logo {
  height: 4rem;
  flex: 1 0 auto;
}

.footer-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  margin: auto 0;
  flex: 0.8 0 auto;
  padding-bottom: 3rem;
}

.footer-item a {
  font-size: 0.75rem;
  color: var(--color-Primary-dark);
  font-weight: 800;
}

.footer-social {
  display: flex;
  width: auto;
  justify-content: center;
  height: 8%;
  position: absolute;
  flex: 0 1 auto;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-social .social-logo {
  width: auto;
  height: 100%;
}
.footer-social .social-logo:not(:first-of-type) {
  margin-left: 1rem;
}

.footer-license {
  height: 17%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--color-Primary-light);
}
.footer-license p {
  font-size: calc(0.20263vw + 7.24417px);
  width: 85%;
  color: var(--color-Primary-light);
  text-transform: none;
}

@media (min-width: 1024px) {
  .block-footer {
    overflow: visible;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
    color: var(--color-Primary);
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 42px;
  }
  .block-footer::before {
    content: "";
    background-color: var(--color-White);
    height: 100%;
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .block-footer {
    padding-left: calc(2rem + 2.5 * (100vw - 1680px) / 880);
    padding-right: calc(2rem + 2.5 * (100vw - 1680px) / 880);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  .block-footer {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (min-width: 1024px) {
  .block-footer .footer-ident {
    position: relative;
    margin-right: 3.5rem;
    flex: 1 0 auto;
  }
  .block-footer .footer-logo {
    fill: var(--color-Primary-light);
    position: relative;
  }
  .block-footer img.footer-logo {
    height: 46px;
    margin-bottom: 4px;
  }
  .block-footer .footer-list {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    order: 2;
    margin-top: 56px;
    flex: 1 1 auto;
    max-width: 540px;
    margin-bottom: 0;
  }
  .block-footer .footer-item {
    flex: 1 0 50%;
  }
  .block-footer .footer-license {
    text-align: center;
    margin-left: -2rem;
    height: 42px;
    display: flex;
    position: absolute;
    bottom: 0;
    background-color: white;
    z-index: 99;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .block-footer .footer-license {
    margin-left: calc(-2rem + -2.5 * (100vw - 1680px) / 880);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  .block-footer .footer-license {
    margin-left: -4.5rem;
  }
}

@media (min-width: 1024px) {
  .block-footer .footer-license em a {
    color: var(--color-Accent-dark);
    font-weight: 400;
    text-decoration: underline;
  }
  .block-footer .footer-social {
    justify-content: flex-start;
    bottom: -30%;
    left: 0;
    height: 20%;
    flex: 1 0 100%;
  }
  .block-footer .paragraph-2-light > strong {
    color: var(--color-Primary);
  }
  .block-footer:after {
    content: none;
  }
}

@media (min-width: 1360px) {
  .block-footer:after {
    content: "";
    background: url("../images/CEPR_FOOTER.png") left top no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 42px;
    right: 0;
    height: 85%;
    min-width: 20%;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1360px) and (min-width: 1024px) {
  .block-footer:after {
    height: calc(85% + 15 * (100vw - 1024px) / 936);
  }
}
@media screen and (min-width: 1360px) and (min-width: 1960px) {
  .block-footer:after {
    height: 100%;
  }
}
@media screen and (min-width: 1360px) and (min-width: 1024px) {
  .block-footer:after {
    margin-right: calc(-32px + -40 * (100vw - 1024px) / 1536);
  }
}
@media screen and (min-width: 1360px) and (min-width: 2560px) {
  .block-footer:after {
    margin-right: -72px;
  }
}

@media (min-width: 1360px) {
  .block-footer .footer-list {
    margin-right: 10.5rem;
  }
}

@media (min-width: 1680px) {
  .block-footer .footer-list {
    max-width: unset;
  }
}

.block-list-2 {
  margin-bottom: 2rem;
}
.block-list-2 .list-3-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.block-list-2 .list-3-item-fixHeight {
  min-height: 150px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 4.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
}

ul.list-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.5rem;
}

.list-3-container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

@media (min-width: 769px) {
  .list-2-container {
    width: 66.66%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .block-list-2 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .list-2-container {
    padding-top: 1.25rem;
    width: 100%;
  }
}

.block-report-related {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 1.25rem;
  margin: 2rem 0;
  margin-bottom: calc(2rem * 4);
}
.block-report-related .heading-5 a {
  color: var(--color-White);
  transition: all 0.2s;
}
.block-report-related .heading-5 :hover {
  color: var(--color-Secondary);
}
.block-report-related .heading-5 :active {
  color: var(--color-Secondary-dark);
}
.block-report-related .heading-7,
.block-report-related .preheading {
  align-self: center;
  text-align: center;
  color: var(--color-Secondary);
  line-height: 1;
}
.block-report-related .heading-7 {
  margin-bottom: 1.5rem;
}
.block-report-related .list-2-item {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .block-report-related .list-2-item {
    padding-top: calc(1.5rem + 0.25 * (100vw - 769px) / 911);
  }
}
@media screen and (min-width: 1680px) {
  .block-report-related .list-2-item {
    padding-top: 1.75rem;
  }
}
.block-report-related .list-2-item:last-child:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, white);
  position: absolute;
}
@media (min-width: 769px) {
  .block-report-related {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
  }
  .block-report-related .heading-7,
  .block-report-related .preheading {
    align-self: flex-start;
    text-align: left;
    padding-left: 6vw;
  }
  .block-report-related .list-2-item {
    flex: 1 1 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .block-report-related .list-2-item .article-text-container {
    width: 100%;
  }
  .block-report-related .list-2-item .article-text-container {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .block-report-related .list-2-container {
    margin-top: 2rem;
    padding-top: 0;
  }
  .block-report-related .list-2-item {
    flex: 1 1 auto;
    padding-right: 20%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1360px) {
  .block-report-related .list-2-item {
    padding-right: calc(20% + 10 * (100vw - 1360px) / 1200);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  .block-report-related .list-2-item {
    padding-right: 30%;
  }
}
@media (min-width: 1024px) {
  .block-report-related .list-2-item:first-child {
    padding-top: 0;
  }
  .block-report-related .list-2-item .article-text-container {
    width: auto;
    padding-left: 0;
    margin: 0;
  }
  .block-report-related .list-2-item .article-text-container .heading-3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 373px) {
  .block-report-related .list-2-item .article-text-container .heading-3 {
    font-size: calc(20px + 6 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1360px) {
  .block-report-related .list-2-item .article-text-container .heading-3 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .block-report-related .list-2-item:last-child:before {
    content: none;
  }
  .block-report-related .preheading {
    padding-left: 4.5rem;
  }
  .block-report-related .heading-7 {
    font-size: 30px;
    border-bottom: 0;
    position: relative;
    overflow: visible;
    padding: 0 4.5rem;
    margin-bottom: 0;
  }
  .block-report-related .heading-7-underline::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: var(--color-Secondary);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .block-report-related .heading-7-underline::after {
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

.report-header {
  padding-left: 4vw;
  display: flex;
  flex-direction: column;
  margin-left: -4vw;
  float: left;
}
.report-header figure {
  order: 1;
}
.report-header .report-title-container {
  order: 2;
  display: flex;
  flex-direction: column;
  padding-top: calc(25.39394px + 6.06061vw);
  width: 94%;
  margin-top: -3rem;
  z-index: 10;
  background-color: white;
  border-radius: 0 2rem 0 0;
  margin-bottom: 3rem;
}
.report-header .report-title-container h1,
.report-header .report-title-container .report-author,
.report-header .report-title-container .tag {
  padding-left: 4vw;
}
.report-header .report-title-container .report-author img {
  width: auto;
}
@media (min-width: 1024px) {
  .report-header {
    flex-direction: row;
    min-height: 242px;
    padding-left: 0;
    margin-left: 0;
  }
  .report-header figure {
    order: 2;
    flex: 1 1 auto;
  }
  .report-header .report-title-container {
    justify-content: space-around;
    order: 1;
    padding-top: 3rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    flex: 1 1 auto;
    width: auto;
  }
  .report-header .report-title-container h1,
  .report-header .report-title-container .report-author,
  .report-header .report-title-container .tag {
    padding-left: 0;
  }
  .report-header .report-author {
    display: flex;
    align-items: center;
    height: 4.5rem;
    bottom: -4.5rem;
    margin-top: auto;
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1360px) {
  .report-header .report-author {
    height: calc(4.5rem + 1.125 * (100vw - 1360px) / 1200);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  .report-header .report-author {
    height: 5.625rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1360px) {
  .report-header .report-author {
    bottom: calc(-4.5rem + -1.125 * (100vw - 1360px) / 1200);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  .report-header .report-author {
    bottom: -5.625rem;
  }
}
@media (min-width: 1024px) {
  .report-header .report-author .credits {
    padding-left: 1rem;
  }
  @supports (display: grid) {
    .report-header {
      display: grid;
      grid-template-columns: repeat(12, minmax(6%, 8%));
      grid-gap: 1vw;
    }
    .report-header figure {
      grid-column: 5/-1;
    }
    .report-header figure .report-img-hero {
      margin-left: 0;
    }
    .report-header .report-title-container {
      grid-column: 1 / span 4;
      padding-right: 1vw;
      width: 100%;
    }
  }
}
@media (min-width: 1360px) {
  .report-header figure {
    flex: 1 0 70%;
  }
}

#block-search-results {
  margin-bottom: calc(2rem * 4);
}

#home-grid {
  display: flex;
  flex-direction: column;
}
#home-grid #banner-follow {
  order: 2;
}
#home-grid #block-latest {
  order: 3;
}
#home-grid #banner-subscribe {
  order: 4;
}
#home-grid #block-BeatThePress {
  order: 5;
}
#home-grid #side-blogs {
  order: 6;
}
#home-grid #block-inTheNews {
  order: 7;
}
#home-grid #banner-donate {
  order: 8;
}
@media (min-width: 769px) {
  #home-grid .grid-container {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #home-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(6%, 8%));
    grid-template-rows: auto;
    grid-gap: 1vw;
    grid-row-gap: 5vh;
    grid-auto-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  #home-grid {
    padding-left: calc(2rem + 2.5 * (100vw - 1680px) / 880);
    padding-right: calc(2rem + 2.5 * (100vw - 1680px) / 880);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  #home-grid {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  #home-grid {
    padding-bottom: 10vh;
  }
}
@media (min-width: 1024px) {
  #home-grid .grid-container {
    padding: 0 2rem;
    padding-bottom: 3rem;
  }
  #home-grid #block-featured {
    grid-area: featured;
    grid-column: 1 / span 9;
    grid-row: 2;
  }
  #home-grid #block-latest {
    grid-area: latest;
    grid-column: 3 / span 9;
    grid-row: 4;
  }
  #home-grid #block-BeatThePress {
    grid-area: btp;
    grid-column: 1 / span 7;
    grid-row: 6;
  }
  #home-grid #banner-subscribe {
    grid-area: subscribe;
    grid-column: 1 / span 11;
    grid-row: 5;
  }
  #home-grid #block-inTheNews {
    grid-area: news;
    grid-column: 10 / span 3;
    grid-row: 2;
  }
  #home-grid #banner-top {
    grid-row: 1;
    grid-column: 3 / -1;
  }
  #home-grid #banner-donate {
    grid-area: donate;
    grid-column: 2 / -1;
    grid-row: 7;
  }
  #home-grid #side-blogs {
    grid-column: 8 / span 4;
    grid-row: 6;
    align-self: center;
  }
  #home-grid #banner-follow {
    grid-column: 3 / span 9;
    grid-row: 3;
  }
}
@media (min-width: 1360px) {
  #home-grid .grid-container {
    padding: 0 4rem;
    padding-bottom: 6rem;
  }
  #home-grid #block-BeatThePress {
    grid-column: 2 / span 6;
  }
  #home-grid #banner-top {
    grid-row: 1;
    grid-column: 5 / -1;
  }
}
@media (min-width: 1680px) {
  #home-grid .grid-container {
    padding: 0 10%;
    padding-bottom: 10vh;
    max-width: 1920px;
    margin: 0 auto;
  }
  #home-grid #banner-top {
    grid-column: 6 / -1;
    margin-bottom: 2rem;
  }
  #home-grid #block-featured {
    grid-column: 1 / span 8;
    margin-top: -32px;
  }
}
@media screen and (min-width: 1680px) and (min-width: 373px) {
  #home-grid #block-featured {
    margin-top: calc(-32px + -20 * (100vw - 373px) / 987);
  }
}
@media screen and (min-width: 1680px) and (min-width: 1360px) {
  #home-grid #block-featured {
    margin-top: -52px;
  }
}
@media (min-width: 1680px) {
  #home-grid #block-inTheNews {
    grid-column: 9 / span 3;
  }
  #home-grid #block-latest,
  #home-grid #banner-follow {
    grid-column: 3 / span 8;
  }
}
@media (min-width: 1960px) {
  #home-grid #banner-top {
    grid-column: 7 / -1;
  }
}

.report-content {
  padding: 0 6vw;
}
.report-content figure h5,
.report-content figure:before {
  margin-right: -6vw;
  margin-left: -6vw;
}

@media (min-width: 769px) {
  #report-grid .grid-container {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  #report-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(6%, 8%));
    grid-template-rows: auto;
    grid-gap: 1vw;
    grid-row-gap: 5vh;
    grid-auto-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  #report-grid {
    padding-left: calc(2rem + 2.5 * (100vw - 1680px) / 880);
    padding-right: calc(2rem + 2.5 * (100vw - 1680px) / 880);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2560px) {
  #report-grid {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  #report-grid {
    padding-bottom: 10vh;
  }
}

@media (min-width: 1024px) {
  #report-grid .report-content {
    padding: 0;
    padding-left: 1.5rem;
    overflow: visible;
    position: relative;
    top: calc(5vh * -1);
    margin-bottom: calc(5vh * -1);
  }
  #report-grid .report-content figure h5,
  #report-grid .report-content figure:before {
    margin-right: 0;
    margin-left: -1.5rem;
  }
  #report-grid .icons-share {
    grid-column: 5/-2;
    grid-row: 2;
  }
  #report-grid .report-header {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  #report-grid #report-toc {
    position: relative;
    top: calc(5vh * -1);
    grid-column: 1 / span 3;
    grid-row: 3;
  }
  #report-grid #report-content {
    grid-column: 4 / 12;
    grid-row: 3;
  }
  #report-grid #banner-subscribe {
    grid-column: 1 / span 11;
    grid-row: 5;
  }
  #report-grid .block-report-related {
    grid-column: 3 / span 7;
    grid-row: 6;
  }
  #report-grid .profile-card {
    grid-column: 3 / span 8;
    grid-row: 4;
  }
}

@media (min-width: 1360px) {
  #report-grid .report-header {
    grid-column: 2 / -1;
    grid-row: 1;
  }
  #report-grid .profile-card {
    grid-column: 4 / span 7;
  }
}

@media (min-width: 1680px) {
  #report-grid .report-header {
    grid-column: 1 / -1;
  }
  #report-grid .grid-container {
    padding: 0 10%;
  }
  #report-grid #banner-top {
    grid-column: 6 / -1;
  }
  #report-grid #block-featured {
    grid-column: 1 / span 8;
    margin-top: calc(calc(5.97631px + 3.38409vw) * -1);
  }
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(25%, 30%));
  grid-template-rows: auto;
  grid-gap: 1vw;
  grid-row-gap: 5vh;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
}
.profiles-grid .profile-card[data-state="open"] {
  grid-column: 1 / -1;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1360px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1680px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1360px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1680px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-Primary);
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #004fa7;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #363636;
}

.data-table,
.data-table tr,
.data-table td {
  border: 1px solid #d3d3d3;
}

.data-table td {
  padding: 6px;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1360px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1680px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1360px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1680px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1360px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1680px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1360px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1680px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1360px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1680px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #000033 !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #000033 !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-link {
  color: #004fa7 !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: #003774 !important;
}

.has-background-link {
  background-color: #004fa7 !important;
}

.has-text-info {
  color: #209cee !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: #0f81cc !important;
}

.has-background-info {
  background-color: #209cee !important;
}

.has-text-success {
  color: #23d160 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #1ca64c !important;
}

.has-background-success {
  background-color: #23d160 !important;
}

.has-text-warning {
  color: #ffdc40 !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #ffd30d !important;
}

.has-background-warning {
  background-color: #ffdc40 !important;
}

.has-text-danger {
  color: #ff3860 !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ff0537 !important;
}

.has-background-danger {
  background-color: #ff3860 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7f7f7f !important;
}

.has-background-grey {
  background-color: #7f7f7f !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1360px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1680px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1360px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1680px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1360px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1680px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1360px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1680px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1360px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1680px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1360px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1680px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1360px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1679px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1680px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}
