.disclaimer {
  margin-top: 2em;
  line-height: 1.7rem;
  font-weight: bold; }

.boilerplate {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-top: 2px solid #ececec; }
  .boilerplate__title {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #415568;
    text-transform: none; }
  .boilerplate__text {
    margin-bottom: 7.5rem;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #4f6274; }
    .boilerplate__text p {
      margin: 0 !important; }
      .boilerplate__text p + p {
        margin-top: 0.5rem !important; }
  .boilerplate__row {
    position: relative;
    display: flex; }
    @media (max-width: 767px) {
      .boilerplate__row {
        margin: 0 -1rem;
        background: #e0eaf2; } }
  .boilerplate__background {
    position: absolute;
    height: 100%;
    left: -99999px;
    right: -99999px;
    background: #e0eaf2; }
    @media (max-width: 767px) {
      .boilerplate__background {
        display: none; } }
  .boilerplate__column {
    position: relative;
    z-index: 1;
    flex: 0 0 50%; }
    .boilerplate__column--left {
      padding: 4rem 3rem; }
      @media (max-width: 991px) {
        .boilerplate__column--left {
          flex: 1 0 50%; } }
      @media (max-width: 767px) {
        .boilerplate__column--left {
          flex: 0 0 100%; } }
    @media (max-width: 991px) {
      .boilerplate__column--right {
        flex: 0 0 30%; } }
    @media (max-width: 767px) {
      .boilerplate__column--right {
        display: none; } }
  .boilerplate__image {
    position: absolute;
    margin-top: -2.5rem;
    max-width: none;
    height: calc(100% + 2.5rem); }
    @media (max-width: 767px) {
      .boilerplate__image {
        display: none; } }
  .boilerplate .room-subscribe__form {
    margin-bottom: 2rem; }
    .boilerplate .room-subscribe__form label {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
      font-weight: bold;
      font-size: 2.5rem;
      line-height: 2.75rem;
      color: #415568; }
  .boilerplate .room-subscribe__input {
    border: none;
    border-radius: 2px; }
  .boilerplate .room-subscribe__button-container .btn {
    padding: 11px 2rem 5px 2rem;
    border: none;
    background: #fb5820;
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold; }
  .boilerplate__social {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .boilerplate__social {
        display: none; } }
  .boilerplate__social-label {
    padding-top: 6px;
    font-size: 1rem;
    line-height: 1rem;
    color: #415568; }
  .boilerplate__social-list {
    margin: 0 !important;
    margin-left: 1rem !important;
    text-align: left !important;
    height: 32px; }
  .boilerplate__social-list-item {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
    padding: 0 !important; }
    .boilerplate__social-list-item:last-child {
      margin-right: 0; }
  .boilerplate__social-link {
    height: 32px; }
    .boilerplate__social-link, .boilerplate__social-link:hover {
      border-bottom: none; }

.breadcrumbs-container {
  position: relative;
  top: -2.5rem; }
  .breadcrumbs-container .breadcrumb li {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.cookie-consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin: 1.5rem;
  max-width: 665px;
  padding: 2rem;
  padding-top: 1.5rem;
  background-color: rgba(33, 58, 83, 0.95); }
  @media (max-width: 767px) {
    .cookie-consent-bar {
      max-width: calc(100vw - 3rem); } }
  .cookie-consent-bar__content-title {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 1;
    color: white; }
  .cookie-consent-bar__content-text {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: white; }
  .cookie-consent-bar__wrapper {
    display: block; }
  .cookie-consent-bar .container {
    padding-left: 0;
    padding-right: 0; }

.btn.-off-white {
  vertical-align: baseline;
  text-align: left;
  white-space: normal;
  user-select: auto;
  line-height: 1.875rem; }

.disclaimer {
  font-weight: normal; }

.gallery-album__title-container {
  position: relative; }

.gallery-album__back-button {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #e2ebf3;
  border-radius: 4px;
  border-bottom: none !important; }
  .gallery-album__back-button svg {
    transform: rotate(180deg); }
  .gallery-album__back-button:hover {
    background: #d2dae3; }

.gallery-album__title {
  text-align: center;
  padding: 4px 60px; }

html {
  font-size: initial; }

.container:after, .container:before {
  display: none; }

.header {
  margin-bottom: 127.188px; }
  .header__container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0; }
    .header__container:after, .header__container:before {
      display: none; }

.menu-main__item > a.is-active, .menu-main__item > a:hover {
  color: #037fb0; }

.menu-main__item.show .menu-main__dropdown,
.menu-main__dropdown.show {
  display: block !important; }

@media (min-width: 768px) {
  .menu-main__item {
    display: inline-flex !important; } }

@media (max-width: 767px) {
  .menu-main__dropdown {
    background: transparent; }
    .menu-main__dropdown a {
      color: #e5eef6 !important; }
      .menu-main__dropdown a:hover {
        background-color: transparent !important;
        color: #02bcf0 !important; }
      .menu-main__dropdown a.-off-white {
        background-color: #e5eef6 !important;
        color: #4a6075 !important; }
        .menu-main__dropdown a.-off-white:hover {
          background-color: #d2dae3 !important;
          color: #213a53 !important; } }

.menu-main__item .menu-main__item {
  background: transparent !important;
  display: block !important;
  border-top: none; }
  .menu-main__item .menu-main__item a {
    line-height: 1.875rem !important;
    vertical-align: baseline !important;
    text-align: left;
    clear: none; }

.top-menu > ul li a,
.lang-switch a {
  color: #6e7881; }

.lang-switch a.is-active, .lang-switch a:focus, .lang-switch a:hover {
  color: #037fb0 !important;
  text-decoration: underline; }

.header-image {
  position: relative;
  display: flex;
  min-height: 400px;
  margin-top: 2.5rem;
  margin-bottom: 115px; }
  @media (max-width: 767px) {
    .header-image {
      flex-direction: column-reverse;
      margin-bottom: 2.5rem; } }
  @media (min-width: 1360px) {
    .header-image:after {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 266.56 266.56' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cclipPath id='a4rtzs2' transform='translate(0)'%3e%3crect width='266.56' height='266.56' fill='none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(/themes/custom/baseline_style/src/layout/l-header/%2523a4rtzs2)' fill='%2302bcf0'%3e%3cpolygon points='208.32 0 122.45 266.56 180.68 266.56 266.56 0'/%3e%3cpolygon points='85.87 0 0 266.56 58.67 266.56 144.21 0'/%3e%3cpolygon points='208.32 0 122.45 266.56 180.68 266.56 266.56 0'/%3e%3cpolygon points='85.87 0 0 266.56 58.67 266.56 144.21 0'/%3e%3c/g%3e%3c/svg%3e");
      background-repeat: no-repeat;
      position: absolute;
      left: calc(50% - 50vw);
      bottom: -115px;
      width: 115px;
      height: 115px;
      z-index: 1; } }
  .header-image__background {
    position: absolute;
    height: 100%;
    left: -99999px;
    right: -99999px;
    background: #02bcf0; }
  .header-image__content {
    z-index: 2;
    flex: 0 0 50%;
    margin: auto;
    padding: 4rem 0; }
  .header-image__title {
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 2.875rem;
    line-height: 2.85rem;
    color: #213a53; }
    @media (min-width: 1200px) {
      .header-image__title {
        font-size: 3.75rem;
        line-height: 3.55rem; } }
  .header-image__description {
    margin: 1.5rem 0;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 2.25rem;
    color: #213a53; }
  .header-image__date {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1rem;
    color: #213a53; }
    .header-image__date svg {
      margin-right: 0.75rem; }
  .header-image__date-label {
    position: relative;
    top: 0.25rem;
    text-transform: uppercase; }
  .header-image__image-container {
    position: relative;
    z-index: 1;
    flex: 0 0 50%; }
    @media (max-width: 767px) {
      .header-image__image-container {
        top: 140px; } }
  .header-image__image {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: none;
    height: calc(100% + 5rem);
    border-radius: 0;
    clip-path: url(#imageClipPath);
    clip-path: polygon(170px 0, 100% 0%, 100% 100%, 0 100%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .header-image__image {
        display: none; } }
    @media (min-width: 1600px) {
      .header-image__image {
        height: calc(100% + 10rem); } }
    @media (min-width: 1800px) {
      .header-image__image {
        left: 25%; } }
    .header-image__image--mobile {
      display: none; }
      @media (max-width: 767px) {
        .header-image__image--mobile {
          display: block;
          position: relative;
          margin: 0;
          height: auto;
          width: 100%;
          clip-path: none; } }
  .header-image__navigation {
    position: absolute;
    bottom: 0;
    display: flex;
    transform: translateY(50%); }
    @media (max-width: 767px) {
      .header-image__navigation {
        left: 1rem;
        right: 1rem; } }
  .header-image__navigation-link {
    display: flex;
    align-items: center;
    height: 40px;
    margin-right: 16px;
    padding: 0 16px;
    background: #213a53;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px; }
    .header-image__navigation-link, .header-image__navigation-link:hover {
      color: #ffffff; }
    .header-image__navigation-link svg {
      margin-right: 12px; }
    .header-image__navigation-link span {
      margin-top: 6px; }
  .header-image__search {
    position: relative;
    display: inline-block;
    width: 280px; }
    @media (max-width: 767px) {
      .header-image__search {
        width: auto; } }
  .header-image__search-input {
    border: 0 !important; }
    .header-image__search-input::placeholder {
      color: #415568;
      font-size: 16px;
      opacity: 1; }
  .header-image__search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 12px;
    border: 0;
    background: #ffffff;
    line-height: 0;
    appearance: none;
    transform: translateY(-50%);
    border-radius: 5px; }

.homepage .contacts {
  margin: 0;
  margin-top: 4rem;
  padding: 4rem 0;
  border-top: 2px solid #ececec;
  font-family: Calibre, Arial, sans-serif !important; }
  .homepage .contacts .title--small {
    display: none; }

.load-more {
  margin-top: 2rem;
  margin-bottom: 4rem; }
  .load-more__link {
    display: inline-block;
    margin: 0 auto;
    padding: 1.1rem 2.5rem 0.9rem 2.5rem;
    border-bottom: none !important;
    color: #415568;
    background: #e2ebf3;
    border-radius: 5px;
    font-family: Calibre, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem; }
    .load-more__link:active, .load-more__link:focus, .load-more__link:hover {
      background-color: #d2dae3;
      color: #415568; }

.gallery-albums-cards-grid {
  display: flex;
  flex-wrap: wrap; }
  .gallery-albums-cards-grid__card {
    width: 50% !important; }
    .gallery-albums-cards-grid__card:hover .gallery-album-card__title {
      text-decoration: underline; }
    .gallery-albums-cards-grid__card:nth-child(odd) {
      clear: none; }

.gallery-album-card {
  height: auto;
  min-height: 1px; }
  .gallery-album-card, .gallery-album-card:hover {
    border-bottom: none; }
  .gallery-album-card__title {
    font-size: 27px; }

.release {
  padding-bottom: 0 !important; }
  .release .related-stories__title {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #415568;
    text-transform: none; }
  @media (max-width: 767px) {
    .release .story__row {
      margin-top: 2rem; } }
  .release .story__content p {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 32px;
    color: #213a53; }
    .release .story__content p:first-child {
      margin-top: 0; }
  .release .story__content h3 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 3rem;
    line-height: 2.5rem;
    color: #213a53; }
    .release .story__content h3:first-child {
      margin-top: 0; }
  .release .story__content h4 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.2rem;
    color: #213a53; }
  .release .story__content hr {
    margin: 3rem 0;
    border-bottom: 2px solid #ececec; }
  .release .story__content blockquote {
    margin: 3rem 0;
    padding: 2.5rem;
    background: #ffffff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
    border-left: 5px solid #24b3e9;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #213a53; }
  .release .story__content .release-content-contact,
  .release .story__content .release-content-attachment,
  .release .story__content .release-content-embed {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .release .story__content .release-content-image__link,
  .release .story__content .release-content-attachment,
  .release .story__content .release-content-contact__details-list-item-link {
    border-bottom: none !important; }
  .release .story__content .release-content-image,
  .release .story__content .release-content-gallery {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .release .story__content .image-thumbnail-rollover__caption-text,
  .release .story__content .release-content-image__caption {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #213a53;
    opacity: 1; }
  .release .story__content .release-content-attachment,
  .release .story__content .release-content-contact {
    padding: 1.5rem !important;
    background: white !important;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12) !important;
    border: none !important;
    border-radius: 0 !important; }
  .release .story__content .release-content-contact__avatar {
    margin-top: 0; }
  .release .story__content .release-content-attachment__details,
  .release .story__content .release-content-attachment__title,
  .release .story__content .release-content-attachment__subtitle,
  .release .story__content .release-content-attachment__icon {
    color: #213a53 !important; }
  .release .story__content .release-content-attachment__icon {
    border: 1px solid #ececec; }
  .release .story__content .release-content-attachment__title {
    font-size: 1.5rem !important; }
  .release .story__content .release-content-attachment__subtitle {
    font-size: 1rem; }
  .release .story__content .release-content-attachment:hover .release-content-attachment__title {
    text-decoration: underline; }

.release-content-contact {
  display: flex !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important; }
  .release-content-contact .release-content-contact__column {
    padding: 0 0.75rem !important; }
  .release-content-contact .release-content-contact__avatar {
    width: 100px !important;
    margin-right: 1.5rem !important; }
  .release-content-contact .release-content-contact__avatar-image {
    border-radius: 8px !important; }
  .release-content-contact .release-content-contact__name {
    margin-bottom: 0.5rem !important;
    font-weight: bold !important;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    color: #213a53 !important; }
  .release-content-contact .release-content-contact__description {
    font-weight: normal;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    color: #4f6274 !important; }
  .release-content-contact .release-content-contact__details-list {
    margin-top: 0.75rem !important; }
  .release-content-contact .release-content-contact__details-list-item {
    margin: 0;
    font-size: 1rem !important;
    line-height: 26px !important; }
  .release-content-contact .release-content-contact__details-list-item-link {
    border-bottom: none !important;
    font-size: 14px !important;
    line-height: 17px !important; }
    .release-content-contact .release-content-contact__details-list-item-link, .release-content-contact .release-content-contact__details-list-item-link:hover {
      color: #213a53 !important; }
  .release-content-contact .release-content-contact__details-list-item-icon {
    color: #24b3e9 !important; }

@media (min-width: 1200px) {
  .search .stories {
    background-position: 0 0; } }

.search .search-results__form {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.search .search-results__form-addon {
  border: 1px solid #a9baca;
  border-left: none; }
  @media (max-width: 991px) {
    .search .search-results__form-addon {
      padding: 3px 6px; } }

.search .story-cards-list {
  margin-top: 0; }
  .search .story-cards-list__card {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .search .story-cards-list__card:first-child {
      margin-top: 2rem; }
    .search .story-cards-list__card:last-child {
      margin-bottom: 2rem; }

@media (min-width: 768px) {
  .search .story-card__link {
    display: flex;
    flex-direction: row-reverse; } }

@media (max-width: 767px) {
  .search .story-card__image-frame {
    width: 100%;
    margin-left: 0; } }

.search .story-card__image {
  display: none; }

.search .story-card__content-frame {
  flex: 0 1 auto !important; }

.search-overlay {
  z-index: 1000 !important; }
  .search-overlay__container {
    padding: 4rem !important; }
  .search-overlay__close-button {
    border-bottom: none !important; }
  .search-overlay__input {
    margin-left: 1rem !important; }

.stories {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg preserveAspectRatio='xMinYMin meet' viewBox='0 0 430 1100' height='3000' xmlns='http://www.w3.org/2000/svg'%3e%3cpolygon fill='%23e5eef6' points='0 0, 430 0, 0 1100'%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: -750px 100px; }
  @media (min-width: 576px) {
    .stories {
      background-position: -500px 100px; } }
  @media (min-width: 768px) {
    .stories {
      background-position: -260px 100px; } }
  @media (min-width: 992px) {
    .stories {
      background-position: -240px 100px; } }
  @media (min-width: 1200px) {
    .stories {
      background-position: 0 100px; } }

.story-cards-list .story-card:hover .story-card__read-more svg {
  right: -0.2rem; }

.story-cards-list .story-card__link {
  background: white; }
  .story-cards-list .story-card__link, .story-cards-list .story-card__link:hover, .story-cards-list .story-card__link:focus, .story-cards-list .story-card__link:active {
    border-bottom: none !important;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12) !important; }

.story-cards-list .story-card__image-frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: auto;
  flex: 1 0 270px; }

.story-cards-list .story-card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(33, 58, 83, 0.6), rgba(33, 58, 83, 0.6)); }

.story-cards-list .story-card__date-container {
  position: relative;
  z-index: 2;
  margin: 1rem 2rem;
  display: flex;
  align-items: center;
  color: white; }
  .story-cards-list .story-card__date-container svg {
    margin-right: 0.75rem; }

.story-cards-list .story-card__date {
  margin-top: 0.3rem !important;
  font-weight: bold;
  font-family: Calibre, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: white !important;
  text-transform: uppercase; }

.story-cards-list .story-card__title {
  position: relative;
  z-index: 2;
  margin: 32px;
  margin-top: 0;
  padding: 0;
  font-family: Calibre, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px; }
  .story-cards-list .story-card__title, .story-cards-list .story-card__title:hover {
    color: white !important; }

.story-cards-list .story-card__content-frame {
  display: flex;
  align-items: center;
  height: 68px;
  padding: 0 32px; }

.story-cards-list .story-card__subtitle {
  display: none; }

.story-cards-list .story-card__read-more {
  display: flex;
  align-items: center;
  font-family: Calibre, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #415568; }
  .story-cards-list .story-card__read-more svg {
    position: relative;
    right: 0;
    transition: all 0.3s;
    margin-left: 1rem;
    margin-top: -0.25rem; }

.subscription-confirmation__content {
  margin-top: -40px;
  padding-top: 140px;
  padding-bottom: 40px; }

.subscription-confirmation h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #415568; }
  @media (max-width: 767px) {
    .subscription-confirmation h1 {
      font-size: 2rem;
      line-height: 3rem; } }

@font-face {
  font-family: "Calibre";
  src: url("/press/new/fonts/infrabel/Calibre-Regular.woff2") format("woff2"), url("/press/new/fonts/infrabel/Calibre-Regular.woff") format("woff"), url("/press/new/fonts/infrabel/Calibre-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Calibre";
  src: url("/press/new/fonts/infrabel/Calibre-Bold.woff2") format("woff2"), url("/press/new/fonts/infrabel/Calibre-Bold.woff") format("woff"), url("/press/new/fonts/infrabel/Calibre-Bold.otf") format("opentype"), url("/press/new/fonts/infrabel/Calibre-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@media (max-width: 991px) {
  @font-face {
    font-family: "Calibre";
    src: url("/press/new/fonts/infrabel/Calibre-Regular.woff2") format("woff2"), url("/press/new/fonts/infrabel/Calibre-Regular.woff") format("woff"), url("/press/new/fonts/infrabel/Calibre-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; }
  @font-face {
    font-family: "Calibre";
    src: url("/press/new/fonts/infrabel/Calibre-Bold.woff2") format("woff2"), url("/press/new/fonts/infrabel/Calibre-Bold.woff") format("woff"), url("/press/new/fonts/infrabel/Calibre-Bold.otf") format("opentype"), url("/press/new/fonts/infrabel/Calibre-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; } }

a.story-content-button-block {
  display: block;
  text-align: center;
  outline: none;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 16px 4px; }
  .stories.stories a.story-content-button-block, .stories.stories a.story-content-button-block:hover, .stories.stories a.story-content-button-block:focus, .stories.stories a.story-content-button-block:active {
    text-decoration: none !important;
    border: none !important; }
  a.story-content-button-block--primary {
    color: #fff;
    background: #213a53; }
    a.story-content-button-block--primary:hover, a.story-content-button-block--primary:focus, a.story-content-button-block--primary:active {
      background: #112436; }
  a.story-content-button-block--secondary {
    transition: background-color 0.3s ease;
    background: #e2ebf3;
    color: #415568; }
    a.story-content-button-block--secondary:hover, a.story-content-button-block--secondary:focus, a.story-content-button-block--secondary:active {
      background: #d2dae3; }
  a.story-content-button-block--left {
    width: max-content;
    max-width: 100%;
    margin-right: auto; }
  a.story-content-button-block--right {
    width: max-content;
    max-width: 100%;
    margin-left: auto; }
  a.story-content-button-block--center {
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  a.story-content-button-block--wide {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
