/* Global Stylings */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl {
  list-style: none;
}

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

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

input {
  font-family: AcuminPro, sans-serif;
}

input[type=submit] {
  letter-spacing: 0.045em;
  font-family: AcuminPro, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.045em;
  font-family: AcuminPro, sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}

span {
  font-family: AcuminPro, sans-serif;
}

button {
  font-family: AcuminPro, sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

select {
  font-family: AcuminPro, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

html,
body {
  font-size: 1em;
  font-family: AcuminPro, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
}

body {
  background-size: auto;
  position: relative;
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 80px;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}

.no-banner main {
  padding-top: 50px;
}

.sk-ww-twitter-feed {
  grid-column: 1/-1;
}

.grid-item-twitter-feed {
  position: unset !important;
  top: unset !important;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1250px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
body.four-oh-four-page #wrapper {
  min-height: 100%;
}

main#main section:first-of-type {
  padding-top: 121px;
}

.global-loader {
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-block: 100px;
  color: #293C65;
  grid-column: 1/-1;
}
.global-loader i {
  font-size: 40px;
}

/*********************************************/
/* Acumin Pro */
/*********************************************/
@font-face {
  font-family: "AcuminProLightItalic";
  font-weight: 300;
  src: url("../fonts/Acumin Pro Light Italic.otf");
  font-display: swap;
}
@font-face {
  font-family: "AcuminPro";
  font-weight: 400;
  src: url("../fonts/Acumin Pro Book.otf");
  font-display: swap;
}
@font-face {
  font-family: "AcuminProSemiBold";
  font-weight: 600;
  src: url("../fonts/Acumin Pro Semibold.otf");
  font-display: swap;
}
@font-face {
  font-family: "AcuminProBold";
  font-weight: 700;
  src: url("../fonts/Acumin Pro Bold.otf");
  font-display: swap;
}
/*********************************************/
/* Alea Bold - (Substitute for Grueber) */
/*********************************************/
@font-face {
  font-family: "Grueber";
  font-weight: 400;
  src: url("../fonts/Aleo-Bold.ttf");
  font-display: swap;
}
/* Modules */
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header.--scrolled {
  border-bottom: 2px solid #293C65;
}
.header.--scrolled .container {
  height: 100px;
}
.header.--scrolled .header__logo img {
  height: 70px;
}
.header.--scrolled .header__nav {
  height: 75px;
}
.header.--scrolled .header__nav-list__item {
  padding-block: 40px;
}
.header.--scrolled .header__nav-list__item__drop-content {
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .header.--expanded {
    background-color: #000000;
  }
}
.header.--expanded .header__mobile-trigger div {
  transform-origin: center;
  margin: 0;
  position: absolute;
}
.header.--expanded .header__mobile-trigger div:nth-child(2) {
  opacity: 0;
}
.header.--expanded .header__mobile-trigger div:nth-child(1) {
  transform: rotate(45deg);
}
.header.--expanded .header__mobile-trigger div:nth-child(3) {
  transform: rotate(-45deg);
}
.header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  background-color: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__logo {
  display: flex;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__logo img {
  height: 75px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__mobile-trigger {
  display: none;
  height: 30px;
  width: 30px;
  justify-content: center;
  gap: 1px;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.header__mobile-trigger:is(:hover, :focus) div {
  background-color: #293C65;
}
.header__mobile-trigger div {
  width: 100%;
  height: 4px;
  background-color: #000000;
  display: block;
  margin-bottom: 5px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav-list {
  display: flex;
  gap: 50px;
  align-items: center;
}
.header__nav-list .header__donate {
  display: none;
}
.header__nav-list__item {
  position: relative;
  padding-block: 50px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__nav-list__item > a.active {
  text-decoration: underline;
  text-decoration-color: #C8AD6A;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.header__nav-list__item a {
  font-family: AcuminProSemiBold;
  color: #293C65;
  text-decoration: none;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__nav-list__item a:is(:hover, :focus) {
  color: #C8AD6A;
}
.header__nav-list__item:is(:hover, :focus) .header__nav-list__item__drop-content {
  display: flex;
}
.header__nav-list__item__drop-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  min-width: 250px;
  width: max-content;
  top: 120px;
  left: -30px;
  z-index: -1;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__nav-list__item__drop-content.visible {
  display: flex;
}
.header__nav-list__item__drop-content:is(:hover, :focus) {
  display: flex;
}
.header__nav-list__item__drop-content a {
  color: #293C65;
}
.header__donate {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: AcuminProSemiBold;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #C8AD6A;
  border-radius: 50px;
  padding: 10px 20px;
  color: #C8AD6A;
  background-color: #FFFFFF;
  margin-left: auto;
}
.header__donate:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #C8AD6A;
}
@media screen and (max-width: 1250px) {
  .header.--scrolled .container {
    height: unset;
    padding-block: 20px;
  }
  .header.--scrolled .header__nav {
    top: 90px;
    height: 100%;
    padding-bottom: 20px;
    height: calc(100% - 90px);
  }
  .header.--scrolled .header__nav-list {
    gap: 40px;
  }
  .header.--scrolled .header__nav-list__item {
    padding: unset;
  }
  .header.--expanded .header__nav {
    left: 0;
  }
  .header.--expanded .header__nav-list {
    align-items: flex-start;
    padding-inline: 40px;
  }
  .header.--expanded .header__nav-list__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .header.--expanded .header__nav-list__item a {
    font-size: 20px;
  }
  .header.--expanded .header__nav-list__item__drop-content {
    position: unset;
    display: flex;
  }
  .header .container {
    padding-block: 35px;
    justify-content: space-between;
  }
  .header__logo img {
    height: 50px;
  }
  .header__mobile-trigger {
    display: flex;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 120px);
    left: 100%;
    top: 120px;
    background-color: #000000;
    padding-block: 50px;
    overflow: auto !important;
    align-items: flex-start;
    transition: 0.25s ease-in-out all;
    transition-delay: 0s;
  }
  .header__nav-list {
    flex-direction: column;
  }
  .header__nav-list__item {
    padding: 0;
  }
  .header__nav-list__item__drop-content {
    z-index: 1;
  }
  .header__nav-list__item__drop-content > a {
    color: #000000 !important;
  }
  .header__nav-list__item__drop-content > a:is(:hover, :focus) {
    color: #C8AD6A !important;
  }
  .header__nav-list__item a {
    color: #FFFFFF;
  }
  .header__nav-list .header__donate {
    display: block;
    margin-inline: unset;
    background-color: #C8AD6A;
    color: #000000;
  }
  .header__nav-list .header__donate:is(:hover, :focus) {
    background-color: #FFFFFF;
  }
  .header__donate {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header.--scrolled .header__logo img {
    height: 50px;
  }
  .header__logo img {
    height: 50px;
  }
}

.footer {
  background-color: #293C65;
}
.footer__top {
  padding-block: 50px;
}
.footer__top__title {
  font-family: AcuminPro;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  font-weight: 600;
  color: #C8AD6A;
  text-align: center;
  margin-bottom: 5px;
}
.footer__top__copy {
  color: #FFFFFF;
  text-align: center;
}
.footer__top form {
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
}
.footer__top form .dform_email {
  padding: 10px 50px 10px 20px;
  border: 1px solid #FFFFFF;
  width: fit-content;
  border-radius: 50px;
  position: relative;
}
.footer__top form .dform_email input {
  color: #FFFFFF;
  font-style: italic;
}
.footer__top form .dform_email input::placeholder {
  color: #FFFFFF;
}
.footer__top form .dform .submit_button {
  display: none;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom__left {
  display: flex;
  gap: 10px;
}
.footer__bottom__left a {
  color: #FFFFFF;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer__bottom__left a:is(:hover, :focus) {
  color: #C8AD6A;
}
.footer__bottom__left > *:not(:last-child) {
  border-right: 1px solid #FFFFFF;
  padding-right: 10px;
}
.footer__bottom__copyright {
  color: #FFFFFF;
}
.footer__bottom__right {
  display: flex;
  gap: 20px;
}
.footer__bottom__right a {
  color: #FFFFFF;
  opacity: 0.25;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer__bottom__right a:is(:hover, :focus) {
  opacity: 1;
}
.footer .custom-submit {
  height: 30px;
  aspect-ratio: 1/1;
  background-color: #C8AD6A;
  position: absolute;
  right: 5px;
  top: 4px;
  border-radius: 50%;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer .custom-submit i {
  color: #293C65;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  font-size: 26px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer .custom-submit:is(:hover, :focus) {
  background-color: #FFFFFF;
}
.footer .custom-submit:is(:hover, :focus) i {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .footer__bottom__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
  }
  .footer__bottom__left {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom__left > *:not(:last-child) {
    border: unset;
    padding-right: 0;
  }
}

.banner.focused .banner__bg-image {
  transform: scale(1.1);
}
.banner.focused .banner__featured__title {
  text-decoration: underline;
}
.banner__bg {
  aspect-ratio: 16/7;
  width: 100%;
  max-height: 700px;
  min-height: 500px;
  display: flex;
  position: absolute;
  background-color: #000000;
  overflow: hidden;
}
.banner__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
}
.banner .container {
  max-height: 700px;
  min-height: 500px;
  aspect-ratio: 16/7;
}
.banner__featured {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 30px 40px;
  max-width: 55%;
  border-right: 15px solid #C8AD6A;
}
.banner__featured__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .banner__featured__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .banner__featured__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .banner__featured__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.banner__featured__copy {
  margin-top: 10px;
}
.banner__featured__link {
  font-size: 40px;
  border: 1px solid #293C65;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.banner__featured__link:is(:hover, :focus) {
  background-color: #293C65;
}
.banner__featured__link:is(:hover, :focus) i {
  color: #FFFFFF;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner__featured__link i {
  color: #293C65;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .banner__featured {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .banner__featured {
    max-width: calc(100% - 50px);
    padding: 20px 40px 20px 20px;
    border-right-width: 10px;
  }
  .banner__featured__link {
    width: 50px;
    height: 50px;
    right: -30px;
    font-size: 35px;
  }
}

.newsletter .container {
  padding-block: 25px;
}
.newsletter__body {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  align-items: center;
}
.newsletter__body-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 40px;
}
.newsletter__body-item:nth-of-type(2) {
  border-inline: 2px solid #EDEDEE;
}
.newsletter__body-item img {
  width: 70px;
  height: 70px;
}
.newsletter__body-item__content__title {
  font-family: AcuminProSemiBold;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #293C65;
}
@media screen and (max-width: 768px) {
  .newsletter__body-item__content__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.newsletter__body-item a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: unset;
  border: 2px solid #C8AD6A;
  border-radius: 50px;
  color: #C8AD6A;
  background-color: #FFFFFF;
  position: relative;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.newsletter__body-item a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.newsletter__body-item a:is(:hover, :focus) {
  background-color: #C8AD6A;
  color: #FFFFFF;
}
@media screen and (max-width: 1250px) {
  .newsletter__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
  .newsletter__body-item:nth-of-type(1) {
    grid-column: span 1;
  }
  .newsletter__body-item:nth-of-type(2) {
    border-right: unset;
    grid-column: span 1;
  }
  .newsletter__body-item:nth-of-type(3) {
    grid-column: span 2;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .newsletter__body {
    gap: 50px 0;
  }
  .newsletter__body-item {
    padding: 0;
  }
  .newsletter__body-item:nth-of-type(1) {
    grid-column: 1/-1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  .newsletter__body-item:nth-of-type(2) {
    border: unset;
    grid-column: 1/-1;
  }
  .newsletter__body-item__content {
    text-align: center;
  }
}

.featured-news .container {
  padding-block: 25px;
}
.featured-news__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .featured-news__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .featured-news__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.featured-news__item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
  align-items: center;
  border-top: 2px solid #EDEDEE;
  padding-block: 5px;
  margin-top: 10px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.featured-news__item:is(:hover, :focus) {
  background-color: #EDEDEE;
  cursor: pointer;
}
.featured-news__item:is(:hover, :focus) .featured-news__item__image img {
  transform: scale(1.1);
}
.featured-news__item:is(:hover, :focus) .featured-news__item__title {
  text-decoration: underline;
}
.featured-news__item__image {
  grid-column: 1/6;
  display: flex;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.featured-news__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
}
.featured-news__item__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 70px;
  opacity: 0.9;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.featured-news__item__play-button:is(:hover, :focus) {
  opacity: 1;
}
.featured-news__item__content {
  grid-column: 6/-1;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  padding-block: 50px;
  border-right: 15px solid #C8AD6A;
  height: 100%;
  justify-content: center;
}
.featured-news__item__category {
  display: flex;
  margin-block: 0 40px;
}
.featured-news__item__category-link {
  font-family: AcuminPro;
  font-size: 18px;
  line-height: 26px;
  font-family: AcuminProSemiBold;
  color: #C8AD6A;
  text-underline-offset: 4px;
  padding-right: 15px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .featured-news__item__category-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.featured-news__item__category-link:is(:hover, :focus) {
  text-underline-offset: 6px;
}
.featured-news__item__date {
  font-family: AcuminPro;
  font-size: 18px;
  line-height: 26px;
  color: #293C65;
  padding-inline: 15px;
  border-left: 2px solid;
}
@media screen and (max-width: 768px) {
  .featured-news__item__date {
    font-size: 16px;
    line-height: 24px;
  }
}
.featured-news__item__arrow {
  color: #0D182D;
  margin-left: auto;
  font-size: 24px;
}
.featured-news__item__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #0D182D;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .featured-news__item__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__item__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .featured-news__item__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .featured-news__item {
    gap: 0;
  }
  .featured-news__item__image {
    grid-column: 1/-1;
    max-height: 300px;
  }
  .featured-news__item__content {
    grid-column: 1/-1;
    padding-block: 40px;
    padding-inline: 40px;
    position: relative;
  }
  .featured-news__item__category {
    margin-bottom: 20px;
  }
  .featured-news__item__arrow {
    position: absolute;
    right: 40px;
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__title {
    text-align: center;
  }
  .featured-news__item__content {
    padding-block: 20px;
    padding-inline: 20px;
    border-right-width: 10px;
  }
  .featured-news__item__category {
    flex-direction: column;
    gap: 10px;
  }
  .featured-news__item__date {
    padding-inline: 0;
    border: unset;
  }
  .featured-news__item__arrow {
    right: 20px;
    top: 20px;
    font-size: 20px;
  }
}

.priorities-category .container {
  padding-block: 25px;
}
.priorities-category__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  background-color: #F2F5FE;
  border-radius: 20px;
  padding-block: 50px;
  padding-inline: 50px;
}
.priorities-category__item__image {
  display: inline-block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F2F5FE;
}
.priorities-category__item__image::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(232deg, #F2F5FE 30%, rgba(0, 0, 0, 0) 50%);
}
.priorities-category__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}
.priorities-category__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.priorities-category__item__content__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .priorities-category__item__content__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .priorities-category__item__content__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .priorities-category__item__content__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.priorities-category__item__content__categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  row-gap: 20px;
}
.priorities-category__item__content__categories-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  text-underline-offset: 4px;
  color: #293C65;
  width: fit-content;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.priorities-category__item__content__categories-item:is(:hover, :focus) {
  text-underline-offset: 6px;
}
.priorities-category__item__content__categories-item:is(:hover, :focus) .priorities-category__item__content__categories-item__arrow {
  background-color: #293C65;
}
.priorities-category__item__content__categories-item:is(:hover, :focus) .priorities-category__item__content__categories-item__arrow i {
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.priorities-category__item__content__categories-item__arrow {
  font-size: 40px;
  border: 1px solid #293C65;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 60px;
  height: 60px;
  display: block;
  background-color: #FFFFFF;
  position: relative;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.priorities-category__item__content__categories-item__arrow i {
  color: #293C65;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.priorities-category__item__content__categories-item p {
  font-family: AcuminPro;
  font-size: 18px;
  line-height: 26px;
  font-family: AcuminProSemiBold;
  color: #293C65;
}
@media screen and (max-width: 768px) {
  .priorities-category__item__content__categories-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .priorities-category__item {
    padding: 40px;
  }
  .priorities-category__item__content__categories {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .priorities-category__item__content__categories-item__arrow {
    width: 50px;
    height: 50px;
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .priorities-category__item {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 30px;
  }
  .priorities-category__item__image {
    aspect-ratio: 16/9;
  }
  .priorities-category__item__content {
    text-align: center;
    align-items: center;
  }
  .priorities-category__item__content__categories {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .priorities-category__item__content__categories-item {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .priorities-category__item__content__categories {
    grid-template-columns: 1fr;
    width: auto;
  }
}

.footer-cta .container {
  padding-block: 25px 50px;
}
.footer-cta__inner-container {
  display: flex;
  border-block: 2px solid #EDEDEE;
  gap: 40px;
  align-items: center;
}
.footer-cta__image {
  transform: scale(1.4);
  margin-inline: 40px 20px;
}
.footer-cta__content {
  padding-block: 30px;
}
.footer-cta__content__title {
  font-family: AcuminProSemiBold;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #293C65;
}
@media screen and (max-width: 768px) {
  .footer-cta__content__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.footer-cta__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: AcuminProSemiBold;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #C8AD6A;
  border-radius: 50px;
  padding: 10px 20px;
  color: #C8AD6A;
  background-color: #FFFFFF;
  margin-right: 20px;
  min-width: fit-content;
}
.footer-cta__button:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #C8AD6A;
}
@media screen and (max-width: 1024px) {
  .footer-cta__inner-container {
    flex-direction: column;
    gap: 0;
    padding-block: 20px;
  }
  .footer-cta__image {
    transform: scale(1);
    margin-inline: 20px;
  }
  .footer-cta__content {
    text-align: center;
    padding-block: 10px 20px;
  }
  .footer-cta__button {
    margin-inline: unset;
  }
}

.press-room .container {
  padding-block: 25px;
}
.press-room__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.press-room__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .press-room__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .press-room__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .press-room__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.press-room__more-link {
  font-family: AcuminPro;
  font-size: 18px;
  line-height: 26px;
  font-family: AcuminProSemiBold;
  color: #C8AD6A;
  text-underline-offset: 4px;
  padding-right: 15px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .press-room__more-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.press-room__more-link:is(:hover, :focus) {
  text-underline-offset: 6px;
}
.press-room__listing {
  border-top: 2px solid #EDEDEE;
  padding-block: 10px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.press-room__listing-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.press-room__listing-item:first-of-type {
  border-right: 1px solid #EDEDEE;
}
.press-room__listing-item__main {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-inline: 20px;
  padding-block: 20px;
  border-right: 1px solid #EDEDEE;
  text-align: left;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.press-room__listing-item__main:is(:hover, :focus) {
  background-color: #EDEDEE;
}
.press-room__listing-item__main:is(:hover, :focus) .press-room__listing__image img {
  transform: scale(1.1);
}
.press-room__listing-item__main:is(:hover, :focus) .press-room__listing__title {
  text-decoration: underline;
}
.press-room__listing-item__side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-inline: 20px;
  padding-block: 20px;
  justify-content: center;
  text-align: left;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.press-room__listing-item__side:nth-of-type(2) {
  border-bottom: 1px solid #EDEDEE;
}
.press-room__listing-item__side:is(:hover, :focus) {
  background-color: #EDEDEE;
}
.press-room__listing-item__side:is(:hover, :focus) .press-room__listing__title {
  text-decoration: underline;
}
.press-room__listing__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  position: relative;
}
.press-room__listing__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  opacity: 0.75;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
}
.press-room__listing__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 50px;
  opacity: 0.9;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.press-room__listing__play-button:is(:hover, :focus) {
  opacity: 1;
}
.press-room__listing__category {
  display: flex;
  align-items: center;
}
.press-room__listing__category__title {
  font-family: AcuminPro;
  font-size: 14px;
  line-height: 22px;
  font-family: AcuminProSemiBold;
  color: #C8AD6A;
  text-underline-offset: 4px;
  padding-right: 15px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.press-room__listing__category__title:is(:hover, :focus) {
  text-underline-offset: 6px;
}
.press-room__listing__category__date {
  font-family: AcuminPro;
  font-size: 14px;
  line-height: 22px;
  color: #293C65;
  padding-inline: 15px 0;
  border-left: 1px solid;
}
.press-room__listing__title {
  font-family: Grueber;
  font-size: 16px;
  line-height: 22px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .press-room__listing-item {
    grid-column: 1/-1;
  }
  .press-room__listing-item:first-of-type {
    border-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .press-room__top {
    flex-direction: column;
    gap: 10px;
  }
  .press-room__listing-item {
    grid-template-columns: 1fr;
  }
  .press-room__listing-item__main {
    border-right: unset;
  }
  .press-room__listing-item__side {
    border-block: 1px solid #EDEDEE;
    min-height: 150px;
  }
}

.events.--v-full .events__listing {
  row-gap: 0;
}
.events.--v-full .events__listing-item {
  grid-column: 1/-1;
  border-bottom: 2px solid #EDEDEE;
}
.events.--v-full .events__listing-item__featured {
  margin-bottom: 20px;
}
.events .container {
  padding-block: 25px;
}
.events__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .events__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .events__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .events__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.events__title.center-title {
  text-align: center;
  max-width: 550px;
  margin-inline: auto;
}
.events__more-link {
  font-family: AcuminPro;
  font-size: 18px;
  line-height: 26px;
  font-family: AcuminProSemiBold;
  color: #C8AD6A;
  text-underline-offset: 4px;
  padding-right: 15px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .events__more-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.events__more-link:is(:hover, :focus) {
  text-underline-offset: 6px;
}
.events__listing {
  border-top: 2px solid #EDEDEE;
  padding-block: 10px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.events__listing-item {
  display: flex;
  align-items: center;
  border-right: 15px solid #C8AD6A;
  padding-right: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.events__listing-item__featured {
  grid-row: span 3;
  position: relative;
  background-color: #000000;
  display: flex;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.events__listing-item__featured:is(:hover, :focus) > img {
  transform: scale(1.1);
}
.events__listing-item__featured:is(:hover, :focus) .events__listing-item__featured__content__title {
  text-decoration: underline;
}
.events__listing-item__featured > img {
  width: 100%;
  height: 100%;
  opacity: 0.75;
  object-fit: cover;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
}
.events__listing-item__featured__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}
.events__listing-item__featured__content-left {
  background-color: #293C65;
  border-right: 15px solid #C8AD6A;
  padding-block: 20px;
  padding-inline: 10px 40px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.events__listing-item__featured__content__date {
  font-family: Grueber;
  font-size: 70px;
  line-height: 60px;
  font-weight: bold;
  color: #FFFFFF;
  padding-inline: 20px 15px;
}
@media screen and (max-width: 768px) {
  .events__listing-item__featured__content__date {
    font-size: 50px;
    line-height: 40px;
  }
}
.events__listing-item__featured__content__month-year {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 15px 20px;
}
.events__listing-item__featured__content__month-year > .month {
  font-family: AcuminProBold;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .events__listing-item__featured__content__month-year > .month {
    font-size: 18px;
    line-height: 26px;
  }
}
.events__listing-item__featured__content__month-year > .year {
  font-family: AcuminProBold;
  font-size: 22px;
  line-height: 30px;
  font-family: AcuminPro;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .events__listing-item__featured__content__month-year > .year {
    font-size: 18px;
    line-height: 26px;
  }
}
.events__listing-item__featured__content-right {
  padding-block: 10px;
  padding-inline: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.events__listing-item__featured__content__title {
  font-family: Grueber;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  text-shadow: 0 0 10px #000000;
  text-align: left;
}
.events__listing-item__featured__content__location {
  font-family: AcuminPro;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: left;
  margin-top: 10px;
  text-shadow: 0 0 10px #000000;
}
.events__listing-item:is(:hover, :focus) {
  background-color: #F2F5FE;
}
.events__listing-item:is(:hover, :focus) .events__listing-item__content__title {
  text-decoration: underline;
}
.events__listing-item__date {
  background-color: #F2F5FE;
  padding-block: 15px;
  padding-inline: 10px;
  min-width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.events__listing-item__date__day {
  font-family: Grueber;
  font-size: 70px;
  line-height: 60px;
  font-weight: bold;
  color: #293C65;
}
@media screen and (max-width: 768px) {
  .events__listing-item__date__day {
    font-size: 50px;
    line-height: 40px;
  }
}
.events__listing-item__date__month-year {
  color: #293C65;
  font-size: 16px;
}
.events__listing-item__date__month-year span {
  font-family: AcuminProBold;
}
.events__listing-item__content {
  padding-block: 20px;
  padding-inline: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.events__listing-item__content__title {
  font-family: Grueber;
  font-size: 22px;
  line-height: 30px;
  color: #293C65;
  text-align: left;
}
.events__listing-item__content__location {
  font-family: AcuminPro;
  font-size: 14px;
  line-height: 22px;
  color: #293C65;
  text-align: left;
  margin-top: 10px;
}
.events__listing-item__arrow {
  font-size: 24px;
  color: #0D182D;
  margin-left: auto;
}
@media screen and (max-width: 1250px) {
  .events__listing-item {
    grid-column: 1/-1;
  }
  .events__listing-item__featured {
    grid-column: 1/-1;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .events__top {
    flex-direction: column;
    gap: 10px;
  }
  .events__more-link {
    padding: 0;
  }
  .events__listing-item {
    border-width: 10px;
  }
  .events__listing-item__featured {
    min-height: 300px;
    width: 100%;
  }
  .events__listing-item__featured__content-left {
    padding-block: 15px;
    padding-right: 10px;
    border-width: 10px;
  }
  .events__listing-item__featured__content__date {
    padding-inline: 10px;
  }
  .events__listing-item__featured__content__month-year {
    padding-inline: 10px;
  }
  .events__listing-item__featured__content__title {
    font-size: 20px;
    line-height: 28px;
  }
  .events__listing-item__featured__content__location {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .events__listing-item {
    display: grid;
    padding: unset;
    position: relative;
  }
  .events__listing-item__featured__content {
    flex-direction: column;
  }
  .events__listing-item__featured__content-left {
    order: 1;
    width: 100%;
  }
  .events__listing-item__content {
    padding-inline: 20px;
  }
  .events__listing-item__content__title {
    text-align: center;
  }
  .events__listing-item__content__location {
    text-align: center;
  }
  .events__listing-item__arrow {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.small-banner {
  position: relative;
}
.small-banner__bg {
  width: 100%;
  min-height: 350px;
  height: calc(100% - 120px);
  display: flex;
  position: absolute;
  background-color: #293C65;
  overflow: hidden;
}
.small-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.small-banner .container {
  min-height: 350px;
  height: calc(100% - 120px);
  padding-block: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-banner__content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-banner__content__title {
  font-family: Grueber;
  font-size: 52px;
  line-height: 60px;
  color: #FFFFFF;
  min-width: fit-content;
  padding-inline: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .small-banner__content__title {
    font-size: 44px;
    line-height: 52px;
  }
}
.small-banner__content__body {
  color: #FFFFFF;
  line-height: 30px;
  padding-inline: 50px;
  padding-block: 10px;
  border-left: 2px solid #EDEDEE;
}
@media screen and (max-width: 1024px) {
  .small-banner__bg {
    height: calc(100% - 121px);
  }
  .small-banner__content {
    flex-direction: column;
  }
  .small-banner__content__title {
    padding-inline: 0;
  }
  .small-banner__content__body {
    border: unset;
    padding-inline: 0;
  }
}

.image-text .container {
  padding-block: 25px;
}
.image-text__content {
  background-color: #F2F5FE;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
.image-text__content__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 40px;
  padding-inline: 40px;
}
.image-text__content__details__title {
  font-family: Grueber;
  font-size: 22px;
  line-height: 30px;
  color: #293C65;
}
.image-text__content__details__body {
  line-height: 30px;
  font-style: italic;
  color: #293C65;
  margin-top: 15px;
}
.image-text__content > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .image-text__content {
    grid-template-columns: 1fr;
  }
  .image-text__content__details {
    padding: 40px 20px;
  }
  .image-text__content > img {
    aspect-ratio: 16/9;
    min-height: 200px;
  }
}

.advisory-board.--v-no-image .container {
  border-top: 2px solid #EDEDEE;
}
.advisory-board.--v-no-image .advisory-board__listing {
  margin-block: 20px 0;
}
.advisory-board .container {
  padding-block: 25px;
}
.advisory-board__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .advisory-board__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .advisory-board__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .advisory-board__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.advisory-board__listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-block: 10px 50px;
}
.advisory-board__listing-item {
  text-decoration: unset;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.advisory-board__listing-item:is(:hover, :focus) .advisory-board__listing-item__image img {
  transform: scale(1.1);
  opacity: 0.75;
}
.advisory-board__listing-item:is(:hover, :focus) .advisory-board__listing-item__name {
  text-decoration: underline;
}
.advisory-board__listing-item__image {
  aspect-ratio: 9/12;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
  background-color: #000000;
}
.advisory-board__listing-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
}
.advisory-board__listing-item__name {
  font-family: AcuminPro;
  font-size: 18px;
  line-height: 26px;
  color: #293C65;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .advisory-board__listing-item__name {
    font-size: 16px;
    line-height: 24px;
  }
}
.advisory-board__listing-item__position {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .advisory-board__listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .advisory-board.--v-no-image .advisory-board__listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .advisory-board__listing {
    grid-template-columns: 1fr;
  }
}

.advisory-detail .container {
  padding-block: 25px;
  border-top: 1px solid #EDEDEE;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
}
.advisory-detail__image {
  aspect-ratio: 9/12;
  overflow: hidden;
  border-radius: 15px;
  grid-column: 1/5;
}
.advisory-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advisory-detail__content {
  grid-column: 5/-1;
}
.advisory-detail__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .advisory-detail__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .advisory-detail__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .advisory-detail__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.advisory-detail__position {
  font-family: Grueber;
  font-size: 22px;
  line-height: 30px;
  color: #293C65;
}
.advisory-detail__body {
  margin-top: 10px;
}
.advisory-detail__body p {
  margin-bottom: 20px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.advisory-detail__body a {
  color: #293C65;
  text-decoration-color: #C8AD6A;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.advisory-detail__body a:is(:hover, :focus) {
  color: #C8AD6A;
}
.advisory-detail__body ul, .advisory-detail__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.advisory-detail__body h1, .advisory-detail__body h2, .advisory-detail__body h3, .advisory-detail__body h4, .advisory-detail__body h5, .advisory-detail__body h6 {
  font-family: Grueber;
  color: #293C65;
}
.advisory-detail__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.advisory-detail__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.advisory-detail__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.advisory-detail__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.advisory-detail__body h5, .advisory-detail__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.advisory-detail__body figure {
  margin: unset;
}
.advisory-detail__body img {
  width: 100%;
  height: 100%;
}
.advisory-detail__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.advisory-detail__body .align-center {
  text-align: center;
}
.advisory-detail__body .align-right {
  text-align: right;
}
.advisory-detail__body .align-justify {
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .advisory-detail .container {
    gap: 20px 0;
  }
  .advisory-detail__image {
    grid-column: 1/-1;
    max-width: 450px;
    margin-inline: auto;
  }
  .advisory-detail__content {
    grid-column: 1/-1;
  }
  .advisory-detail__title {
    text-align: center;
  }
  .advisory-detail__position {
    text-align: center;
  }
}

.related-news .container {
  padding-block: 25px;
}
.related-news__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .related-news__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .related-news__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .related-news__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.related-news__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}
.related-news__listing-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: unset;
  padding: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.related-news__listing-item:is(:hover, :focus) {
  background-color: #EDEDEE;
}
.related-news__listing-item:is(:hover, :focus) .related-news__listing-item__image img {
  opacity: 0.75;
  transform: scale(1.1);
}
.related-news__listing-item:is(:hover, :focus) .related-news__listing-item__title {
  text-decoration: underline;
}
.related-news__listing-item__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px;
  background-color: #000000;
  display: flex;
  margin-bottom: 5px;
  position: relative;
}
.related-news__listing-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
}
.related-news__listing-item__date {
  font-family: AcuminPro;
  font-size: 18px;
  line-height: 26px;
  color: #293C65;
}
@media screen and (max-width: 768px) {
  .related-news__listing-item__date {
    font-size: 16px;
    line-height: 24px;
  }
}
.related-news__listing-item__title {
  font-family: Grueber;
  font-size: 16px;
  line-height: 22px;
  color: #293C65;
}
.related-news__listing-item__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 70px;
  opacity: 0.9;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.related-news__listing-item__play-button:is(:hover, :focus) {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .related-news__listing {
    grid-template-columns: 1fr;
  }
  .related-news__listing-item {
    padding: 20px 0;
  }
}

.thank-you .container {
  min-height: max(60vh, 500px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.thank-you__title {
  font-family: Grueber;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  color: #293C65;
}
@media screen and (max-width: 768px) {
  .thank-you__title {
    font-size: 44px;
    line-height: 52px;
  }
}
.thank-you__copy {
  text-align: center;
  line-height: 30px;
  max-width: 500px;
}
.thank-you__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: AcuminProSemiBold;
  text-transform: uppercase;
  color: #000000;
  background-color: #C8AD6A;
  padding: 10px 20px;
  border-radius: 50px;
}
.thank-you__button:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #293C65;
}

.priorities__entry-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #EDEDEE;
  gap: 0 30px;
}
.priorities__entry-buttons__button {
  font-size: 18px;
  font-family: AcuminProSemiBold;
  padding-block: 20px;
  color: #293C65;
  text-decoration-thickness: 0px;
  text-underline-offset: 0px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.priorities__entry-buttons__button:is(:hover, :focus) {
  color: #C8AD6A;
}
.priorities__entry-buttons__button.active {
  text-decoration: underline;
  text-underline-offset: 22px;
  text-decoration-color: #C8AD6A;
  text-decoration-thickness: 4px;
}
.priorities__content {
  margin-block: 25px;
  background-color: #F2F5FE;
  padding: 25px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.priorities__content__image {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 9/10;
  background-color: #000000;
}
.priorities__content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.priorities__content__details {
  padding-block: 20px;
  height: fit-content;
}
.priorities__content__details__title {
  font-family: Grueber;
  font-size: 22px;
  line-height: 30px;
  color: #293C65;
}
.priorities__content__details__body {
  margin-top: 10px;
}
.priorities__content__details__body p {
  margin-bottom: 20px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.priorities__content__details__body a {
  color: #293C65;
  text-decoration-color: #C8AD6A;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.priorities__content__details__body a:is(:hover, :focus) {
  color: #C8AD6A;
}
.priorities__content__details__body ul, .priorities__content__details__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.priorities__content__details__body h1, .priorities__content__details__body h2, .priorities__content__details__body h3, .priorities__content__details__body h4, .priorities__content__details__body h5, .priorities__content__details__body h6 {
  font-family: Grueber;
  color: #293C65;
}
.priorities__content__details__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.priorities__content__details__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.priorities__content__details__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.priorities__content__details__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.priorities__content__details__body h5, .priorities__content__details__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.priorities__content__details__body figure {
  margin: unset;
}
.priorities__content__details__body img {
  width: 100%;
  height: 100%;
}
.priorities__content__details__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.priorities__content__details__body .align-center {
  text-align: center;
}
.priorities__content__details__body .align-right {
  text-align: right;
}
.priorities__content__details__body .align-justify {
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .priorities__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .priorities__content__image {
    aspect-ratio: 16/9;
    width: 100%;
    min-height: 200px;
  }
}

.press-room-listing .container {
  padding-bottom: 25px;
}
.press-room-listing__entry-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #EDEDEE;
  gap: 0 30px;
}
.press-room-listing__entry-buttons__button {
  font-size: 18px;
  font-family: AcuminProSemiBold;
  padding-block: 20px;
  color: #293C65;
  text-decoration-thickness: 0px;
  text-underline-offset: 0px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.press-room-listing__entry-buttons__button:is(:hover, :focus) {
  color: #C8AD6A;
}
.press-room-listing__entry-buttons__button.active {
  text-decoration: underline;
  text-underline-offset: 22px;
  text-decoration-color: #C8AD6A;
  text-decoration-thickness: 4px;
}
.press-room-listing__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.press-room-listing__content__error {
  padding-block: 50px;
  text-align: center;
  grid-column: 1/-1;
}
.press-room-listing__content .featured-news__item {
  grid-column: 1/-1;
  margin-bottom: 20px;
}
.press-room-listing__content .press-room__listing-item__main {
  padding: 0;
  border: unset;
  background-color: transparent !important;
}
.press-room-listing__load-more {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: AcuminProSemiBold;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #F2F5FE;
  border-radius: 50px;
  padding: 10px 20px;
  color: #293C65;
  background-color: #F2F5FE;
  margin-inline: auto;
  margin-top: 30px;
  font-size: 16px;
}
.press-room-listing__load-more:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #C8AD6A;
}
.press-room-listing__load-more:is(:hover, :focus) {
  background-color: #293C65;
  border-color: #293C65;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .press-room-listing__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .press-room-listing__content {
    grid-template-columns: 1fr;
  }
}

.join-form .container {
  padding-block: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.join-form__left {
  padding-right: 25px;
}
.join-form__left__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .join-form__left__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .join-form__left__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .join-form__left__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.join-form__left__content {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.join-form__left__content-item {
  background-color: #F2F5FE;
  padding: 40px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.join-form__left__content-item__title {
  font-family: Grueber;
  font-size: 22px;
  line-height: 30px;
  color: #293C65;
  padding-inline: 20px;
}
.join-form__left__content-item__copy {
  margin-top: 5px;
}
.join-form__right {
  padding-left: 40px;
  border-left: 2px solid #EDEDEE;
}
.join-form__right__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
}
@media screen and (max-width: 1024px) {
  .join-form__right__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .join-form__right__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .join-form__right__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.join-form__right form {
  margin-top: 20px;
}
.join-form__right form br {
  display: none !important;
}
.join-form__right form .dform {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.join-form__right form .dform label.dform_label {
  font-family: Grueber;
  color: #293C65;
}
.join-form__right form .dform input:not([type=submit]) {
  width: 100%;
  border: 1px solid #293C65;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 10px;
}
.join-form__right form .dform input:is([type=submit]) {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: AcuminProSemiBold;
  text-transform: uppercase;
  color: #000000;
  background-color: #C8AD6A;
  padding: 10px 20px;
  border-radius: 50px;
  min-width: 150px;
}
.join-form__right form .dform input:is([type=submit]):is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #293C65;
}
.join-form__right form .dform select {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #293C65;
  width: 100%;
  margin-top: 10px;
}
.join-form__right form .dform .dfinput_left.phone_number > label {
  display: none !important;
}
.join-form__right form .dform_error {
  color: #FFFFFF;
  background-color: red;
  padding: 5px 15px;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .join-form .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .join-form__left {
    padding: 0;
  }
  .join-form__right {
    border: unset;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .join-form__left__content {
    grid-template-columns: 1fr;
  }
}

.basic-detail .container {
  padding-block: 25px;
  border-top: 1px solid #EDEDEE;
  padding-inline: unset;
}
.basic-detail .container > * {
  padding-inline: 80px;
}
.basic-detail__title {
  font-family: Grueber;
  font-size: 32px;
  line-height: 40px;
  color: #293C65;
  text-align: center;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .basic-detail__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .basic-detail__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .basic-detail__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.basic-detail__date {
  font-family: Grueber;
  color: #293C65;
  text-align: center;
  margin-top: 10px;
}
.basic-detail__image {
  margin-top: 20px;
  aspect-ratio: 16/6;
  padding-inline: unset !important;
  display: flex;
  background-color: #293C65;
  min-height: 400px;
  width: 100%;
  position: relative;
}
.basic-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-detail__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 100px;
  opacity: 0.9;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.basic-detail__play-button:is(:hover, :focus) {
  opacity: 1;
}
.basic-detail__body {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.basic-detail__body__socials {
  display: flex;
  gap: 15px;
  grid-column: 1/5;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.basic-detail__body__socials a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: unset;
  border: 2px solid #C8AD6A;
  border-radius: 50px;
  color: #C8AD6A;
  background-color: #FFFFFF;
  position: relative;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.basic-detail__body__socials a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.basic-detail__body__socials a:is(:hover, :focus) {
  background-color: #C8AD6A;
  color: #FFFFFF;
}
.basic-detail__body__content {
  grid-column: 5/-1;
}
.basic-detail__body__content p {
  margin-bottom: 20px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.basic-detail__body__content a {
  color: #293C65;
  text-decoration-color: #C8AD6A;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.basic-detail__body__content a:is(:hover, :focus) {
  color: #C8AD6A;
}
.basic-detail__body__content ul, .basic-detail__body__content ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.basic-detail__body__content h1, .basic-detail__body__content h2, .basic-detail__body__content h3, .basic-detail__body__content h4, .basic-detail__body__content h5, .basic-detail__body__content h6 {
  font-family: Grueber;
  color: #293C65;
}
.basic-detail__body__content h1 {
  font-size: 32px;
  line-height: 40px;
}
.basic-detail__body__content h2 {
  font-size: 28px;
  line-height: 36px;
}
.basic-detail__body__content h3 {
  font-size: 24px;
  line-height: 32px;
}
.basic-detail__body__content h4 {
  font-size: 20px;
  line-height: 28px;
}
.basic-detail__body__content h5, .basic-detail__body__content h6 {
  font-size: 16px;
  line-height: 24px;
}
.basic-detail__body__content figure {
  margin: unset;
}
.basic-detail__body__content img {
  width: 100%;
  height: 100%;
}
.basic-detail__body__content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.basic-detail__body__content .align-center {
  text-align: center;
}
.basic-detail__body__content .align-right {
  text-align: right;
}
.basic-detail__body__content .align-justify {
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .basic-detail__body__socials {
    grid-column: 1/-1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .basic-detail__body__content {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 768px) {
  .basic-detail .container > * {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 400px) {
  .basic-detail .container > * {
    padding-inline: 20px;
  }
}

.rte .container {
  padding-block: 50px;
}
.rte__body p {
  margin-bottom: 20px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.rte__body a {
  color: #293C65;
  text-decoration-color: #C8AD6A;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.rte__body a:is(:hover, :focus) {
  color: #C8AD6A;
}
.rte__body ul, .rte__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.rte__body h1, .rte__body h2, .rte__body h3, .rte__body h4, .rte__body h5, .rte__body h6 {
  font-family: Grueber;
  color: #293C65;
}
.rte__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.rte__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.rte__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.rte__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.rte__body h5, .rte__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.rte__body figure {
  margin: unset;
}
.rte__body img {
  width: 100%;
  height: 100%;
}
.rte__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.rte__body .align-center {
  text-align: center;
}
.rte__body .align-right {
  text-align: right;
}
.rte__body .align-justify {
  text-align: justify;
}

.gallery .container {
  padding-block: 25px;
}
.gallery__listing {
  width: 90%;
}
.gallery__listing img {
  aspect-ratio: 16/9;
  width: 80%;
  height: 100%;
  object-fit: contain;
  background-color: #293C65;
}
.gallery__listing__prev {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  border: 1px solid #293C65;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #293C65;
  font-size: 30px;
}
.gallery__listing__next {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  border: 1px solid #293C65;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #293C65;
  font-size: 30px;
}
.gallery__listing .slick-list {
  overflow: visible;
}
.gallery__listing .slick-track {
  margin-right: -100px;
}
.gallery__listing .slick-slide {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .gallery__listing__prev {
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  .gallery__listing__next {
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
}

.popup {
  position: fixed;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.popup.visible {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
}
.popup .container {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.popup__content {
  width: 100%;
  position: relative;
  display: flex;
}
.popup__close-popup {
  position: absolute;
  color: #FFFFFF;
  font-size: 24px;
  top: -40px;
  right: 0;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.popup__close-popup:is(:hover, :focus) {
  color: #C8AD6A;
}
.popup__video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  max-width: 1000px;
  min-height: 400px;
  margin-inline: auto;
}

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