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

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (max-width: 81.25em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 70.625em) {
  html {
    font-size: 50%;
  }
}

.row {
  width: 120rem;
  margin: 0 auto;
}

.row--post {
  width: 97rem;
  margin: 0 auto;
  padding: 0 10rem;
}

.row--post > ul {
  margin-left: 3rem;
  list-style-position: outside;
}

@media only screen and (max-width: 65.625em) {
  .row--post {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .row--post {
    padding: 0;
  }
}

@media only screen and (max-width: 65.625em) {
  .row {
    width: calc(100% - 11.2rem);
    margin: 0 5.6rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .row {
    width: calc(100% - 5rem);
    margin: 0 2.5rem;
  }
}

main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > p {
  width: 120rem;
  margin: 0 auto;
}

@media only screen and (max-width: 65.625em) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p {
    width: calc(100% - 11.2rem);
    margin: 0 5.6rem;
  }
}

@media only screen and (max-width: 56.25em) {
  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > p {
    width: calc(100% - 5rem);
    margin: 0 2.5rem;
  }
}

main > p:not(:last-child) {
  margin-bottom: 3rem;
}

::selection {
  background-color: #ff4a00;
  color: #fff;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?bgppb8") format("truetype"), url("../fonts/icomoon.woff?bgppb8") format("woff"), url("../fonts/icomoon.svg?bgppb8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-download:before {
  content: "\e908";
}

.ic-burger:before {
  content: "\e900";
}

.ic-close-lock:before {
  content: "\e90d";
}

.ic-collapse:before {
  content: "\e90e";
}

.ic-email:before {
  content: "\e910";
}

.ic-foreign-policy:before {
  content: "\e911";
}

.ic-left:before {
  content: "\e912";
}

.ic-plus:before {
  content: "\e913";
}

.ic-printer:before {
  content: "\e914";
}

.ic-right:before {
  content: "\e915";
}

.ic-social-policy:before {
  content: "\e916";
}

.ic-climate:before {
  content: "\e901";
}

.ic-economy:before {
  content: "\e902";
}

.ic-facebook:before {
  content: "\e903";
}

.ic-governance:before {
  content: "\e905";
}

.ic-health:before {
  content: "\e906";
}

.ic-instagram:before {
  content: "\e907";
}

.ic-twitter:before {
  content: "\e90b";
}

.ic-view:before {
  content: "\e90c ";
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 5.5rem;
  line-height: 6.4rem;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  text-transform: uppercase;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}

h4 {
  font-size: 14px;
}

h5 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.06px;
}

p {
  color: #120702;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

ol {
  list-style-position: inside;
  margin-left: 3rem;
}

ul {
  list-style: inside;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-small {
  padding-bottom: 2rem !important;
}

.title-subject {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2.5px solid #fff;
  padding: 7px 0 7px 7px;
  color: #fff;
}

.title-subject--red {
  border-color: #ff4a00;
}

.title-subject--red .title-subject__title {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}

.title-subject__title {
  line-height: 1;
}

.title-subject__subject {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.title-subject__subject i {
  font-size: 2.3rem;
  margin-left: 6px;
}

.btn {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  padding: 4px 3.6rem;
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1px;
  transition: background-image 0.2s;
}

.btn--default, .btn--default:link, .btn--default:visited {
  background-color: #fff;
}

.btn--default:active, .btn--default:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.btn--bordered, .btn--bordered:link, .btn--bordered:visited {
  border: 1px solid #000;
}

.btn--bordered:hover, .btn--bordered:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.btn--white-border, .btn--white-border:link, .btn--white-border:visited {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 1.2rem 3.6rem;
}

.btn--white-border:hover, .btn--white-border:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.btn--plain {
  padding: 0;
  height: auto;
  line-height: 1;
  background: none;
  border: none;
}

.btn--download i {
  margin-left: 1rem;
  color: #ff4a00;
  font-size: 8px;
}

.links-slider {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3rem;
}

.links-slider__item {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s;
}

.links-slider__item--active {
  z-index: 1;
  border-color: #ff4a00;
}

.links-slider__item--active .links-slider__subject {
  color: #ff4a00;
}

.links-slider__item--active .links-slider__img i {
  color: #ff4a00;
}

.links-slider__img {
  height: 3.2rem;
  width: 3.2rem;
  margin-right: 2rem;
}

.links-slider__img i {
  color: #fff;
  font-size: 3.2rem;
  transition: color 0.2s;
}

.links-slider__subject {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  transition: color 0.2s;
}

.horizontal-links-slider {
  display: none;
  height: 100%;
}

@media only screen and (max-width: 56.25em) {
  .horizontal-links-slider {
    display: block;
  }
}

.horizontal-links-slider .carousel-cell {
  width: 33.5rem;
  height: 50rem;
  padding: 5rem 2rem 10rem 2rem;
  list-style: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.horizontal-links-slider__img {
  margin-bottom: 2rem;
}

.horizontal-links-slider__img i {
  font-size: 4rem;
  color: #fff;
}

.horizontal-links-slider__subject {
  color: #fff;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 4.8rem;
}

.form-utd {
  color: #a0a0a0;
}

.form-utd__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 1.8rem;
}

.form-utd__wrapp {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 3rem;
}

.form-utd__wrapp label {
  margin: 0 !important;
}

.form-utd__input {
  color: inherit !important;
  -ms-flex: 1;
  flex: 1;
  background: none !important;
  border: none !important;
  margin-right: 1.5rem;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.form-utd__input:focus {
  outline: none !important;
}

.form-utd__btn {
  cursor: pointer;
  text-transform: none;
  background: transparent;
  border: none;
  color: #a0a0a0;
  font-size: 12px;
  text-align: right;
  margin: 0 !important;
  padding: 0 !important;
  min-height: unset !important;
  width: -webkit-max-content !important;
  width: max-content !important;
  transition: color, text-decoration 0.2s;
}

.form-utd__btn:focus, .form-utd__btn:active, .form-utd__btn:hover {
  outline: none;
  text-decoration: underline;
  color: #fff;
}

.form-utd__text {
  font-size: 14px;
  line-height: 2rem;
}

.full-image-title {
  padding: 7rem 0 6rem 0;
  background-size: cover;
  background-position: top;
  color: #fff;
}

.full-image-title__wrapp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .full-image-title__wrapp {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.full-image-title__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 5.5rem;
}

@media only screen and (max-width: 56.25em) {
  .full-image-title__title {
    margin-top: 2rem;
  }
}

.full-image-title__icon {
  color: #fff;
  font-size: 5.6rem;
}

@media only screen and (max-width: 56.25em) {
  .full-image-title__icon {
    margin-top: 5rem;
  }
}

.publication-cta {
  padding: 4rem 14rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 65.625em) {
  .publication-cta {
    padding: 4rem 10rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .publication-cta {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 34.375em) {
  .publication-cta {
    padding: 4rem 7rem;
  }
}

.publication-cta__wrapp {
  margin-right: 5rem;
  max-width: 49rem;
}

@media only screen and (max-width: 56.25em) {
  .publication-cta__wrapp {
    max-width: 100%;
    margin-right: 0;
  }
}

.publication-cta__title {
  text-transform: none;
  color: #000;
  font-size: 3.2rem;
  margin: 4rem 0 3rem 0;
}

.publication-cta__text {
  margin-bottom: 4rem;
}

.publication-cta__img-wrapp {
  -ms-flex: 0 0 27rem;
  flex: 0 0 27rem;
  height: 35rem;
  width: 27rem;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 56.25em) {
  .publication-cta__img-wrapp {
    display: none;
  }
}

.publication-cta__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.publication-cta__img-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.half-row .row {
  border-top: 1px solid #000;
  padding-top: 1.5rem;
  padding-bottom: 6rem;
}

.half-row__col {
  width: 50%;
}

@media only screen and (max-width: 56.25em) {
  .half-row__col {
    width: 100%;
  }
}

.half-row__title {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 5.5rem;
}

.half-row__text {
  color: #120702;
  font-size: 14px;
  line-height: 24px;
}

.custom-filter {
  padding: 1rem 0;
}

.custom-filter__select {
  border: none;
  color: #120702;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
}

.custom-filter__select:focus {
  outline: none;
}

.publication-card {
  padding-bottom: 4rem;
  border-bottom: 3px solid #ff4a00;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1050px) {
  .publication-card:nth-child(2n + 1):nth-last-child(-n + 2),
  .publication-card:nth-child(2n + 1):nth-last-child(-n + 2) ~ div {
    border-bottom: none;
  }
}

@media only screen and (max-width: 1049px) {
  .publication-card:nth-last-child(-n + 1) {
    border-bottom: none;
  }
}

@media only screen and (max-width: 34.375em) {
  .publication-card {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.publication-card__img-wrapp {
  -ms-flex: 0 0 27rem;
  flex: 0 0 27rem;
  max-height: 37.4rem;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 34.375em) {
  .publication-card__img-wrapp {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 25rem;
    margin-bottom: 3rem;
  }
}

.publication-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publication-card__content {
  -ms-flex: 1;
  flex: 1;
  padding-left: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 34.375em) {
  .publication-card__content {
    padding-left: 0;
  }
}

.publication-card__link-wrap {
  -ms-flex: 1;
  flex: 1;
}

.publication-card__subject {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #ff4a00;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 2rem;
}

.publication-card__subject i {
  font-size: 16px;
  margin-right: 5px;
}

.publication-card__title {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}

.publication-card__text {
  color: #0c0c0c;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 34.375em) {
  .publication-card__text {
    margin-bottom: 5rem;
  }
}

.publication-card__ctas {
  display: -ms-flexbox;
  display: flex;
}

.publication-card__link {
  margin-right: 3rem;
}

.publication-card__btn {
  color: #5f5f5f;
}

.team-member {
  height: 100%;
  background-color: #f5f5f5;
  padding: 4.5rem 3rem 3rem 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.team-member__img-wrapp {
  height: 13rem;
  width: 13rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.team-member__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member__name {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.team-member__title {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #ff4a00;
}

.team-member__text {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 7.3rem;
  color: #120702;
  font-size: 14px;
  line-height: 24px;
}

.team-member__level {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 17px;
}

.team-member--white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.team-member--white .team-member__name {
  margin-bottom: 3rem;
}

.team-member--white .team-member__name span {
  color: #ff4a00;
}

.team-member--white .team-member__text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
}

.member-card .row {
  border-top: 1px solid #000;
  padding-top: 5rem;
  padding-bottom: 8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member-card__left {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 56.25em) {
  .member-card__left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 5rem;
  }
}

.member-card__right {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media only screen and (max-width: 56.25em) {
  .member-card__right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.member-card__img-wrapp {
  height: 34.6rem;
  width: 34.6rem;
  border-radius: 50%;
  overflow: hidden;
}

.member-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-card__name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .member-card__name {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.member-card__title {
  color: #ff4a00;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .member-card__title {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.member-card__level {
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 17px;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .member-card__level {
    text-align: center;
    margin-bottom: 5rem;
  }
}

.member-card__text:not(:last-of-type) {
  margin-bottom: 2rem;
}

.member-card__link {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #ff4a00;
  margin-top: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.member-card__link::after {
  content: "";
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #000;
  margin-left: 2rem;
}

.member-publications {
  background-color: #f5f5f5;
  padding: 5.5rem 0;
}

.member-publications .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30rem 1fr;
  grid-template-columns: 30rem 1fr;
  grid-gap: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .member-publications .row {
    grid-row-gap: 5rem;
  }
}

.member-publications__sidebar {
  position: relative;
  padding-top: 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

@media only screen and (max-width: 56.25em) {
  .member-publications__sidebar {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}

.member-publications__sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 25%;
  background-color: #ff4a00;
}

@media only screen and (max-width: 56.25em) {
  .member-publications__sidebar:before {
    top: unset;
    bottom: 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .member-publications__sidebar {
    grid-column: 1 / -1;
  }
}

.member-publications__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .member-publications__list {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 34.375em) {
  .member-publications__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.member-publications__item {
  border-top: 1px solid #000;
  padding: 3rem 0;
}

.member-publications__item:nth-last-child(-n + 2) {
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 34.375em) {
  .member-publications__item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media only screen and (max-width: 34.375em) {
  .member-publications__item:nth-last-child(-n + 1) {
    border-bottom: 1px solid #000;
  }
}

.member-publications__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.member-publications__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 9rem;
  width: 7rem;
  object-fit: cover;
}

.member-publications__content {
  padding-left: 3rem;
}

.member-publications__category {
  color: #120702;
  font-weight: 700;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.member-publications__category i {
  font-size: 16px;
  margin-right: 1rem;
}

.member-publications__title {
  color: #000;
  font-weight: 400;
}

.follow-us {
  padding: 4rem 0 6rem 0;
}

.follow-us .footer__social-list {
  color: #ff4a00;
}

.wp-block-table > table {
  padding: 1em;
}

.wp-block-table > table {
  border-collapse: collapse;
}

.wp-block-table > table, .wp-block-table th, .wp-block-table td {
  border: 1px solid black;
}

.header {
  height: 10rem;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header .row {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo-wrapp {
  width: 22rem;
  height: 10rem;
}

.header__logo-wrapp a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.header__nav {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 65.625em) {
  .header__nav {
    display: none;
  }
}

.header__nav--mobile {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 10rem);
  background-color: #fff;
  border-top: 1px solid #000;
}

.header__nav--mobile .header__nav-list {
  display: block;
  padding: 7rem 0;
  overflow-y: scroll;
}

.header__nav--mobile .header__item {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 7.5rem;
  margin-bottom: 7rem;
  display: block;
}

.header__nav--mobile .header__item:hover, .header__nav--mobile .header__item:active, .header__nav--mobile .header__item--hover {
  color: inherit;
  border-color: transparent;
}

.header__nav--mobile .header__item span {
  display: inline-block;
  margin-bottom: 2rem;
}

.header__nav--mobile .header__sublist {
  position: static;
  height: auto;
  padding: 7rem;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}

.header__nav--mobile .header__sublist--shown {
  display: block;
}

@media only screen and (max-width: 34.375em) {
  .header__nav--mobile .header__sublist {
    padding: 3rem;
  }
}

.header__nav--mobile .header__sublink:link,
.header__nav--mobile .header__sublink:visited {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 700;
}

.header__nav-list {
  height: 100%;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

.header__item {
  margin: 0 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: color, border-color 0.2s;
}

.header__item:last-child {
  margin-right: 0;
}

.header__item:hover, .header__item:active, .header__item--hover {
  color: #ff4a00;
  border-color: #ff4a00;
}

.header__link {
  position: relative;
}

.header__sublist {
  z-index: 11;
  list-style: none;
  position: absolute;
  top: 10rem;
  height: 31.4rem;
  padding: 4.5rem 0 1.5rem 0;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__sublist--shown {
  display: -ms-flexbox;
  display: flex;
}

.header__subitem {
  margin-bottom: 2.4rem;
  margin-right: 4rem;
}

.header__sublink:link, .header__sublink:visited {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14px;
  line-height: 19px;
  border-bottom: 3px solid transparent;
  transition: color, border-color 0.2s;
}

.header__sublink:hover, .header__sublink:active {
  color: #ff4a00;
  border-color: #ff4a00;
}

.header__subheader {
  display: none;
  height: 31.4rem;
  position: absolute;
  top: 10rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__subheader--shown {
  display: block;
}

.header__subheader .row {
  background-color: #f5f5f5;
  height: 100%;
  padding: 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__img {
  height: 22.4rem;
  width: 40rem;
  object-fit: cover;
}

.header__nav-toggle {
  display: none;
  background-color: transparent;
  border: none;
  height: 40px;
  width: 40px;
  background-image: url("../images/Burger.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: background-image 0.2s;
}

.header__nav-toggle:focus {
  outline: none;
}

@media only screen and (max-width: 65.625em) {
  .header__nav-toggle {
    display: inline-block;
  }
}

.header__nav-toggle--active {
  background-image: url("../images/close-lock.svg");
}

.header__sublist-toggle {
  display: none;
  height: 3.6rem;
  width: 3.6rem;
  margin-left: 3rem;
  margin-bottom: 0 !important;
  background-image: url("../images/plus-+.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: background-image 0.2s;
}

@media only screen and (max-width: 65.625em) {
  .header__sublist-toggle {
    display: inline-block;
  }
}

.header__sublist-toggle--active {
  background-image: url("../images/Collapse.svg");
}

.footer {
  background-color: #000;
  padding: 6rem 0;
  color: #5f5f5f;
}

.footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .footer .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.footer__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .footer__rigth {
    margin-bottom: 7rem;
  }
}

.footer__logo-wrapp {
  max-width: 18.4rem;
  max-height: 13rem;
}

@media only screen and (max-width: 56.25em) {
  .footer__logo-wrapp {
    display: none;
  }
}

.footer__mobile-logo {
  display: none;
  max-width: 18.4rem;
  max-height: 13rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .footer__mobile-logo {
    display: inline-block;
  }
}

.footer__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .footer__content {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 410px) {
  .footer__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer__copyright {
  font-size: 11px;
  line-height: 1.7rem;
  margin-right: 5rem;
}

.footer__social-list {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.5rem;
}

@media only screen and (max-width: 410px) {
  .footer__social-list {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.footer__item:not(:last-child) {
  margin-right: 1.5rem;
}

.footer__link:active .footer__icon, .footer__link:hover .footer__icon {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.footer__icon {
  height: 15px;
  width: 15px;
  object-fit: contain;
  transition: transform .2s;
}

.the-latest {
  background-position: top;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 65.625em) {
  .the-latest {
    position: relative;
    background-image: none !important;
  }
}

.the-latest .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 65.625em) {
  .the-latest .row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.the-latest__left {
  width: 50rem;
  margin: 10rem 0 11.5rem 0;
}

@media only screen and (max-width: 65.625em) {
  .the-latest__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding-bottom: 5rem;
    width: 100%;
    height: calc(90vh - 10rem);
  }
}

.the-latest__right {
  width: 48rem;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 65.625em) {
  .the-latest__right {
    width: 100%;
    margin: 4rem 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .the-latest__right {
    margin: 2.5rem 0;
  }
}

.the-latest__headline {
  margin: 1.5rem 0;
}

.the-latest__author {
  color: #f5f5f5;
  font-size: 12px;
  margin-bottom: 2rem;
}

.the-latest__mobile-back {
  display: none;
}

@media only screen and (max-width: 65.625em) {
  .the-latest__mobile-back {
    display: block;
    height: calc(90vh - 10rem);
    width: 100vw;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.policy-papers {
  background-color: #000;
  padding: 1.5rem 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.policy-papers__list {
  list-style: none;
  margin-bottom: 1.5rem;
}

.policy-papers__item {
  color: #fff;
  padding: 2.6rem 0;
  border-bottom: 1px solid #fff;
}

.policy-papers__link, .policy-papers__link:link, .policy-papers__link:visited {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.policy-papers__link:active .policy-papers__img, .policy-papers__link:hover .policy-papers__img {
  filter: grayscale(1);
}

.policy-papers__link:active .policy-papers__title, .policy-papers__link:hover .policy-papers__title {
  text-decoration: underline;
}

.policy-papers__img {
  -ms-flex: 0 0 7rem;
  flex: 0 0 7rem;
  width: 7rem;
  height: 9rem;
  object-fit: cover;
  margin-right: 3rem;
  transition: filter 0.2s;
}

.policy-papers__subject {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.policy-papers__subject i {
  font-size: 16px;
  margin-right: 5px;
}

.policy-papers__title {
  transition: text-decoration 0.2s;
}

.policy-papers__cta:link, .policy-papers__cta:visited {
  color: #ff4a00;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: right;
  transition: text-decoration 0.2s;
}

.policy-papers__cta:active, .policy-papers__cta:hover {
  text-decoration: underline;
}

.big-issues {
  padding: 2rem 0 5rem 0;
  background-position: top;
  background-size: cover;
  color: #fff;
  transition: background-image 0.4s;
}

@media only screen and (max-width: 56.25em) {
  .big-issues {
    padding: 0;
    height: 50rem;
    position: relative;
    background-image: none !important;
  }
}

@media only screen and (max-width: 56.25em) {
  .big-issues .row {
    position: absolute;
    top: 2rem;
  }
}

.big-issues__wrapp {
  padding-top: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .big-issues__wrapp {
    display: none;
  }
}

.big-issues__left {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.big-issues__right {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex: 0 0 40rem;
  flex: 0 0 40rem;
}

.big-issues__icon {
  height: 4.8rem;
  width: 4.8rem;
  margin-bottom: 4rem;
}

.big-issues__icon i {
  color: #fff;
  font-size: 4.8rem;
}

.big-issues__title {
  margin-bottom: 1.5rem;
}

.big-issues__paragraph {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.publications-slider {
  padding: 7rem 0;
}

.publications-slider .main-carousel {
  min-height: 43rem;
}

.publications-slider .main-carousel .flickity-button {
  background: none;
  color: #ff4a00;
}

.publications-slider .main-carousel .flickity-prev-next-button {
  width: 3rem;
  height: 3rem;
}

.publications-slider .main-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  top: -50%;
}

.publications-slider .main-carousel .flickity-prev-next-button:disabled {
  display: none;
}

.publications-slider .main-carousel .flickity-prev-next-button.previous .flickity-button-icon {
  left: 2.5rem;
}

@media only screen and (max-width: 56.25em) {
  .publications-slider .main-carousel .flickity-prev-next-button.previous .flickity-button-icon {
    left: 1rem;
  }
}

.publications-slider .main-carousel .flickity-prev-next-button.next .flickity-button-icon {
  left: -2.5rem;
}

@media only screen and (max-width: 56.25em) {
  .publications-slider .main-carousel .flickity-prev-next-button.next .flickity-button-icon {
    left: -1rem;
  }
}

.publications-slider .main-carousel .flickity-page-dots {
  top: -3rem;
  bottom: unset;
  text-align: right;
}

.publications-slider .main-carousel .flickity-page-dots .dot {
  margin: 0 5px;
  height: 6px;
  width: 6px;
  border: 1px solid #2c2c2c;
  background-color: transparent;
}

.publications-slider .main-carousel .flickity-page-dots .dot.is-selected {
  border-color: #ff4a00;
  background-color: #ff4a00;
}

.publications-slider .carousel-cell {
  background-color: #f6f6f6;
  width: 100%;
  min-height: 43rem;
  margin-right: 1rem;
}

.publication-list__list {
  border-top: 3px solid #000;
  padding: 5.5rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(50%, 58.5rem))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(50%, 58.5rem));
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
}

@media only screen and (max-width: 56.25em) {
  .publication-list__list {
    -ms-grid-columns: (minmax(50%, 100%))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(50%, 100%));
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.big-background {
  background-position: top;
  background-size: cover;
  color: #fff;
}

.big-background .row {
  min-height: calc(100vh - 10rem);
  padding: 6rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.with-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30rem 1fr;
  grid-template-columns: 30rem 1fr;
  grid-gap: 3rem;
  padding-top: 8rem;
}

@media only screen and (max-width: 56.25em) {
  .with-sidebar {
    grid-row-gap: 8rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .with-sidebar {
    grid-row-gap: 6rem;
  }
}

.with-sidebar--white {
  color: #fff;
}

.with-sidebar--white .with-sidebar__content p {
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.with-sidebar__sidebar {
  grid-column: 1 / 2;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.with-sidebar__subject {
  position: relative;
  padding-top: 2rem;
}

.with-sidebar__subject:before {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 25%;
  background-color: #ff4a00;
}

@media only screen and (max-width: 56.25em) {
  .with-sidebar__subject:before {
    top: unset;
    bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 56.25em) {
  .with-sidebar__subject {
    grid-column: 1 / -1;
    font-size: 4rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

.with-sidebar__content {
  grid-column: 2 / 3;
}

.with-sidebar__content ul {
  margin-bottom: 3rem;
  margin-left: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .with-sidebar__content {
    grid-column: 1 / -1;
  }
}

.with-sidebar__title {
  color: #000;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}

.with-sidebar__text:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 34.375em) {
  .with-sidebar__text:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.with-sidebar__text br {
  display: block;
  content: "";
  margin-top: 2rem;
}

.with-sidebar__text span {
  color: #ff4a00;
  font-weight: 700;
}

.sidebar__wrapp:last-of-type {
  padding-bottom: 11rem;
}

.sidebar__wrapp:not(:last-of-type) .with-sidebar {
  padding-bottom: 8rem;
  border-bottom: 1px solid #000;
}

.special-text {
  padding-left: 14rem;
  border-left: 2px solid #ff4a00;
}

@media only screen and (max-width: 65.625em) {
  .special-text {
    padding-left: 10rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .special-text {
    padding-left: 5rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .special-text {
    padding-left: 3rem;
  }
}

.special-text__title {
  color: #ff4a00;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}

.special-text__text {
  margin-bottom: 8rem;
}

.team-list .row {
  border-top: 3px solid #000;
  padding: 5rem 0 13rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 38rem))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(32rem, 38rem));
  grid-gap: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .team-list .row {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.post .row {
  padding: 5rem 0 10rem 0;
  border-top: 1px solid #000;
}

.post .row--post > p {
  margin-bottom: 3rem;
}

.post__title {
  color: #000000;
  max-width: 100%;
  margin-top: 0;
}

@media only screen and (max-width: 34.375em) {
  .post__title {
    max-width: 100%;
  }
}

.post__author {
  color: #120702;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 1rem;
}

.post__share-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1rem;
  margin-left: 0;
}

.post__share-item {
  margin-left: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.post__share-link {
  color: #757575;
  font-size: 12px;
  transition: color 0.2s;
}

.post__share-link:active, .post__share-link:hover {
  color: #ff4a00;
}

.post__big-img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  margin-bottom: 3rem;
}

.post__text {
  margin-bottom: 3rem;
}

.post__text-quote {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 65.625em) {
  .post__text-quote {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 34.375em) {
  .post__text-quote {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.post__text-quote p {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.post__text-quote--left p {
  padding-left: 3rem;
}

@media only screen and (max-width: 34.375em) {
  .post__text-quote--left p {
    padding-left: 0;
  }
}

@media only screen and (max-width: 34.375em) {
  .post__text-quote--left q {
    margin-bottom: 3rem;
  }
}

.post__text-quote--right p {
  padding-right: 3rem;
}

@media only screen and (max-width: 34.375em) {
  .post__text-quote--right p {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .post__text-quote--right {
    margin-bottom: 3rem;
  }
}

.post__quote {
  display: inline-block;
  position: relative;
  padding-top: 2.5rem;
  width: 27rem;
  color: #120702;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  text-align: left;
}

.post__quote::before {
  width: 27%;
  height: 3px;
  background-color: #ff4a00;
  content: "";
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 34.375em) {
  .post__quote {
    width: 100%;
  }
}

.post__two-col {
  margin: 0 -10rem 4rem -10rem;
  background-color: #f5f5f5;
  padding: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 65.625em) {
  .post__two-col {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .post__two-col {
    padding: 3rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .post__two-col {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.post__left-col, .post__right-col {
  width: 37rem;
}

@media only screen and (max-width: 34.375em) {
  .post__left-col, .post__right-col {
    text-align: center;
  }
}

.post__left-col {
  margin-right: 3rem;
}

@media only screen and (max-width: 34.375em) {
  .post__left-col {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

.post__small-img {
  width: 100%;
  height: 28rem;
  object-fit: cover;
}

@media only screen and (max-width: 34.375em) {
  .post__small-img {
    width: 90%;
  }
}

.publication-overview {
  background-position: top;
  background-size: cover;
}

.publication-overview .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.publication-overview__left {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 10rem 0 11.5rem 0;
}

@media only screen and (max-width: 56.25em) {
  .publication-overview__left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.publication-overview__right {
  padding-left: 17rem;
}

@media only screen and (max-width: 56.25em) {
  .publication-overview__right {
    display: none;
  }
}

.publication-overview__headline {
  margin: 1.5rem 0;
  color: #fff;
}

.publication-overview__author {
  color: #fff;
  font-size: 14px;
  margin-bottom: 2rem;
  font-weight: bold;
}

.publication-overview__img {
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 27rem;
  height: 34.7rem;
  object-fit: cover;
}

.publication-overview__text {
  color: #fff;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .publication-overview__text {
    margin-bottom: 5rem;
  }
}

.publication-overview__ctas {
  display: -ms-flexbox;
  display: flex;
}

.publication-overview__ctas a:not(:last-child) {
  margin-right: 3rem;
}

@media only screen and (max-width: 34.375em) {
  .publication-overview__ctas a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .publication-overview__ctas {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.overview {
  background-color: #092d44;
  padding: 7rem 0;
}

.overview__subject {
  color: #ff4a00;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  margin-bottom: 3rem;
}

.overview__title {
  margin-bottom: 4rem;
  color: #fff;
}

.overview-list {
  margin-bottom: 5rem;
}

.overview-list .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 38rem))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(32rem, 38rem));
  grid-gap: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .overview-list .row {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.overview-list__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  justify-self: flex-end;
}

.numbers-at-glance {
  background-color: #092d44;
  padding-bottom: 8rem;
}

.numbers-at-glance .row {
  border-top: 3px solid #ff4a00;
  padding-top: 3rem;
}

.numbers-at-glance--only .row {
  border-top: none;
  padding-top: 7rem;
}

.numbers-at-glance__title {
  margin-bottom: 7rem;
  color: #fff;
}

.numbers-at-glance__content {
  margin-bottom: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 34.6rem))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(32rem, 34.6rem));
  grid-gap: 8rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 56.25em) {
  .numbers-at-glance__content {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7rem;
  }
}

.numbers-at-glance__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers-at-glance__name {
  font-size: 4.4rem;
  line-height: 5.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4rem;
}

.numbers-at-glance__name--red {
  color: #ff4a00;
}

.numbers-at-glance__name--green {
  color: #33703a;
}

.numbers-at-glance__text {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  width: 90%;
}

.numbers-at-glance__text--big {
  font-size: 16px;
  line-height: 2.4rem;
  text-align: left;
  width: 100%;
}

.numbers-at-glance__img {
  margin-bottom: 2rem;
}

.numbers-at-glance__percentage {
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}

.numbers-at-glance__percentage--big {
  font-size: 9rem;
  line-height: 9.2rem;
  margin-bottom: 2rem;
}

.numbers-at-glance__percentage--red {
  color: #ff4a00;
}

.numbers-at-glance__percentage--green {
  color: #33703a;
}

.self-embedded {
  padding: 8rem 0;
}

.page-not-found {
  padding: 8rem 0;
  min-height: 70vh;
}

.page-not-found__title {
  color: #000;
}

.page-not-found__text {
  margin-bottom: 7rem;
}

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