/*
.c-page-header__jumbo {
  .c-slider-container {
    .tns-outer ,
    .tns-inner ,
    .tns-item ,
    .c-slider,
    .c-contentBox,
    .c-element {
      height: 100%;
    }
    .c-element {
      min-height: auto;
      max-height: 100%;
    }
  }
}


.c-page-header {
   --spacing-bottom--default: 0;
}
 */
.u-background-padded-text.c-tag--icon i,
.u-background-padded-text.c-tag--icon:before {
  left: 0.3rem;
}

*[data-template="cta_printedmagazine"] {
  display: grid;
  gap: 2rem;
  grid-template-areas: "ASSETS" "HEADER" "BODY" "FOOTER";
}
@media (min-width: 640px) {
  *[data-template="cta_printedmagazine"] {
    grid-template-areas: "HEADER  ASSETS" "BODY ASSETS" "FOOTER ASSETS";
    grid-template-columns: 8fr 3fr;
  }
  *[data-template="cta_printedmagazine"] .c-element__btn-group {
    flex-direction: row;
  }
  *[data-template="cta_printedmagazine"] .c-element__header {
    align-self: end;
  }
  *[data-template="cta_printedmagazine"] .c-element__footer {
    align-self: start;
  }
  *[data-template="cta_printedmagazine"] .c-element__header,
  *[data-template="cta_printedmagazine"] .c-element__footer {
    margin-top: 0;
  }
}

.c-contentBox--position-2to10of12.c-contentBox .c-contentBox__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.c-contentBox--position-2to10of12.c-contentBox .c-contentBox__inner > * {
  grid-column-start: 2;
  grid-column-end: 10;
}

.u-modal__content[data-loading="true"] {
  min-height: 6em;
}

.u-modal__content[data-loading="true"]:after {
  content: "";
  background-image: url("../svg/loading.svg");
  background-size: clamp(4em, 50%, 140px) clamp(4em, 50%, 140px);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  z-index: 33;
}

.fx-loading {
  position: relative;
}
.fx-loading:after {
  content: "";
  background-image: url("../svg/loading.svg");
  background-size: clamp(100px, 50%, 150px) auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
}
.fx-loading--search {
  background-color: rgba(0, 0, 0, 0.0666666667);
  height: 10rem;
}
.fx-loading--search:after {
  content: "";
}

.u-sticky {
  position: sticky;
  z-index: 99;
}
.u-sticky--bottom {
  bottom: 0;
}
.u-sticky .c-related-bar {
  position: static;
}

/*.c-page-header--withBg {
  .c-page-header__jumbo {
    display: flex;
    flex-direction: column;
    & > * {
      flex: 1;
      display: flex;
      flex-direction: column;
      & > * {
        flex:1;
      }
    }

  }
}*/
.c-page-header__countrybar-item {
  min-height: 2.25rem;
}

.c-page-header--fullheight {
  min-height: auto;
}
.c-page-header--fullheight .tns-outer {
  margin: 0 !important;
}
.c-page-header--fullheight .c-slider {
  flex: 1 0 auto;
  display: grid;
  grid-template-areas: "CONTENT";
  grid-template-rows: max-content;
  height: 100%;
}
.c-page-header--fullheight .c-slider > .c-slider__wrapper {
  grid-area: CONTENT;
  position: static !important;
  display: flex !important;
  flex-direction: row;
}
.c-page-header--fullheight .c-slider > .c-slider__wrapper > .c-slider__slide {
  flex: 1 0 auto;
  height: 100%;
}
.c-page-header--fullheight .c-slider > .c-slider__wrapper > .c-slider__slide > *,
.c-page-header--fullheight .c-slider > .c-slider__wrapper > .c-slider__slide > * > *,
.c-page-header--fullheight .c-slider > .c-slider__wrapper > .c-slider__slide .c-element {
  height: 100%;
}

/** FIXES for fullheight sliders **/
.smsgroup-header-swiper {
  flex: 1 0 auto;
  display: grid;
  grid-template-areas: "CONTENT";
  grid-template-rows: max-content;
}
.smsgroup-header-swiper .swiper-wrapper {
  grid-area: CONTENT;
  position: static !important;
  display: flex !important;
  flex-direction: row;
}
.smsgroup-header-swiper .swiper-slide {
  flex: 1 0 auto;
  height: 100%;
}
.smsgroup-header-swiper .swiper-slide > *,
.smsgroup-header-swiper .swiper-slide > * > *,
.smsgroup-header-swiper .swiper-slide .c-element {
  height: 100%;
}

.c-slider .c-slider__slide {
  container-type: inline-size;
  container-name: base;
}
.c-slider .c-slider__slide > * {
  width: 100%;
}

@media (min-width: 768px) {
  html.flexFontsize {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1024px) {
  html.flexFontsize {
    font-size: 1.4vw;
  }
}
@media (min-width: 1280px) {
  html.flexFontsize {
    font-size: 1.25vw;
  }
}
@media (min-width: 1536px) {
  html.flexFontsize {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1920px) {
  html.flexFontsize {
    font-size: 0.8425vw;
  }
}

body {
  container-type: inline-size;
  container-name: base;
}

.c-card__bkg-img.lazy-bg {
  background-image: none;
}

.c-card__bkg-img.lazy-bg-loaded {
  background-image: var(--bg-img-lazy);
}

.c-accordionHeader {
  display: grid;
  grid-auto-flow: column;
}

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

/** Background Settings */
.bg-auto {
  background-size: auto;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-position-x-left {
  background-position-x: left;
}
.bg-position-x-center {
  background-position-x: center;
}
.bg-position-x-right {
  background-position-x: right;
}
.bg-position-y-top {
  background-position-y: top;
}
.bg-position-y-center {
  background-position-y: center;
}
.bg-position-y-bottom {
  background-position-y: bottom;
}

.o-tb-article__item--textmedia[data-template="imagetextaside"] {
  margin-top: 1.5rem;
}
.o-tb-article__item--textmedia[data-template="imagetextaside"] header {
  margin-bottom: 0;
}
.o-tb-article__item--textmedia[data-template="imagetextaside"] .c-image {
  margin-bottom: 0;
}

.request-loading-indicator {
  width: 4rem;
  max-height: 100%;
  background-image: url("../svg/loading.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.subsidiary .request-loading-indicator {
  background-image: url("../svg/loading-subsidiary.svg");
}
.subsidiary .u-modal__content[data-loading="true"]:after {
  content: "";
  background-image: url("../svg/loading-subsidiary.svg");
}

.logged-in-bg {
  position: relative;
}
.logged-in-bg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: "";
  display: block;
  background-color: #bdddef;
}

.c_datatables .content-table {
  margin-bottom: unset;
}

.c_datatables .content-table .c-header__header {
  padding-top: unset !important;
}

.c_datatables .content-table + .content-table {
  margin-top: 2rem;
}

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