@charset "UTF-8";
/* Mixins */ /* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.font-body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.45;
  font-size: 1rem;
}
.font-body strong, .font-body b {
  font-weight: 700;
  font-style: normal;
}

.layout-hor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  /*@include ie11 {
    @content;
  }*/
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 1024px) {
  .layout-hor {
    gap: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .layout-hor {
    gap: 2rem;
  }
}
.layout-hor-right {
  justify-content: flex-end;
}
.layout-hor-left {
  justify-content: flex-start;
}
.layout-hor-center {
  justify-content: center;
}
.layout-hor-bottom {
  align-items: flex-end;
}
.layout-hor-top {
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .layout-hor {
    flex-direction: column;
  }
  .layout-hor > * {
    width: 100% !important;
    min-width: 0 !important;
  }
  .layout-hor.layout-mobreverse {
    flex-direction: column-reverse;
  }
}

.layout-col50 {
  width: calc(50% - 3rem);
}

.layout-col70 {
  width: calc(70% - 3rem);
  flex-shrink: 1;
}

.layout-col30 {
  width: calc(30% - 3rem);
  min-width: 30ch;
}

.flow > * + * {
  margin-top: 1.5em;
}

.flow--large > * + * {
  margin-top: 3em;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .flow--large > * + * {
    margin-top: 1.5em;
  }
}

.container {
  max-width: 1146px;
  margin-inline: auto;
}
.container--small {
  max-width: 780px;
  margin-inline: auto;
}

.column__3items {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  align-items: stretch;
  gap: 2.25rem;
}
@media only screen and (max-width: 1024px) {
  .column__3items {
    flex-direction: column;
    align-items: center;
  }
}
.column__3items > .column__3items--third {
  width: 33%;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .column__3items > .column__3items--third {
    width: 90%;
    margin-inline: auto;
  }
}

h1, .h1, h2, .h2, h3, .h3, .register summary, .wp-block-search label,
.search-form label, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Cardo", serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #031091;
}

h1, .h1 {
  font-size: 2.5rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.22;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3, .h3, .register summary, .wp-block-search label,
.search-form label {
  font-size: 1.6875rem;
}

h4, .h4 {
  font-size: 1.4rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 1.4rem;
  }
}

h5, .h5 {
  font-size: 1.2rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 1.1rem;
  }
}

h6, .h6 {
  font-size: 1.1rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

.visually-hidden,
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

*, *:before, *:after {
  backface-visibility: hidden;
}

html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.45;
  font-size: 1rem;
  background-color: white;
  color: #000000;
  font-size: 1rem;
  margin-inline: auto;
}
body strong, body b {
  font-weight: 700;
  font-style: normal;
}

a {
  color: #B2127F;
  transition: color 0.2s ease-in-out;
}
a:hover, a:focus {
  color: #031091;
}

::selection {
  background-color: #031091;
  color: #FFF;
  opacity: 0.9;
}

*:focus {
  outline-color: #DEA0C8;
  outline-offset: 4px;
  outline-style: solid;
}

svg {
  width: 100%;
  display: block;
}

img {
  height: auto;
}

body * {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body *::-webkit-scrollbar {
  width: 10px;
}
body *::-webkit-scrollbar-track {
  background: #031091;
}
body *::-webkit-scrollbar-thumb {
  background: #B2127F;
}
body *::-webkit-scrollbar-thumb:hover {
  background: #DEA0C8;
}

.sprite-icon {
  width: 25px;
  height: 20px;
  max-width: 100%;
  max-height: 100%;
  transition: 0.2s fill;
}

.icon-link-circle {
  display: inline-block;
  vertical-align: middle;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: 0.2s background, 0.2s color, 0.2s border;
}
.icon-link-circle svg {
  fill: white;
  width: 100%;
  height: 100%;
}

.burgermenu {
  display: none;
  border: none;
  background-color: transparent;
  color: #B2127F;
  height: 2rem;
  width: 2rem;
  padding: 0;
  background-image: url("assets/images/icon-menu.svg");
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 1024px) {
  .burgermenu {
    display: block;
    position: absolute;
    top: 4rem;
    right: 4rem;
    z-index: 20;
  }
}
@media only screen and (max-width: 768px) {
  .burgermenu {
    top: 2rem;
    right: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .nav__wrapper {
    display: none;
    width: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .burgermenu[aria-expanded=true] {
    background-image: url("assets/images/icon-close.svg");
  }
  .burgermenu[aria-expanded=true] + .nav__wrapper {
    display: block;
  }
  .burgermenu[aria-expanded=true] + .nav__wrapper .nav {
    border-bottom: 2px solid #e5e5e5;
    justify-content: center;
  }
}
.mainNav {
  font-size: 0.875rem;
  max-width: 1146px;
  margin-inline: auto;
}
.mainNav__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainNav__wrapper ul, .mainNav__wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .mainNav__wrapper ul, .mainNav__wrapper .nav {
    position: absolute;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    background-color: #FFF;
    z-index: 5;
    overflow: auto;
  }
}
.mainNav__wrapper ul a, .mainNav__wrapper .nav a {
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .mainNav__wrapper ul a, .mainNav__wrapper .nav a {
    padding: 0.5rem 2rem;
  }
}
.mainNav__wrapper ul a em, .mainNav__wrapper .nav a em {
  font-style: normal;
}
.mainNav__wrapper ul a::before, .mainNav__wrapper ul a::after, .mainNav__wrapper .nav a::before, .mainNav__wrapper .nav a::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 2rem);
  left: 0;
  bottom: 0;
  margin-left: 1rem;
  background-color: #ececec;
  transition: width 0.4s ease-in-out;
}
.mainNav__wrapper ul a::after, .mainNav__wrapper .nav a::after {
  background-color: #B2127F;
  width: 0;
  height: 2px;
}
.mainNav__wrapper ul a:hover::after, .mainNav__wrapper ul a:focus::after, .mainNav__wrapper ul a[aria-current=page]::after, .mainNav__wrapper .nav a:hover::after, .mainNav__wrapper .nav a:focus::after, .mainNav__wrapper .nav a[aria-current=page]::after {
  width: calc(100% - 2rem);
}
.mainNav a {
  color: #031091;
  text-decoration: none;
}
.mainNav li {
  position: relative;
}
.mainNav li:focus-within > ul, .mainNav li:hover > ul {
  display: block;
}
.mainNav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  flex-direction: column;
  text-align: left;
  max-width: 200%;
  width: max-content;
  border: 1px solid rgba(229, 229, 229, 0.3);
  display: none;
}
.mainNav ul ul ul {
  top: 0;
  left: 100%;
}
@media only screen and (max-width: 1024px) {
  .mainNav ul ul {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: auto;
    border: 0px;
    padding-left: 1rem;
    display: block;
    height: auto;
  }
}

.secondaryNav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 3.75rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .secondaryNav {
    margin-bottom: 2rem;
  }
}
.secondaryNav__column {
  flex-grow: 1;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 1024px) {
  .secondaryNav__column {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .secondaryNav__column {
    width: 100%;
  }
}
.secondaryNav__list {
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 1024px) {
  .secondaryNav__list {
    column-gap: 2rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .secondaryNav__list {
    column-gap: 1rem;
  }
}
.secondaryNav__list li + li {
  margin-top: 1rem;
}

.section {
  padding: 4rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 2rem;
  }
}

.content-mast {
  margin-inline: auto;
  margin-block-end: 6.5rem;
  max-width: 1146px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .content-mast {
    padding-inline: 2rem;
    margin-top: 0;
  }
}

.logo {
  width: 233px; /*@include ie11 {
  @content;
}*/
}
.logo--white {
  filter: brightness(100);
}
@media only screen and (max-width: 768px) {
  .logo {
    width: 175px;
    height: auto;
  }
}

a.logo {
  border-bottom: 2px solid transparent;
  transition: 0.2s border;
  display: block;
  padding-bottom: 0.2em;
}
a.logo:hover, a.logo:focus {
  border-color: #B2127F;
}

.headerLink,
.headerBlockLink {
  color: #031091;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  display: flex;
  /*@include ie11 {
    @content;
  }*/
}
.headerLink:hover, .headerLink:focus,
.headerBlockLink:hover,
.headerBlockLink:focus {
  color: #B2127F;
}
@media only screen and (max-width: 768px) {
  .headerLink,
.headerBlockLink {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.headerBlockLink {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .hero {
    margin-top: 0rem;
  }
}
.hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.125rem;
}
@media only screen and (max-width: 1024px) {
  .hero__wrapper {
    flex-direction: column-reverse;
  }
}
.hero__image {
  min-width: 448px;
  height: 466;
  flex-shrink: 0;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 1024px) {
  .hero__image {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero__image {
    min-width: 250px;
  }
}
.hero__text {
  max-width: 42rem;
}
.hero__text p {
  max-width: 55ch;
}
@media only screen and (max-width: 1024px) {
  .hero__text p {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .hero__text {
    text-align: center;
  }
}
.hero__text p:not(:nth-of-type(1)) {
  max-width: 540px;
}
@media only screen and (max-width: 1024px) {
  .hero__text p:not(:nth-of-type(1)) {
    margin-inline: auto;
  }
}
.hero__text--large {
  font-family: "Cardo", serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 3.5rem;
  font-size: 3.125rem;
  color: #031091;
}
@media only screen and (max-width: 1024px) {
  .hero__text--large {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hero__text--large {
    font-size: 2rem;
  }
}

.btn, .wp-block-search button[type=submit],
.wp-block-search input[type=submit],
.search-form button[type=submit],
.search-form input[type=submit], .nav-links .prev, .nav-links .next {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #B2127F;
  text-decoration: none;
  border: 1px solid #B2127F;
  padding-inline: 1.375em;
  padding-block: 0.7em;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  width: auto;
  border-radius: 0px;
}
.btn:hover, .wp-block-search button[type=submit]:hover,
.wp-block-search input[type=submit]:hover,
.search-form button[type=submit]:hover,
.search-form input[type=submit]:hover, .nav-links .prev:hover, .nav-links .next:hover, .btn:focus, .wp-block-search button[type=submit]:focus,
.wp-block-search input[type=submit]:focus,
.search-form button[type=submit]:focus,
.search-form input[type=submit]:focus, .nav-links .prev:focus, .nav-links .next:focus {
  color: #FFF;
  background-color: #B2127F;
}
.btn--blacktxt {
  padding-inline: 0.5em;
  padding-block: 0.7em;
  color: #000000;
}
.btn--blacktxt:hover, .btn--blacktxt:focus {
  color: #FFF;
}
.btn:disabled, .wp-block-search button[type=submit]:disabled,
.wp-block-search input[type=submit]:disabled,
.search-form button[type=submit]:disabled,
.search-form input[type=submit]:disabled, .nav-links .prev:disabled, .nav-links .next:disabled, .btn[disabled], .wp-block-search button[disabled][type=submit],
.wp-block-search input[disabled][type=submit],
.search-form button[disabled][type=submit],
.search-form input[disabled][type=submit], .nav-links [disabled].prev, .nav-links [disabled].next {
  cursor: not-allowed;
  border-color: #000000;
  color: #000000;
}
.btn:disabled:hover, .wp-block-search button[type=submit]:disabled:hover,
.wp-block-search input[type=submit]:disabled:hover,
.search-form button[type=submit]:disabled:hover,
.search-form input[type=submit]:disabled:hover, .nav-links .prev:disabled:hover, .nav-links .next:disabled:hover, .btn[disabled]:hover, .wp-block-search button[disabled][type=submit]:hover,
.wp-block-search input[disabled][type=submit]:hover,
.search-form button[disabled][type=submit]:hover,
.search-form input[disabled][type=submit]:hover, .nav-links [disabled].prev:hover, .nav-links [disabled].next:hover {
  color: inherit;
  background-color: inherit;
}

.download--icon {
  position: relative;
  margin-right: -5px;
}
.download--icon svg {
  fill: #B2127F;
  height: 30px;
  width: 40px;
}
.download--button {
  display: flex;
  max-width: max-content;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.download--button:hover svg, .download--button:focus svg {
  fill: white;
}

.cards .btn, .cards .wp-block-search button[type=submit], .wp-block-search .cards button[type=submit],
.cards .wp-block-search input[type=submit],
.wp-block-search .cards input[type=submit],
.cards .search-form button[type=submit],
.search-form .cards button[type=submit],
.cards .search-form input[type=submit],
.search-form .cards input[type=submit], .cards .nav-links .prev, .nav-links .cards .prev, .cards .nav-links .next, .nav-links .cards .next {
  margin-bottom: 2.75rem;
  margin-top: 3.375rem;
}

.card {
  border: 1px solid #E1E1E1;
  border-radius: 15px;
  text-align: center;
  padding-inline: 3.375rem;
  padding-block: 2.375rem;
  position: relative;
  height: 100%;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .card {
    padding-inline: 1rem;
  }
}
.card img {
  width: 105px;
  height: 117px;
  margin-inline: auto;
}
.card__title {
  margin-block: 1.75rem;
}
.card__text {
  padding: 0;
}

.text-caps {
  text-transform: uppercase;
}

.featuredCard {
  max-width: 50%;
  border-right: 1px solid #E5E5E5;
  padding: 2rem 2rem 2rem 0;
  padding-block: 2rem;
}
@media only screen and (max-width: 1024px) {
  .featuredCard {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
    padding-right: 0;
  }
}
.featuredCard__card > * + * {
  margin-top: 1.5em;
}
.featuredCard__card--top {
  display: flex;
  gap: 3.75rem;
  justify-content: space-between;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .featuredCard__card--top {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.featuredCard__card--top h3, .featuredCard__card--top img {
  width: 50%;
}
.featuredCard__card--top img {
  max-width: 213px;
  height: auto;
  align-self: flex-start;
}
.featuredCard__card--top h3 {
  line-height: 1.18;
  flex-grow: 1;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .featuredCard__card--top h3 {
    align-self: flex-start;
    width: 100%;
  }
}
.featuredCard__card--bottom > * + * {
  margin-top: 1.5em;
}

.secondaryCards {
  display: flex;
  flex-direction: column;
}
.secondaryCards article:last-of-type .secondaryCards__card {
  border-bottom: none;
}
.secondaryCards__card {
  align-self: flex-start;
  border-bottom: 1px solid #E5E5E5;
  padding: 2rem 0 2rem 2rem;
}
.secondaryCards__card > * + * {
  margin-top: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .secondaryCards__card {
    padding: 2rem 0;
  }
}
.secondaryCards__card:nth-of-type(2) {
  padding-top: 0;
}
.secondaryCards__card--top {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .secondaryCards__card--top {
    flex-direction: column-reverse;
  }
}
.secondaryCards__card--top img {
  max-width: 108px;
  max-height: 108px;
}
.secondaryCards__card--top h3 {
  width: 50%;
  align-self: flex-end;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .secondaryCards__card--top h3 {
    width: 100%;
  }
}
.secondaryCards__card--bottom > * + * {
  margin-top: 1.5em;
}

.breadcrumbs {
  font-size: 0.875rem;
  padding-block: 0;
}
.breadcrumbs span span > span:before {
  padding: 8px;
  color: #B2127F;
  content: "/ ";
}
.breadcrumbs a {
  color: #B2127F;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #031091;
  text-decoration: underline;
}

.hr {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 3rem;
  height: 1px;
  width: 100%;
}

.authors {
  color: #B2127F;
}
@media only screen and (max-width: 1024px) {
  .authors {
    font-size: 1rem;
    overflow: visible;
    width: 100%;
  }
}

.video-embed iframe {
  aspect-ratio: 16/9;
}

.centered {
  text-align: center;
}

.flex {
  display: flex;
  flex-direction: column;
}

.no-padding-block {
  padding-block: 0;
}

.table-of-contents {
  position: relative;
  border: 1px solid #031091;
}
.table-of-contents h3 {
  position: relative;
  max-width: max-content;
  padding: 0 0.3em;
  background-color: white;
  margin-top: -0.5em;
  margin-left: 1rem;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.table-of-contents ol {
  margin: 0;
  padding: 1rem;
  list-style: none;
}
.table-of-contents ol li + li {
  margin-top: 0.5em;
}
.table-of-contents ol a {
  display: block;
  position: relative;
  padding-left: 1.3rem;
}
.table-of-contents ol a:before {
  content: "";
  display: block;
  background-color: currentColor;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.center {
  text-align: center;
}

.team-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: stretch;
}
.team-list__item {
  position: relative;
  width: 340px;
  max-width: 100%;
  align-self: stretch;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .team-list__item {
    width: 500px;
  }
}

.team-card {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
  height: 100%;
}
.team-card__img {
  position: relative;
}
.team-card__img:before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
.team-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.team-card__content {
  padding: 1.5rem;
}
.team-card__content > * + * {
  margin-top: 0.8rem;
}
.team-card__links {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.team-card__links a {
  display: block;
  width: 1.6em;
  transition: 0.2s color;
}
.team-card__links .icon-link-circle {
  color: #031091;
}
.team-card__links a:hover .icon-link-circle {
  background-color: #031091;
  color: white;
}

.post-item {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
}
.post-item + .post-item {
  border-top: 1px solid #E5E5E5;
}
.post-item__header {
  margin-bottom: 2rem;
}
.search-form p + p {
  margin-top: 1rem;
}
.search-form input {
  border-color: #E5E5E5;
  height: 2rem;
}
.search-form .btn,
.search-form button[type=submit],
.search-form input[type=submit], .search-form .nav-links .prev, .nav-links .search-form .prev, .search-form .nav-links .next, .nav-links .search-form .next {
  font-size: 0.8rem;
  margin-left: auto;
  display: block;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.nav-links .prev, .nav-links .next {
  font-size: 1rem;
}
.nav-links .placeholder {
  opacity: 0.4;
}

.widget-area > * + * {
  margin-top: 2rem;
}

.wp-block-categories ul, .wp-block-categories,
.widget-categories ul,
.widget-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 1rem;
}
.wp-block-categories li,
.widget-categories li {
  border-top: 1px solid #E5E5E5;
}
.wp-block-categories a,
.widget-categories a {
  display: block;
  padding: 1rem 0.5rem;
  text-decoration: none;
  color: #000000;
  transition: 0.2s color, 0.2s background;
}
.wp-block-categories a:hover, .wp-block-categories a:focus, .wp-block-categories a[aria-current=page],
.widget-categories a:hover,
.widget-categories a:focus,
.widget-categories a[aria-current=page] {
  background-color: #031091;
  color: white;
}

.wp-block-search > * + *,
.search-form > * + * {
  margin-top: 1rem;
}
.wp-block-search input[type=search],
.search-form input[type=search] {
  border-color: #E5E5E5;
  height: 2rem;
}
.wp-block-search button[type=submit],
.wp-block-search input[type=submit],
.search-form button[type=submit],
.search-form input[type=submit] {
  font-size: 0.8rem;
  margin-left: auto;
  display: block;
  margin-top: 1rem;
}
.wp-block-search .wp-block-search__inside-wrapper,
.search-form .wp-block-search__inside-wrapper {
  display: block;
}

.downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  flex-grow: 1;
}

.about {
  margin-inline: auto;
  text-align: center;
  margin-top: -4rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .about {
    margin-top: -2rem;
  }
}
.about img {
  margin-inline: auto;
}
.about h2 {
  margin-bottom: 3.5rem;
}

.cta {
  background-color: #26408F;
  color: #FFF;
}
.cta a {
  color: #DEA0C8;
  transition: color 0.2s ease-in-out;
}
.cta a:hover, .cta a:focus {
  color: #FFF;
}
.cta h2 {
  color: #FFF;
  font-size: 1.6875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.cta__wrapper {
  text-align: center;
  margin-inline: auto;
}
.cta__wrapper img {
  margin-inline: auto;
}

.information {
  background-color: #f5f5fa;
}
.information__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 6.875rem;
  padding-bottom: 8.875rem;
  gap: 10rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .information__wrapper {
    padding-block: 5rem;
    gap: 7.5rem;
  }
}
.information__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  /*@include ie11 {
    @content;
  }*/
}
.information__row:nth-of-type(even) {
  flex-direction: row-reverse;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .information__row:nth-of-type(even) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .information__row {
    gap: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .information__row {
    flex-direction: column;
    gap: 2rem;
  }
}
.information__row .btn {
  text-align: left;
}
.information__text {
  max-width: 440px;
}
.information__text p {
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .information__text p {
    margin-block: 2rem;
  }
}
.information__image {
  width: 408px;
  height: 100%;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .information__image {
    max-width: 80%;
  }
}

.articles {
  padding-top: 7rem;
  padding-bottom: 8.375rem;
}
.articles__intro__text {
  text-align: center;
}
.articles__showcase {
  display: flex;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 4.25rem;
}
@media only screen and (max-width: 1024px) {
  .articles__showcase {
    flex-direction: column;
  }
}
.articles__showcase .date {
  font-weight: 700;
  font-style: normal;
}

.footer {
  background-color: #26408F;
  color: #FFF;
  padding: 6.25rem;
  font-size: 0.875rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 2rem;
  }
}
.footer a {
  color: #FFF;
  text-decoration: none;
  transition: 0.2s color;
}
.footer a:hover {
  color: #DEA0C8;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.footer__wrapper--right {
  max-width: 80%;
}
.importantInfo {
  opacity: 0.3;
  margin-top: 1.625rem;
}

.socials__list {
  display: flex;
  flex-direction: column;
  vertical-align: top;
  justify-items: flex-start;
  gap: 1.25rem;
}
.socials__list li {
  align-self: flex-start;
  position: relative;
  display: block;
}
.socials__list li a {
  position: relative;
  display: flex;
  transition: 0.2s color;
  align-items: center;
  gap: 0.5rem;
}
.socials__list li a:hover, .socials__list li a:focus {
  color: #DEA0C8;
}

.section--alternate {
  background-color: #f5f5fa;
}

.register {
  background-color: #E5E5E5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.register summary {
  cursor: pointer;
}
.register label {
  font-size: 0.9em;
  margin-bottom: 0.3em;
}
.register input[type=text],
.register input[type=email] {
  border: 0px none;
}
.register .layout-hor {
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .register .layout-hor {
    gap: 1rem;
  }
}

.article {
  margin-inline: auto;
  padding-bottom: 3rem;
}
.article--bg-grey {
  background-color: #E5E5E5;
}
.article__header {
  display: flex;
  gap: 4rem;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .article__header {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.article__header--nogap {
  gap: 0;
}
.article__header--left {
  max-width: 740px;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 1024px) {
  .article__header--left {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .article__header--left {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .article__header--right {
    align-self: flex-start;
  }
}
.article__header--full-width {
  max-width: 100%;
}
.article__video {
  display: flex;
  flex-direction: column;
}
.article__video--header {
  font-weight: 700;
  font-style: normal;
}
.article__bottom {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .article__bottom {
    flex-direction: column;
  }
}
.article__details {
  display: flex;
  gap: 5.25rem;
}
@media only screen and (max-width: 1024px) {
  .article__details {
    gap: 2rem;
  }
}
.article__details h2 {
  font-size: 1.6875rem;
}
@media only screen and (max-width: 1024px) {
  .article__details {
    flex-direction: column;
  }
}
.article__details--left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 30%;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .article__details--left {
    display: contents;
  }
}
.article__details--side {
  width: 300px;
  max-width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .article__details--side {
    width: 100%;
  }
}
.article__details--right {
  flex-shrink: 1;
  width: 100%;
}
.article__details__block--last {
  order: 10;
}
.article__details__block .downloads {
  flex-direction: column;
  align-items: stretch;
}
.article__details__block .downloads .btn {
  max-width: 100%;
  justify-content: space-between;
}
.article__title {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .article__title {
    font-size: 2rem;
  }
}
.article__abstract {
  margin-top: 3.25rem;
}
.article__abstract__title {
  font-size: 1.6875rem;
}
.article__actions--outer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.article__actions--inner {
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  width: 100%;
  /*@include ie11 {
    @content;
  }*/
}
@media only screen and (max-width: 768px) {
  .article__actions--inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.article__details--header {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.45;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
.article__details--header strong, .article__details--header b {
  font-weight: 700;
  font-style: normal;
}

.keywords__wrapper--inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.3rem;
  row-gap: 0.3rem;
}
.keywords__tag a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding-block: 0.2rem;
  padding-inline: 0.5rem;
  background-color: #031091;
  color: #FFF;
  border-radius: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 0.2s ease-in-out;
  outline-offset: 2px;
}
.keywords__tag a:hover, .keywords__tag a:focus {
  background-color: #B2127F;
}

.share-facebook {
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/socials-facebook.svg");
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: background-color 0.2s ease-in-out;
}
.share-facebook:hover, .share-facebook:focus {
  background-color: #DEA0C8;
  border-radius: 15px;
}

.share-twitter {
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/socials-twitter.svg");
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: background-color 0.2s ease-in-out;
}
.share-twitter:hover, .share-twitter:focus {
  background-color: #DEA0C8;
  border-radius: 15px;
}

.share-googleplus {
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/socials-googleplus.svg");
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: background-color 0.2s ease-in-out;
}
.share-googleplus:hover, .share-googleplus:focus {
  background-color: #DEA0C8;
  border-radius: 15px;
}

.share-pintrest {
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/socials-pintrest.svg");
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: background-color 0.2s ease-in-out;
}
.share-pintrest:hover, .share-pintrest:focus {
  background-color: #DEA0C8;
  border-radius: 15px;
}

.share-linkedin {
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/socials-linkedin.svg");
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: background-color 0.2s ease-in-out;
}
.share-linkedin:hover, .share-linkedin:focus {
  background-color: #DEA0C8;
  border-radius: 15px;
}

.share-mail {
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/socials-mail.svg");
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: background-color 0.2s ease-in-out;
}
.share-mail:hover, .share-mail:focus {
  background-color: #DEA0C8;
  border-radius: 15px;
}

.shareActions {
  display: flex;
  gap: 1rem;
  align-items: center;
  /*@include ie11 {
    @content;
  }*/
}
.shareActions--col {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.shareActions p {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.2rem;
}
.shareActions__icons {
  display: flex;
  gap: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .shareActions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shareActions a {
  border-color: #B2127F;
  width: 29px;
  height: 29px;
  transition: 0.2s background;
}
.shareActions a svg {
  color: #000000;
}
.shareActions a:hover {
  background-color: #B2127F;
}
.shareActions a:hover svg {
  color: white;
}

.download-share {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .download-share {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
}

.pubDate time {
  font-weight: 700;
  font-style: normal;
}

.aspect-ratio-16-9 {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.aspect-ratio-16-9 iframe, .aspect-ratio-16-9 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__wrapper {
  max-width: 100%;
  width: 600px;
}

.related__wrapper--inner > * + * {
  margin-top: 1.5em;
}
.related--article a {
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.related--article a:hover, .related--article a:focus {
  color: #B2127F;
}

.styleguide-header {
  padding: 4rem;
}
.styleguide-header > * + * {
  margin-top: 1.5em;
}
.styleguide-header h1 {
  margin-bottom: 2rem;
}

.img-100 {
  width: 100%;
}

.video-100 {
  width: 100%;
}

.img-75 {
  width: 75%;
}

.video-75 {
  width: 75%;
}

.img-50 {
  width: 50%;
}

.video-50 {
  width: 50%;
}

.img-33 {
  width: 33%;
}

.video-33 {
  width: 33%;
}

.img-25 {
  width: 25%;
}

.video-25 {
  width: 25%;
}

.width80 {
  width: 80%;
}

form p {
  display: block;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

label {
  cursor: pointer;
  display: block;
}

input {
  padding-inline: 0.5rem;
  width: 100%;
  border-radius: 5px;
  border: 1px solid black;
  outline: 2px solid transparent;
}
input:focus {
  border: 1px solid #B2127F;
}

blockquote {
  padding-left: 1rem;
  padding-block: 0.5rem;
  border-left: 4px solid #B2127F;
}
blockquote > * + * {
  margin-top: 1.5em;
}
blockquote footer {
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}

figure {
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}
figure > * + * {
  margin-top: 1.5em;
}
figure figcaption {
  padding-left: 1rem;
  border-left: 4px solid #B2127F;
  padding-block: 0.5rem;
}

input[type=file] {
  padding: 0.5rem;
}
input[type=range] {
  height: 27px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #B2127F;
  border-radius: 5px;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 19px;
  width: 19px;
  border-radius: 19px;
  background: #E5E5E5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #B2127F;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #B2127F;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 19px;
  width: 19px;
  border-radius: 19px;
  background: #E5E5E5;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #B2127F;
  border: 0px solid #010101;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #B2127F;
  border: 0px solid #010101;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 19px;
  width: 19px;
  border-radius: 19px;
  background: #E5E5E5;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #B2127F;
}
input[type=range]:focus::-ms-fill-upper {
  background: #B2127F;
}

input[type=radio], input[type=checkbox] {
  width: 1em;
}

textarea {
  width: 100%;
}

.stylised-checkbox {
  /* create a postioning context for the checkbox within the label */
  position: relative;
  display: block;
  width: auto;
  /* other label styles here */
}
.stylised-checkbox input[type=checkbox], .stylised-checkbox input[type=radio] {
  /* remove the checkbox from flow */
  position: absolute;
  /* hide it visually */
  opacity: 0;
  /* tweak size and position if needed */
  width: 1em;
  height: 1em;
  /* position it within the label, on top of the SVG */
  top: 0;
  left: 0;
  /* sometimes you may need to add z-index */
}

/* visually show focus outline when the SVG receives focus */
.stylised-checkbox input[type=checkbox]:focus + svg {
  outline: 2px solid #B2127F;
  outline-offset: 2px;
}

/* hide the focus styles for mouse users */
.stylised-checkbox input[type=checkbox]:focus:not(:focus-visible) + svg {
  outline: none;
}

/* basic styles for the svg */
.stylised-checkbox svg {
  /* set SVG dimensions in ems; i.e. relative to the font size so that it scales with the size of the text in the label */
  width: 1em;
  height: 1em;
  display: inline-block;
}

/* style changes inside the svg when the checkbox is checked */
.stylised-checkbox input[type=checkbox]:checked + svg .checkbox__bg {
  fill: #031091;
  stroke: #031091;
}
.stylised-checkbox input[type=checkbox]:checked + svg .checkbox__checkmark {
  stroke: #E5E5E5;
}

@media screen and (-ms-high-contrast: active) {
  .stylised-checkbox svg .checkbox__bg {
    stroke: windowText;
  }
}

@media screen and (-ms-high-contrast: active) {
  .stylised-checkbox input[type=checkbox]:checked + svg .checkbox__bg {
    fill: windowText;
  }
  .stylised-checkbox input[type=checkbox]:checked + svg .checkbox__checkmark {
    stroke: highlight;
  }
}
.wrapper {
  position: relative;
}

textarea:focus {
  outline: none;
  border: 1px solid #B2127F;
}

#embeds > div > div {
  display: flex;
  flex-direction: column;
}

th {
  color: #031091;
}

table {
  border-collapse: collapse;
  text-align: left;
  border-spacing: 1.5rem 0.5rem;
}
table tr, table td, table th {
  padding: 0.5rem;
}
table th {
  color: #031091;
}
table tr:nth-child(even) {
  background-color: #f0f1ff;
}
table tbody > tr:first-of-type, table thead {
  border-bottom: 2px solid #f0f1ff;
}

/* Social */
.social {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  /*@include ie11 {
    @content;
  }*/
}
.social a, .social button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 0px none;
  color: white;
  transition: 0.2s font-size;
  font-size: 20px;
  font-family: "Cardo", serif;
  font-weight: 700;
  line-height: 1.1;
}
.social a.fb, .social button.fb {
  background-color: #4C77D8;
}
.social a.tw, .social button.tw {
  background-color: #059FF5;
}
.social a.li, .social button.li {
  background-color: #0077B5;
}
.social a img, .social button img {
  max-height: 1em;
  max-width: 1em;
  width: auto;
}
@media all and (-ms-high-contrast: none) {
  .social a img, .social button img { /* IE10 */ }
  .social a img, .social button img {
    height: 15px;
  }
  .social a img *::-ms-backdrop, .social a img, .social button img *::-ms-backdrop, .social button img {
    height: 15px;
  }
}
.social a:hover, .social a:focus, .social button:hover, .social button:focus {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .social {
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .social a, .social button {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
