<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");
:root {
  --text-primary: color(gray, 5);
  --text-muted: color(gray, 6);
}

:root {
  --font-family-title: "Outfit", "sans-serif";
}

/*
Breakpoints
========================================================================== */
/*
   Various Aligns
   ========================================================================== */
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

li &gt; ol,
li &gt; ul {
  margin-bottom: 0;
}

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

fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.c-inner-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.u-skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.u-skip-main:focus {
  color: #fff;
  background-color: #143E79;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

img {
  max-width: 100%; /* [1] */
  font-style: italic; /* [2] */
  vertical-align: middle; /* [3] */
}

img[width],
img[height] { /* [1] */
  max-width: none;
}

svg {
  vertical-align: middle; /* [1] */
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  line-height: 1.15;
  overflow-x: hidden;
  overflow-y: scroll;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-size: 16px;
  font-family: var(--font-family-title, Outfit);
}

[tabindex="-1"] {
  outline: none;
}

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

p {
  color: var(--text-muted, #565A5E);
  /* body base */
  font-family: var(--font-family-body, Outfit);
  font-size: var(--font-size-lg, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
}

li {
  color: var(--text-muted, #565A5E);
  font-family: var(--font-family-body, Outfit);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
}

main a {
  color: #3570C4;
}
main a path {
  stroke: currentColor;
}

ul.is-style-custom-checked {
  list-style: none;
}
ul.is-style-custom-checked li {
  position: relative;
  padding-left: 30px;
}
ul.is-style-custom-checked li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask: url("../../assets/images/icons/checkmark.svg") no-repeat center;
  -webkit-mask: url("../../assets/images/icons/checkmark.svg") no-repeat center;
}

ul.is-style-custom-checked-red {
  list-style: none;
}
ul.is-style-custom-checked-red li {
  position: relative;
  padding-left: 30px;
}
ul.is-style-custom-checked-red li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-color: #C41331;
  mask: url("../../assets/images/icons/checkmark.svg") no-repeat center;
  -webkit-mask: url("../../assets/images/icons/checkmark.svg") no-repeat center;
}

ul.is-style-custom-dash {
  list-style: none;
}
ul.is-style-custom-dash li {
  position: relative;
  padding-left: 30px;
}
ul.is-style-custom-dash li:before {
  content: "—";
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
  color: inherit;
}

ul.is-style-custom-dash-red {
  list-style: none;
}
ul.is-style-custom-dash-red li {
  position: relative;
  padding-left: 30px;
}
ul.is-style-custom-dash-red li:before {
  content: "—";
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
  color: #C41331;
}

.wp-block-heading strong {
  color: #3570C4;
}

ul.list-2-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

/* Default (top) vertical alignment */
.is-vertically-aligned-top {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* Center vertical alignment */
.is-vertically-aligned-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* Bottom vertical alignment */
.is-vertically-aligned-bottom {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.wp-block-buttons.is-layout-flex {
  gap: 16px;
}

.wp-block-image img {
  max-width: 100%;
}

form input[type=text], form input[type=email], form input[type=tel], .BBFormContainer input[type=text], .BBFormContainer input[type=email], .BBFormContainer input[type=tel] {
  border-radius: 4px;
  border: 1px solid #E9EDF2;
  background: #FFFFFF;
  font-size: 16px;
  width: 100%;
  padding: 12px 16px;
}
form select, .BBFormContainer select {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* Remove default styling in Safari */
  -moz-appearance: none; /* Remove default styling in Firefox */
  background-color: white; /* White background for the dropdown */
  border: 1px solid #ccc; /* Light gray border */
  border-radius: 8px; /* Rounded corners */
  padding: 12px 16px; /* Padding inside the select */
  font-size: 16px; /* Font size */
  color: #333; /* Text color */
  font-family: "Arial", sans-serif; /* Set font family */
  width: 100%; /* Full width */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Ensure padding doesn't affect width */
  background-image: url("../images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
form input[type=submit], .BBFormContainer input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 40px;
  background: var(--button-primary, #C41331);
  color: #FFFFFF;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
form textarea, .BBFormContainer textarea {
  border-radius: 4px;
  border: 1px solid #E9EDF2;
  background: #FFFFFF;
  font-size: 16px;
  width: 100%;
  padding: 12px 16px;
  min-height: 80px;
}
form .form_responses, .BBFormContainer .form_responses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.forminator-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 40px;
  background: var(--button-primary, #C41331);
  color: #FFFFFF;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.BBFormContainer .BBFormFieldContainer {
  margin-top: 1rem;
}
.BBFormContainer .BBFormFieldContainer label {
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.BBFormContainer .BBFormSectionHeading {
  margin-top: 1rem;
  display: inline-block;
}
.BBFormContainer input[type=submit] {
  display: block !important;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (height/width = 9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-table {
  /* Style the table */
  /* Style the table rows */
  /* Remove borders */
  /* Optional: Style the header row if you want it different */
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse; /* Ensures borders are collapsed if any are set */
}
.wp-block-table table tr:nth-child(odd) {
  background-color: white;
}
.wp-block-table table tr:nth-child(even) {
  background-color: #F2F7FC; /* Light blue background */
}
.wp-block-table table th, .wp-block-table table td {
  border: none;
  padding: 8px; /* Optional padding for better readability */
}
.wp-block-table table th {
  background-color: #f2f2f2; /* Light gray background for header */
  text-align: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

@media (max-width: 56.24em) {
  :root {
    --wp--preset--spacing--20: 0.44rem; /* 2X-Small */
    --wp--preset--spacing--30: 0.67rem; /* X-Small */
    --wp--preset--spacing--40: 1rem; /* Small */
    --wp--preset--spacing--50: 1.5rem; /* Medium */
    --wp--preset--spacing--60: 1.13rem; /* 50% of original */
    --wp--preset--spacing--70: 1.69rem; /* 50% of original */
    --wp--preset--spacing--80: 2.53rem; /* 50% of original */
  }
}
h1, h2, h3,
h4, h5, h6 {
  font-size: 1rem;
}

.title-3xl, .is-style-title-3xl {
  /* title 3xl */
  font-family: var(--font-family-title, Outfit);
  font-size: var(--font-size-6xl, 72px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

h1, .h1, .title-2xl, .is-style-title-2xl {
  /* title 2xl */
  font-family: var(--font-family-title, Outfit);
  font-size: var(--font-size-5xl, 56px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
}
@media (max-width: 56.24em) {
  h1, .h1, .title-2xl, .is-style-title-2xl {
    font-size: 48px;
  }
}

h2, .h2, .title-xl, .is-style-title-xl {
  /* title xl */
  font-family: var(--font-family-title, Outfit);
  font-size: var(--font-size-4xl, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.16; /* 116.667% */
}
@media (max-width: 56.24em) {
  h2, .h2, .title-xl, .is-style-title-xl {
    font-size: 30px;
  }
}

h3, .h3, .title-lg, .is-style-title-lg {
  /* title lg */
  font-family: var(--font-family-title, Outfit);
  font-size: var(--font-size-3xl, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

h4, .h4, .title-md, .is-style-title-md {
  /* title md */
  font-family: var(--font-family-title, Outfit);
  font-size: var(--font-size-2xl, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 125% */
}

h5, .h5, .title-sm, .is-style-title-sm {
  /* title sm */
  font-family: var(--font-family-title, Outfit);
  font-size: var(--font-size-xl, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
}

h6, .h6, .title-xs, .is-style-title-xs {
  /* title xs */
  font-family: var(--font-family-title, Outfit);
  font-size: var(--font-size-lg, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.font-size-xs {
  /* overline */
  font-family: var(--font-family-title, Outfit);
  font-size: var(--font-size-xs, 13px);
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
}

.c-btn, .c-btn--white, .c-btn--blue {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background: #C41331;
  color: #FFFFFF;
  border-radius: 40px;
  padding: 12px 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-btn:hover, .c-btn--white:hover, .c-btn--blue:hover {
  background: #3570C4;
}
.c-btn:disabled, .c-btn--white:disabled, .c-btn--blue:disabled {
  opacity: 0.2;
  cursor: not-allowed; /* Optional: Add a not-allowed cursor to indicate the button is disabled */
}
.c-btn:disabled:hover, .c-btn--white:disabled:hover, .c-btn--blue:disabled:hover {
  background: #C41331;
}

.c-btn--blue {
  background: #143E79;
  color: #FFFFFF !important;
  border-radius: 40px;
  padding: 12px 24px;
}

.c-btn--white {
  background: #FFFFFF;
  color: #030912 !important;
}

.c-btn--arrow {
  color: #C41331;
  background-image: url("../images/icons/right-arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-btn--arrow:hover {
  color: #3570C4;
  background-image: url("../images/icons/right-arrow-blue.svg");
}
.c-btn--arrow--blue {
  color: #3570C4;
  background-image: url("../images/icons/right-arrow-blue.svg");
}
.c-btn--arrow--blue:hover {
  color: #C41331;
  background-image: url("../images/icons/right-arrow.svg");
}
.c-btn--arrow:hover {
  padding-right: 35px;
}

.o-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --flex-gap: 10px;
  --flex-row-gap: 10px;
  display: flex;
  margin: calc(-1 * var(--flex-row-gap)) 0 0 calc(-1 * var(--flex-gap));
  width: calc(100% + var(--flex-gap));
}
.o-button-group &gt; * {
  margin: var(--flex-row-gap) 0 0 var(--flex-gap);
}
.o-button-group--middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-button-group--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-checkbox {
  --checkbox-fill-color: #000000;
  --checkbox-check-color: #FFFFFF;
  --checkbox-size: 24px;
  --checkbox-border-color: #000000;
  cursor: pointer;
}
.o-checkbox input {
  display: none;
}
.o-checkbox input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border: 1px solid var(--checkbox-border-color);
}
.o-checkbox input + span svg {
  width: 75%;
  height: 75%;
  visibility: hidden;
}
.o-checkbox input + span svg path {
  fill: var(--checkbox-check-color);
}
.o-checkbox input:checked + span {
  background-color: var(--checkbox-fill-color);
}
.o-checkbox input:checked + span svg {
  visibility: visible;
}

/* ==========================================================================
   OBJECTS/GRID
   ========================================================================== */
.o-grid {
  --grid-repeat: auto-fit;
  --grid-columns: 1;
  --grid-gap: 60px;
  --grid-item-min-width: 300px;
  --grid-total-gap: calc(var(--grid-gap) * (var(--grid-columns) - 1));
  --grid-col-max-width: calc((100% - var(--grid-total-gap)) / var(--grid-columns, 1));
  display: grid;
  grid-template-columns: repeat(var(--grid-repeat), minmax(max(min(var(--grid-item-min-width), 100%), var(--grid-col-max-width)), 1fr));
  -webkit-column-gap: var(--grid-col-gap, var(--grid-gap));
     -moz-column-gap: var(--grid-col-gap, var(--grid-gap));
          column-gap: var(--grid-col-gap, var(--grid-gap));
  row-gap: var(--grid-row-gap, var(--grid-gap));
}
.o-grid[data-cols="1"] {
  --grid-columns: 1;
}
.o-grid[data-cols="2"] {
  --grid-columns: 2;
}
.o-grid[data-cols="3"] {
  --grid-columns: 3;
}
.o-grid[data-cols="4"] {
  --grid-columns: 4;
}
.o-grid[data-cols="5"] {
  --grid-columns: 5;
}
@media (max-width: 67.49em) {
  .o-grid {
    --grid-row-gap: 60px;
    --grid-gap: 45px;
  }
}
@media (max-width: 37.49em) {
  .o-grid[data-cols] {
    --grid-columns: 1;
  }
}
.o-grid[data-lock-cols] {
  --grid-repeat: auto-fill ;
}
.o-grid--center {
  --grid-item-max-width: 400px;
  width: calc(var(--grid-columns) * var(--grid-item-max-width) + var(--grid-total-gap));
  max-width: 100%;
  margin: auto;
}

.o-modules {
  --module-gap: 70px;
  --modules-divider-color: ;
  --modules-divider-size: 1px;
}
.o-modules--sm {
  --module-gap: 40px;
}
.o-modules--with-dividers .o-modules__module:not(:last-child) {
  padding-bottom: var(--module-gap);
  border-bottom: var(--modules-divider-size) solid var(--modules-divider-color);
}
.o-modules__module:not(:last-child) {
  margin-bottom: var(--module-gap);
}

.o-section {
  --section-padding: 100px;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.o-section--sm {
  --section-padding: 40px;
}

.o-theme--white {
  --theme-color: #000000;
  --theme-bg: #FFFFFF;
  --theme-color-2: var(--theme-color);
  --theme-icon-color: var(--theme-color);
  color: var(--theme-color);
  background: var(--theme-bg);
}
.o-theme--white + * {
  --prev-theme-color: #000000;
  --prev-theme-bg: #FFFFFF;
}
.o-theme--blue {
  background-color: #F2F7FC;
}

.has-white-2-background-color {
  background-color: #F2F7FC;
}

.has-red-2-background-color {
  background-color: #C41331;
}

.has-gray-5-background-color {
  background-color: #030912;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-blue-background-color {
  background-color: #3570C4;
}

.has-blue-2-background-color {
  background-color: #143E79;
}

.has-gray-5-color {
  color: #030912;
}
.has-gray-5-color path {
  stroke: #030912;
}
.has-gray-5-color .svgFill {
  stroke: transparent;
  fill: #030912;
}

.has-red-2-color {
  color: #C41331;
}
.has-red-2-color a:hover {
  color: #3570C4;
}
.has-red-2-color a:hover path {
  stroke: #3570C4;
}
.has-red-2-color path {
  stroke: #C41331;
}
.has-red-2-color .svgFill {
  stroke: transparent;
  fill: #C41331;
}

.has-white-color {
  color: #FFFFFF;
}
.has-white-color a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.has-white-color a:hover path {
  stroke: rgba(255, 255, 255, 0.7);
}
.has-white-color path {
  stroke: #FFFFFF;
}
.has-white-color .svgFill {
  stroke: transparent;
  fill: #FFFFFF;
}

.has-white-2-color {
  color: #F2F7FC;
}
.has-white-2-color path {
  stroke: #F2F7FC;
}
.has-white-2-color .svgFill {
  stroke: transparent;
  fill: #F2F7FC;
}

.has-blue-2-color {
  color: #143E79;
}
.has-blue-2-color a:hover {
  color: #C41331;
}
.has-blue-2-color a:hover path {
  stroke: #C41331;
}
.has-blue-2-color path {
  stroke: #143E79;
}
.has-blue-2-color .svgFill {
  stroke: transparent;
  fill: #143E79;
}

.wp-block-button__link.has-red-2-color path {
  stroke: #C41331;
}
.wp-block-button__link.has-gray-5-color path {
  stroke: #030912;
}
.wp-block-button__link.has-white-color path {
  stroke: #FFFFFF;
}
.wp-block-button__link.has-white-2-color path {
  stroke: #F2F7FC;
}
.wp-block-button__link.has-blue-2-color path {
  stroke: #143E79;
}

.wp-block-button__link {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wp-block-button__link svg {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wp-block-button__link.has-red-2-background-color:hover {
  background: #3570C4 !important;
}
.wp-block-button__link.has-blue-2-background-color:hover {
  background: #C41331 !important;
}
.wp-block-button__link.has-white-background-color:hover {
  background: #3570C4 !important;
  color: #FFFFFF !important;
}
.wp-block-button__link.has-white-background-color:hover path {
  stroke: #FFFFFF !important;
}

.dotted-bg {
  position: relative;
}
.dotted-bg &gt; * {
  position: relative;
  z-index: 2;
}
.dotted-bg:before {
  content: "";
  background-image: url(../../assets/images/bg/blue-squares.png);
  position: absolute;
  width: 72%;
  height: 90%;
  left: 40px;
  top: 40px;
  opacity: 0.3;
}

a.has-red-2-color {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.has-red-2-color svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.has-red-2-color:hover {
  color: #143E79 !important;
}
a.has-red-2-color:hover svg {
  margin-left: 5px;
}
a.has-red-2-color:hover svg path {
  stroke: #143E79 !important;
}

/* ==========================================================================
   OBJECTS/WRAPPER
   ========================================================================== */
:root {
  --wrapper-width: 1300px;
  --wrapper-max-width: calc(100% - 48px);
  --wrapper-margin: calc(50vw - 0.5 * min(var(--wrapper-width), var(--wrapper-max-width)));
}

.o-wrapper {
  display: block;
  margin: 0 auto;
  width: var(--wrapper-width);
  max-width: var(--wrapper-max-width);
}
.o-wrapper--relative {
  position: relative;
}
.o-wrapper--right {
  width: 100%;
  margin: 0;
  padding-left: var(--wrapper-margin);
  max-width: 100%;
}

.is-style-o-wrapper &gt; * {
  width: var(--wrapper-width);
  max-width: var(--wrapper-max-width);
}
.is-style-o-wrapper &gt; *:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: 0 auto;
}

.o-wrapper--small {
  width: 900px;
}

.c-header {
  width: 100%;
  background-color: #C41331;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 56.24em) {
  .c-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 56.24em) {
  .c-header--absolute {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .c-header--absolute .c-hamburger-button {
    width: 50px;
    height: 50px;
    background-color: #C41331;
  }
}

body.has-alert .c-header--absolute:not(.scrolled) {
  top: 110px;
}

.c-header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* Hides the header by moving it up */
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-header.scrolled {
  -webkit-animation: fadeIn 0.5s ease forwards;
          animation: fadeIn 0.5s ease forwards;
  position: fixed;
  top: 0;
  z-index: 2000;
  background-color: #C41331;
}
.c-header.scrolled .c-header-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header.scrolled .c-main-menu {
  display: none;
}
.c-header.scrolled .c-logo a {
  padding: 0 40px;
}
.c-header.scrolled .c-logo--scrolled {
  opacity: 1;
  pointer-events: initial;
}
.c-header.scrolled .c-logo--normal {
  opacity: 0;
  pointer-events: none;
}

.c-logo {
  width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-logo a {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 30px;
}
@media (max-width: 56.24em) {
  .c-logo a {
    padding: 20px;
  }
}
.c-logo a svg {
  width: 100%;
  height: auto;
}
@media (min-width: 56.25em) {
  .c-logo {
    background: #143E79;
  }
}
.c-logo:after {
  content: "";
  height: 100%;
  width: 20px;
  background-image: url(../../assets/images/bg/blue-squares.png);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  mix-blend-mode: darken;
  background-size: 400px;
}
@media (max-width: 56.24em) {
  .c-logo:after {
    display: none;
  }
}

.c-logo--normal {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  text-align: center;
}

.c-logo--scrolled {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 56.24em) {
  .c-logo--scrolled {
    padding: 0 20px;
  }
}

.c-header-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.c-header-top ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-header-top ul a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-header-top ul a:hover {
  opacity: 0.7;
}
@media (max-width: 56.24em) {
  .c-header-top {
    display: none;
  }
}

@media (max-width: 56.24em) {
  .c-main-menu {
    display: none !important;
  }
}

.c-header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header-bottom ul.c-main-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.c-header-bottom ul.c-main-menu &gt; li {
  position: relative;
  padding: 10px 0;
}
.c-header-bottom ul.c-main-menu &gt; li:after {
  content: "";
  opacity: 0;
  width: 90%;
  height: 8px;
  background: #3570C4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-header-bottom ul.c-main-menu &gt; li &gt; .sub-menu {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 2000;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  min-width: 300px;
}
.c-header-bottom ul.c-main-menu a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.c-header-bottom .sub-menu {
  background: white;
  padding: 40px;
  list-style: none;
  border-radius: 8px;
}
.c-header-bottom .sub-menu a {
  color: black !important;
  position: relative;
  padding: 15px 0;
  display: block;
  font-size: 18px !important;
}
.c-header-bottom .sub-menu a:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #CCD3DE;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-header-bottom li:hover:after, .c-header-bottom li:focus-within:after {
  opacity: 1 !important;
}
.c-header-bottom li:hover &gt; .sub-menu, .c-header-bottom li:focus-within &gt; .sub-menu {
  opacity: 1 !important;
  pointer-events: initial !important;
}
.c-header-bottom li:hover &gt; .programs-submenu, .c-header-bottom li:focus-within &gt; .programs-submenu {
  opacity: 1;
  pointer-events: initial;
}

.programs-submenu {
  overflow: scroll;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
  max-width: 80vw;
  min-width: 70vw;
  max-height: 80vh;
  overflow: scroll;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: black;
  left: 50%; /* Move the element's left edge to the horizontal center of the container */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 1000;
}
.programs-submenu a {
  color: #143E79 !important;
}
.programs-submenu .sub-menu {
  display: block;
  position: initial;
  border-right: 1px solid #CCD3DE;
}

.programs-submenu__item {
  padding: 20px;
}

.programs-submenu__item-inner {
  border-bottom: 1px solid #CCD3DE;
  padding: 20px 0;
}
.programs-submenu__item-inner:last-of-type {
  border: 0;
}
.programs-submenu__item-inner h6 {
  margin-bottom: 10px;
  font-size: 18px !important;
}

.programs-submenu__list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; /* Set the number of columns */
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; /* Optional: Add space between the columns */
  list-style-type: none; /* Remove bullets (optional) */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}
.programs-submenu__list li {
  line-height: 1;
  margin-bottom: 0.75em;
}
.programs-submenu__list li:hover a {
  text-decoration: underline;
}
.programs-submenu__list a {
  font-size: 16px !important;
}

.c-hamburger-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 10px;
}

.c-search-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.c-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #192C45;
  top: 60px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,&lt;svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1280 606\"&gt;&lt;path d=\"M0 80C0 80 340 10 640 10C940 10 1280 80 1280 80V601C1280 603.761 1277.76 606 1275 606H5C2.23858 606 0 603.761 0 601V80Z\" fill='black'/&gt;&lt;/svg&gt;");
          mask-image: url("data:image/svg+xml;utf8,&lt;svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1280 606\"&gt;&lt;path d=\"M0 80C0 80 340 10 640 10C940 10 1280 80 1280 80V601C1280 603.761 1277.76 606 1275 606H5C2.23858 606 0 603.761 0 601V80Z\" fill='black'/&gt;&lt;/svg&gt;");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top center;
          mask-position: top center;
}
.c-footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.3;
}

.c-footer__logo {
  position: relative;
  padding-top: 150px;
}
@media (max-width: 56.24em) {
  .c-footer__logo {
    padding-top: 100px;
  }
}

.c-footer__inner {
  padding: 0 0 100px 0;
  color: #FFFFFF;
  position: relative;
}
@media (min-width: 56.25em) {
  .c-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 200px;
  }
}

.c-footer__right-top h3 {
  color: #E9EDF2;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}

.c-footer__right-bottom {
  margin-top: 40px;
}
@media (min-width: 56.25em) {
  .c-footer__right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
}
.c-footer__right-bottom ul {
  list-style: none;
  color: #FFFFFF;
  width: 100%;
}
.c-footer__right-bottom a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-footer__right-bottom a:hover {
  text-decoration: underline;
  opacity: 0.5;
}

.c-footer__left address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  gap: 10px;
  margin: 40px 0 20px 0;
}
.c-footer__left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  text-decoration: none;
}
.c-footer__left a span {
  color: #FFFFFF;
}

.c-footer__social {
  background: #C41331;
  padding: 20px 0;
  position: relative;
}
.c-footer__social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-footer__social a {
  color: transparent;
}

.c-footer__cta {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 56.24em) {
  .c-footer__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 50px 20px;
  }
}
.c-footer__cta svg {
  position: absolute;
  bottom: -20px;
  left: -20px;
}

.c-footer__space {
  min-height: 100px;
}

.c-footer__cta-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 56.24em) {
  .c-footer__cta-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-footer__cta--wrapper {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.c-footer__cta--wrapper:after {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background-image: url(../../assets/images/bg/red-squares.png);
  position: absolute;
  top: 0;
  left: 0;
}

.is-style-curved-up {
  position: relative;
  overflow: hidden;
}
.is-style-curved-up:after {
  content: "";
  width: 120%;
  height: 200px;
  position: absolute;
  bottom: -100px;
  left: -10%;
  background: red;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}

.c-directory__headshot {
  position: relative;
}
.c-directory__headshot img {
  width: 400px;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background: url("../images/bg/blue-dots-circle.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding: 20px;
  margin: 0 auto;
  display: block;
}

.c-directory__contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
.c-directory__contact-links a {
  color: #030912;
  text-decoration: none;
}
.c-directory__contact-links svg {
  color: #3570C4;
}

.c-directory__education-list {
  margin-top: 24px;
}

.c-directory__awards-heading {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
}

.c-directory__awards-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-directory__awards-list li {
  padding-left: 30px;
  position: relative;
}
.c-directory__awards-list li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 5px;
  left: 0;
  background: url("../images/icons/award.svg");
  background-repeat: no-repeat;
}

.c-directory__social-media {
  background: #C41331;
  color: #FFFFFF;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.c-directory__social-media-heading {
  width: calc(100% - 90px);
  border-right: 1px solid #FFFFFF;
}

.c-directory__social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0 0 0 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-directory__social-media-links__item {
  background: #FFFFFF;
  color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-directory__social-media-links__item path {
  fill: #000000;
}

.c-breadcrumbs-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
}
.c-breadcrumbs-default li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs-default li svg {
  margin-top: -4px;
}
.c-breadcrumbs-default li:after {
  content: "/";
  padding-left: 8px;
}
.c-breadcrumbs-default li:last-child:after {
  content: "";
  padding-left: 0;
}
.c-breadcrumbs-default a {
  color: #565A5E;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.c-directory-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-directory-card--list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.c-directory-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.c-directory-card__title {
  color: #565A5E;
  /* overline */
  font-size: var(--font-size-xs, 13px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 123.077% */
  letter-spacing: 1.3px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.c-directory-card__link {
  color: #C41331;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-directory-card__link svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-directory-card__link:hover {
  color: #143E79;
}
.c-directory-card__link:hover svg {
  margin-left: 5px;
}
.c-directory-card__link:hover svg path {
  fill: #143E79;
}

.c-directory-card__image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-directory-box ul {
  list-style: none;
}
.c-directory-box li {
  margin-bottom: 5px;
}
.c-directory-box li svg {
  margin-right: 10px;
}
.c-directory-box a {
  text-decoration: none;
}

.c-directory-box__heading {
  margin-bottom: 10px;
  margin-top: 10px;
}

.c-directory-box__title {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.3px;
}

.c-directory-grid {
  display: grid;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 80px;
}
@media (min-width: 56.25em) {
  .c-directory-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 56.24em) {
  .c-directory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.49em) {
  .c-directory-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-directory-grid &gt; * {
  border-right: 1px solid #CCD3DE; /* Add a right border between columns */
  padding-right: 32px;
}
.c-directory-grid &gt; *:last-of-type {
  border-right: 0;
}

@media (min-width: 56.25em) {
  /* Remove the right border on every 4th item */
  .c-directory-grid &gt; :nth-child(4n) {
    border-right: none;
  }
}
@media (max-width: 56.24em) {
  /* Remove the right border on every 4th item */
  .c-directory-grid &gt; :nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 37.49em) {
  /* Remove the right border on every 4th item */
  .c-directory-grid &gt; :nth-child(n) {
    border-right: none;
  }
}
.c-directory-filters input[type=search] {
  border-radius: 8px;
  border: 1px solid #CCD3DE;
  background-color: #F2F7FC;
  padding: 24px 24px 24px 60px;
  background-image: url(../../assets/images/icons/search.svg);
  background-position: 5% center;
  background-repeat: no-repeat;
  color: #3F4245;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
  width: 100%;
}
.c-directory-filters select {
  border-radius: 8px;
  border: 1px solid #CCD3DE;
  background-color: #F2F7FC;
  padding: 24px 40px 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #3F4245;
  background-image: url(../../assets/images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
}

.c-directory-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-bottom: 50px;
}
@media (max-width: 56.24em) {
  .c-directory-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-directory-filters__search {
  width: 100%;
}

.c-directory-filters__dropdowns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 56.24em) {
  .c-directory-filters__dropdowns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-directory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.c-directory-list &gt; * {
  border-bottom: 1px solid #CCD3DE;
  padding-bottom: 32px;
}
.c-directory-list &gt; *:last-of-type {
  border: none;
}

@media (min-width: 56.25em) {
  .c-directory-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
}

.c-pagination {
  margin-top: 50px;
}
.c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination a, .c-pagination span {
  border: 1px solid #CCD3DE;
  display: block;
  padding: 5px;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
}

.c-split-content-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-split-content-style &gt; div {
  width: 50%;
}
@media (max-width: 56.24em) {
  .c-split-content-style &gt; div {
    width: 100%;
  }
}
@media (max-width: 56.24em) {
  .c-split-content-style {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.c-split-content-style .c-split-content-style__media {
  position: relative;
  padding: 40px 0;
}
.c-split-content-style .c-split-content-style__media:before {
  content: "";
  width: 90%;
  height: 100%;
  background: #143E79;
  position: absolute;
  z-index: 2;
}
.c-split-content-style .c-split-content-style__media:after {
  content: "";
  position: absolute;
  width: calc(90% + 20px);
  height: 100%;
  top: -20px;
  z-index: 1;
  background-image: url(../../assets/images/bg/blue-squares.png);
}
.c-split-content-style--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-split-content-style--right .c-split-content-style__media {
  position: relative;
  padding-right: 40px;
}
.c-split-content-style--right .c-split-content-style__media:before {
  top: 0;
  right: 0;
}
.c-split-content-style--right .c-split-content-style__media:after {
  right: 0;
}
.c-split-content-style--left .c-split-content-style__media {
  position: relative;
  padding-left: 40px;
}
.c-split-content-style--left .c-split-content-style__media:before {
  top: 0;
  left: 0;
}
.c-split-content-style--left .c-split-content-style__media:after {
  left: 0;
}

.c-split-content-style__media--red:before {
  background: #C41331 !important;
}
.c-split-content-style__media--red:after {
  background-image: url(../../assets/images/bg/red-squares.png) !important;
}

.c-split-content-style__media__inner {
  position: relative;
  z-index: 3;
}

.c-framed-statement {
  overflow: hidden;
}

.c-framed-statement__inner {
  padding: 0 20px;
  border-right: 1px solid #3570C4;
  border-left: 1px solid #3570C4;
  position: relative;
}
.c-framed-statement__inner:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #3570C4;
  position: absolute;
  left: 100%;
  top: 50%;
}
.c-framed-statement__inner:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #3570C4;
  position: absolute;
  right: 100%;
  top: 50%;
}

[data-animation=framed-statement] .c-framed-statement__inner:after, [data-animation=framed-statement] .c-framed-statement__inner:before {
  -webkit-transition-property: width;
  transition-property: width;
  width: 0%;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}
[data-animation=framed-statement] .c-framed-statement__inner {
  border-left: 0px solid transparent; /* Expand left border */
  border-right: 0px solid transparent; /* Expand right border */
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out; /* Ensure smooth transition */
}
[data-animation=framed-statement].animation-started .c-framed-statement__inner:after, [data-animation=framed-statement].animation-started .c-framed-statement__inner:before {
  width: 100%;
}
[data-animation=framed-statement].animation-started .c-framed-statement__inner {
  border-left: 1px solid #3570C4; /* Expand left border */
  border-right: 1px solid #3570C4; /* Expand right border */
}

.c-tiered-info__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.c-tiered-info__wrapper:before {
  content: "";
  width: 150%;
  height: 300px;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: -25%;
  z-index: 2;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.c-tiered-info__wrapper:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: inherit;
}
.c-tiered-info__wrapper.c-tiered__hide-bottom-co:after {
  display: none;
}

.c-tiered__top, .c-tiered__middle, .c-tiered__bottom {
  position: relative;
  z-index: 2;
}

.c-tiered-info__image {
  position: absolute;
  top: 260px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: #192C45;
}
.c-tiered-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}

.c-sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 56.24em) {
  .c-sidebar-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-sidebar-layout &gt; div:first-of-type {
  width: 25%;
  background: #F2F7FC;
  padding: 100px 40px 40px 40px;
}
@media (max-width: 56.24em) {
  .c-sidebar-layout &gt; div:first-of-type {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
}
.c-sidebar-layout &gt; div:last-of-type {
  width: 75%;
}
@media (max-width: 56.24em) {
  .c-sidebar-layout &gt; div:last-of-type {
    width: 100%;
  }
}

.c-sidebar-layout__right ul:not(.c-links-list), .c-sidebar-layout__right ol {
  padding-left: 1.5em;
}
.c-sidebar-layout__right ul:not(.c-links-list) li, .c-sidebar-layout__right ol li {
  margin-top: 1em;
}

/* ==========================================================================
   OBJECTS/WRAPPER
   ========================================================================== */
:root {
  --wrapper-width: 1300px;
  --wrapper-max-width: calc(100% - 48px);
  --wrapper-margin: calc(50vw - 0.5 * min(var(--wrapper-width), var(--wrapper-max-width)));
}

.o-wrapper {
  display: block;
  margin: 0 auto;
  width: var(--wrapper-width);
  max-width: var(--wrapper-max-width);
}
.o-wrapper--relative {
  position: relative;
}
.o-wrapper--right {
  width: 100%;
  margin: 0;
  padding-left: var(--wrapper-margin);
  max-width: 100%;
}

.is-style-o-wrapper &gt; * {
  width: var(--wrapper-width);
  max-width: var(--wrapper-max-width);
}
.is-style-o-wrapper &gt; *:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: 0 auto;
}

.o-wrapper--small {
  width: 900px;
}

:root {
  --text-primary: color(gray, 5);
  --text-muted: color(gray, 6);
}

:root {
  --font-family-title: "Outfit", "sans-serif";
}

/*
Breakpoints
========================================================================== */
/*
   Various Aligns
   ========================================================================== */
.c-sidebar-nav__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #CCD3DE;
  background: #FFFFFF;
  width: 100%;
  padding: 16px 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 56.25em) {
  .c-sidebar-nav__trigger {
    display: none;
  }
}

@media (max-width: 56.24em) {
  .c-sidebar__wrapper {
    display: none;
    padding-top: 50px;
  }
}

.c-sidebar__top-parent {
  color: #030912;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.c-sidebar-nav {
  list-style: none;
}
.c-sidebar-nav &gt; li &gt; a {
  color: #143E79;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* body sm */
  font-size: var(--font-size-sm, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}
.c-sidebar-nav &gt; li &gt; a:hover {
  color: #3570C4;
}
.c-sidebar-nav &gt; li.current_page_item &gt; a, .c-sidebar-nav &gt; li.current_page_parent &gt; a {
  color: #3570C4;
}
.c-sidebar-nav a {
  text-decoration: none;
}
.c-sidebar-nav ul {
  margin-left: 20px;
  list-style: none;
}
.c-sidebar-nav ul li a {
  color: #143E79;
  /* body sm */
  font-size: var(--font-size-sm, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.c-sidebar-nav ul li a:hover {
  text-decoration: underline;
}
.c-sidebar-nav ul li.current_page_item &gt; a {
  text-decoration: underline;
}
.c-sidebar-nav .children {
  display: none;
}
.c-sidebar-nav .current_page_ancestor ul, .c-sidebar-nav .current_page_item ul {
  display: block !important;
}

.c-sidebar-nav--no-siblings &gt; .page_item:not(.current_page_ancestor, .current_page_item) {
  display: none;
}

.c-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media (max-width: 56.24em) {
  .c-two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media (min-width: 56.25em) {
  .c-two-column &gt; div {
    width: 50%;
  }
}
.c-two-column--small-gap {
  gap: 24px;
}

@media (min-width: 56.25em) {
  .c-two-column--align-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-two-column--align-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-two-column--align-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 56.24em) {
  .c-two-column--stack-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* General Container */
.c-tabbed-info__wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
}
.c-tabbed-info__wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #030912;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.c-tabbed-info {
  position: relative;
  z-index: 1;
}
@media (min-width: 56.25em) {
  .c-tabbed-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Tab Navigation */
.c-tabbed-info__tabs {
  background-color: #fff;
  padding: 50px 30px;
}
@media (min-width: 56.25em) {
  .c-tabbed-info__tabs {
    width: 30%;
  }
}

.c-tabbed-info__tab {
  padding: 24px 0;
  cursor: pointer;
  font-weight: bold;
  color: #444;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.c-tabbed-info__tab.active {
  color: #C41331; /* Red color for active tab */
  border-bottom: 2px solid #C41331; /* Red border for active tab */
}

/* Content Area */
.c-tabbed-info__content-area {
  background-color: #C41331; /* Red background for content */
  color: #fff;
  padding: 50px;
  position: relative;
}
@media (min-width: 56.25em) {
  .c-tabbed-info__content-area {
    width: 70%;
    padding: 75px;
  }
}
.c-tabbed-info__content-area:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg/red-squares.png);
  left: -20px;
  top: -20px;
}

.c-tabbed-info__tag {
  background: #FFFFFF;
  color: #030912;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  position: absolute;
  width: 100%;
  top: calc(100% + 37.5px);
}
@media (max-width: 56.24em) {
  .c-tabbed-info__tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-tabbed-info__content {
  position: relative;
  z-index: 1;
  display: none; /* Hide inactive content */
}

.c-tabbed-info__content.active {
  display: block; /* Show active content */
}

/* Links within Content */
.c-tabbed-info__content a {
  text-decoration: none;
  color: #FFFFFF;
}

.c-tabbed-info__content a:hover {
  text-decoration: underline;
}

.c-decorative-dots {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.c-decorative-dots--red {
  background-image: url(../../assets/images/bg/red-squares.png);
}
.c-decorative-dots--blue {
  background-image: url(../../assets/images/bg/blue-squares.png);
}
.c-decorative-dots--overlap {
  margin-bottom: -20px;
  position: relative;
  z-index: 100;
}

.c-decorative-dots__surround-left {
  position: relative;
}
.c-decorative-dots__surround-left .c-decorative-dots {
  height: calc(100% - 20px);
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -20px;
}
.c-decorative-dots__surround-left .c-decorative-dots__inner {
  position: relative;
  z-index: 2;
}

.c-decorative-dots__surround-right {
  position: relative;
}
.c-decorative-dots__surround-right .c-decorative-dots {
  height: calc(100% - 20px);
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -20px;
}
.c-decorative-dots__surround-right .c-decorative-dots__inner {
  position: relative;
  z-index: 2;
}

.c-bordered-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 56.24em) {
  .c-bordered-columns {
    gap: 20px;
  }
}
.c-bordered-columns &gt; div {
  width: calc(33.33% - 1px);
  border-left: 1px solid var(--border-columns-border-color, #FFFFFF);
  padding: 0 24px;
}
@media (max-width: 56.24em) {
  .c-bordered-columns &gt; div {
    width: 100%;
  }
}
.c-bordered-columns--4 &gt; div {
  width: calc(25% - 1px);
  border-left: 1px solid var(--border-columns-border-color, #FFFFFF);
  padding: 0 24px;
}
@media (max-width: 56.24em) {
  .c-bordered-columns--4 &gt; div {
    width: 100%;
  }
}

.c-bordered-columns__item--event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-bordered-columns__item--event p {
  font-size: 16px;
}

.c-featured-event__image {
  position: relative;
  background: #143E79;
  min-height: 200px;
}
.c-featured-event__image img {
  width: 100%;
  height: auto;
  display: block;
}

.c-featured-event__badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #C41331;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  padding: 24px;
  min-width: 85px;
}
.c-featured-event__badge .month {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 15.4px */
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: block;
}
.c-featured-event__badge .number {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  white-space: nowrap;
}
.c-featured-event__badge .seperator {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 15.4px */
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.c-featured-event__badge--no-absolute {
  position: initial;
}

.c-featured-event__badge--small {
  padding: 10px 24px;
}

.c-featured-event__badge--white {
  background: #FFFFFF;
  color: #C41331;
}

.c-featured-event__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-event-category__tag {
  border: 1px solid #FF4D6B;
  background: #FFFFFF;
  padding: 3px;
  color: #030912;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-event-category__tag--white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: transparent;
}

.c-event-date__tag {
  font-family: var(--font-family-title, Outfit);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 123.077% */
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.c-featured-event__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-featured-event__content a {
  text-decoration: none;
}

.c-featured-event-overlap {
  position: relative;
}
@media (min-width: 56.25em) {
  .c-featured-event-overlap {
    padding-bottom: 100px;
  }
}

@media (min-width: 56.25em) {
  .c-featured-event-overlap__image {
    width: 70%;
  }
}
.c-featured-event-overlap__image img {
  width: 100%;
  height: auto;
}

.c-featured-event-overlap__content {
  position: relative;
  background: #C41331;
}
@media (min-width: 56.25em) {
  .c-featured-event-overlap__content {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.c-featured-event-overlap__content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg/red-squares.png);
  position: absolute;
  top: -20px;
  left: -20px;
}

.c-featured-event-overlap__content-inner {
  background: #C41331;
  position: relative;
  padding: 50px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-featured-event-overlap__content-inner a {
  color: #FFFFFF;
  text-decoration: none;
}

.c-featured-event-overlap__list {
  list-style: none;
}
.c-featured-event-overlap__list svg {
  width: 30px;
  margin-right: 8px;
}

.c-calendar-event__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 56.24em) {
  .c-calendar-event__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-calendar-event__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (min-width: 56.25em) {
  .c-calendar-event__nav {
    width: 30%;
  }
}

@media (min-width: 56.25em) {
  .c-calendar-event__list-container {
    width: 70%;
  }
}

.c-calendar-event__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 50px;
}

.c-calendar-event__list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.c-calendar__wrapper {
  background: #F2F7FC;
  border-radius: 13px;
  border: 1px solid #CCD3DE;
  padding: 8px;
  width: 100%;
}
.c-calendar__wrapper .calendar-header {
  margin: 10px auto;
}
.c-calendar__wrapper table {
  width: 100%;
}
.c-calendar__wrapper .calendar-title {
  display: none;
}
.c-calendar__wrapper .calendar-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-calendar__wrapper .calendar-navigation .current-month {
  color: #3F4245;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
}
.c-calendar__wrapper .calendar-navigation__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-calendar__wrapper .calendar-navigation__links button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.c-calendar__wrapper .calendar-navigation__links a {
  color: #000000;
}
.c-calendar__wrapper .calendar-header th {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.c-calendar__wrapper td {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
  width: 40px;
  height: 40px;
}
.c-calendar__wrapper .cal-event-box {
  display: none;
}
.c-calendar__wrapper .activeDate {
  color: #3570C4;
  position: relative;
}
.c-calendar__wrapper .activeDate:hover {
  color: #FFFFFF;
}
.c-calendar__wrapper .activeDate:hover:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #3570C4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
}
.c-calendar__wrapper .activeDate .cal-day-box {
  cursor: pointer;
  position: relative;
}
.c-calendar__wrapper .malone-today {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
}
.c-calendar__wrapper .malone-today:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #3570C4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
}
.c-calendar__wrapper .malone-today .cal-day-box {
  position: relative;
  z-index: 1;
}

.c-event-cat-select {
  border-radius: 8px;
  border: 1px solid #CCD3DE;
  background-color: #F2F7FC;
  padding: 24px 40px 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #3F4245;
  background-image: url(../../assets/images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
}

.c-upcoming-events__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.c-upcoming-events__heading a {
  color: #C41331;
}
.c-upcoming-events__heading a:hover {
  color: #143E79;
}
.c-upcoming-events__heading--sidebar {
  margin-top: 50px;
  margin-bottom: 24px;
  color: #143E79;
}

@media (min-width: 56.25em) {
  .c-upcoming-events--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .c-upcoming-events--horizontal .c-upcoming-events__item {
    width: 25%;
  }
  .c-upcoming-events--horizontal .c-upcoming-events__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-upcoming-events--image_cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media (min-width: 56.25em) {
  .c-upcoming-events--image_cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-upcoming-events--image_cards &gt; div {
    width: calc(50% - 25px);
  }
}

.c-upcoming-events__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.c-upcoming-events__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.c-upcoming-events__item {
  margin-bottom: 24px;
}
.c-upcoming-events__item a {
  text-decoration: none;
  color: inherit;
}
.c-upcoming-events__item p {
  font-size: 16px;
}

.c-upcomming-events__item-card__image {
  position: relative;
  min-height: 100px;
}
.c-upcomming-events__item-card__image img {
  width: 100%;
  height: auto;
}
.c-upcomming-events__item-card__image .c-featured-event__badge {
  left: 20px;
  top: 20px;
  max-width: 85px;
}

.c-upcomming-events__item-card__content {
  margin-top: 24px;
}

.c-upcoming-events__item-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-upcoming-events__item-sidebar a {
  color: #C41331;
  font-size: 18px;
  font-weight: 500;
}

.c-upcoming-events__item-sidebar__date {
  color: #C41331;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.c-event-by-cat__heading {
  text-align: center;
  margin-bottom: 50px;
}

.c-event-by-cat__button {
  text-align: center;
  margin-top: 50px;
}

.c-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3570C4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  gap: 10px;
}
.c-share h6 {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.c-share__list {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-share__list li {
  line-height: 1;
}
.c-share__list a {
  display: block;
}
.c-share__list button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: white;
}

.c-share--black h6 {
  color: var(--text-primary, #030912);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.c-share__list-black {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-share__list-black button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.c-share__list-black a {
  color: transparent !important;
}

.c-event__section {
  position: relative;
}

.c-event__section-wrapper {
  position: relative;
  z-index: 2;
}

.c-event__hero {
  background: #3570C4;
  margin-top: 50px;
}
@media (min-width: 56.25em) {
  .c-event__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-event__hero &gt; div {
    width: 50%;
  }
  .c-event__hero &gt; div.c-event__hero-content--full {
    width: 100%;
  }
}

.c-event__hero-image img {
  width: 100%;
  height: auto;
}

.c-event__hero-content {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #FFFFFF;
}

.c-event__share {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 24px;
  margin-top: 24px;
}

.c-breadcrumbs__event {
  margin-bottom: 50px;
}

.c-alert-message {
  background: #780C1E;
  padding: 32px 0px;
  position: relative;
}
.c-alert-message * {
  color: #FFFFFF;
}

.c-close-alert-message {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.c-slide-out-menu {
  padding: 75px;
  background: #143E79;
  position: fixed;
  top: 0;
  right: -100vw; /* Start off-screen */
  width: 600px;
  max-width: 100vw;
  height: 100svh;
  z-index: 1000;
  overflow: scroll;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out; /* Smooth transition */
}
@media (max-width: 56.24em) {
  .c-slide-out-menu {
    padding: 75px 24px;
  }
}

.c-slide-out-menu.is-visible {
  right: 0;
}

.c-slide-out-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 56.24em) {
  .c-slide-out-menu__top {
    gap: 5px;
  }
}
.c-slide-out-menu__top a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #C41331;
  padding: 10px 20px;
  border-radius: 20px;
  display: block;
  text-align: center;
}
@media (max-width: 56.24em) {
  .c-slide-out-menu__top a {
    font-size: 12px;
  }
}

.c-slide-out-menu__main {
  list-style: none;
}
.c-slide-out-menu__main &gt; li {
  width: 100%;
  padding: 24px 24px 24px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.c-slide-out-menu__main &gt; li a {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.c-slide-out-menu__main * {
  color: #FFFFFF;
}
.c-slide-out-menu__main .submenu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 0;
}
.c-slide-out-menu__main .submenu-open .submenu-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-slide-out-menu__main .sub-menu {
  display: none; /* Hidden by default */
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 24px;
  list-style: none;
  margin-top: 24px;
}
.c-slide-out-menu__main .sub-menu li {
  margin-bottom: 12px;
}
.c-slide-out-menu__main .sub-menu a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.c-slide-out-menu__main .submenu-open .sub-menu {
  display: block;
  max-height: 500px; /* Adjust based on content */
  opacity: 1;
}

.c-slide-out__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.c-slide-out__footer h6 {
  margin-bottom: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.c-slide-out__footer-menu {
  width: 100%;
}

.c-slide-out-menu__info {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-slide-out-menu__info li {
  margin-bottom: 12px;
}
.c-slide-out-menu__info a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.c-slide-out-menu__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 24px;
  left: 24px;
}

body.menu-open {
  position: relative;
}
body.menu-open:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-post-section {
  position: relative;
}
.c-post-section--landscape .c-rounded-background, .c-post-section--landscape-contained .c-rounded-background {
  height: 400px;
}

.c-post-section__inner {
  position: relative;
  z-index: 2;
}

.c-post__header {
  padding: 50px 0;
}

.c-post__header-back {
  color: #C41331;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 16px;
  margin-top: 50px;
}

.c-post__hero--landscape img {
  width: 100%;
  height: auto;
}
.c-post__hero--landscape-contained {
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
.c-post__hero--landscape-contained img {
  width: 100%;
  height: auto;
}
.c-post__hero--portrait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
.c-post__hero--portrait .c-post__hero-intro {
  width: 60%;
}
.c-post__hero--portrait img {
  width: 40%;
  height: auto;
}

.c-post__hero-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.c-post__hero-meta a {
  color: #030912;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #FF4D6B;
  padding: 5px;
}

.c-post__hero-intro p {
  font-size: 32px;
  color: #143E79;
}

.c-post__hero-intro--landscape, .c-post__hero-intro--landscape-contained {
  width: 850px;
  max-width: 100%;
  margin: 75px auto 75px auto;
  text-align: center;
}
.c-post__hero-intro--landscape .c-share__list-black, .c-post__hero-intro--landscape-contained .c-share__list-black {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-post__hero-intro--landscape .c-post__hero-meta, .c-post__hero-intro--landscape-contained .c-post__hero-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-post__date {
  color: #030912;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.c-post__hero-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.c-post__container {
  width: 850px;
  max-width: 100%;
  margin: 50px auto;
}
@media (max-width: 56.24em) {
  .c-post__container--event {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.c-post__container &gt; * {
  margin-bottom: 15px;
}
.c-post__container a {
  color: #C41331;
}

.c-post__container .wp-block-group {
  overflow: hidden;
}
.c-post__container .wp-block-acf-image-slider {
  overflow: hidden;
}

.c-posts__header {
  margin-bottom: 50px;
}

.c-post-archive__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 56.24em) {
  .c-post-archive__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 56.25em) {
  .c-post-archive__cat {
    width: 30%;
  }
}
.c-post-archive__cat select {
  width: 100%;
}

.c-post-archive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (min-width: 56.25em) {
  .c-post-archive__inner {
    width: 70%;
  }
}

.c-post-archive__pagination {
  margin-left: auto;
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-post-archive__pagination {
    width: 70%;
  }
}

.c-post-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 56.24em) {
  .c-post-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-post-archive__image {
  width: 300px;
  height: 200px;
  overflow: hidden;
  background: #CCD3DE;
}
.c-post-archive__image img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.c-post-archive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 56.25em) {
  .c-post-archive__content {
    width: 70%;
  }
}

.c-post-card__wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.c-post-card__wrapper--2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-post-card__wrapper--1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 56.24em) {
  .c-post-card__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  gap: 10px;
}
.c-post-card * {
  color: #030912;
}
.c-post-card img {
  width: 100%;
  height: auto;
}

.c-featured-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-featured-news__heading a {
  color: #C41331;
}
.c-featured-news__heading a:hover {
  color: #143E79;
}

@media (min-width: 56.25em) {
  .c-faqs--horizontal {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 75px;
  }
}

.c-faqs__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.c-faq-trigger {
  padding: 10px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-faq-trigger svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-faq-trigger.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-faq-svg {
  width: 24px;
}

.c-faqs__item {
  border-bottom: 1px solid #CCD3DE;
  width: 100%;
  padding: 10px 0;
}
.c-faqs__item:last-of-type:not(.c-faqs__item--border) {
  border: none;
}

.c-faqs__item-details {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.c-faqs__item-details ul, .c-faqs__item-details ol {
  list-style-position: inside;
}
.c-faqs__item-details a {
  font-size: 20px;
}

.c-faqs__item-details--initial-open {
  max-height: initial;
}

body.block-editor-page .c-faqs__item-details {
  max-height: none;
  overflow: visible;
}

.c-spotlight img {
  max-width: 100%;
  height: auto;
}

.c-spotlight__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-spotlight__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-spotlight__featured-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  background: #F2F7FC;
  padding: 24px;
  width: 90%;
  margin: -20px auto 0 auto;
  position: relative;
}

.c-spotlight__featured-link {
  width: 50%;
}
.c-spotlight__featured-link h4 {
  color: #030912;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.c-spotlight__featured-link a {
  color: #C41331;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-spotlight__featured-link a:hover {
  color: #143E79;
}

.c-instagram-images__wrapper {
  overflow: scroll !important;
}

.c-instagram-images {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  gap: 8px !important;
  min-width: 1000px;
  overflow: scroll !important;
}
.c-instagram-images &gt; div {
  aspect-ratio: 1;
}
.c-instagram-images .sbi_item:nth-of-type(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.c-instagram-images .sbi_item:nth-of-type(3) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}
.c-instagram-images .sbi_item:nth-of-type(4) {
  grid-column-start: 4;
  grid-row-start: 1;
}
.c-instagram-images .sbi_item:nth-of-type(5) {
  grid-column-start: 4;
  grid-row-start: 2;
}
.c-instagram-images .sbi_item:nth-of-type(6) {
  grid-column-start: 5;
  grid-row-start: 1;
}
.c-instagram-images .sbi_item:nth-of-type(7) {
  grid-column-start: 5;
  grid-row-start: 2;
}
.c-instagram-images .sbi_item:nth-of-type(8) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 6;
  grid-row-start: 1;
}
.c-instagram-images .sbi_inner_wrap, .c-instagram-images .sbi_photo_wrap {
  aspect-ratio: 1;
}
.c-instagram-images .sbi_photo {
  height: 100% !important;
}

.c-social-links__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 56.24em) {
  .c-social-links__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.c-social-links a {
  color: transparent !important;
}
.c-social-links path {
  fill: #3570C4;
}

.c-search-container {
  margin: 40px 0 20px 0;
}

.c-search-box {
  position: relative;
}
.c-search-box input[type=text] {
  width: 100%;
  border-radius: 8px;
  padding: 16px 44px 16px 24px;
  background: #E8E8E8;
}
.c-search-box button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}

.gsc-input-box {
  border-radius: 8px !important;
  padding: 10px 16px !important;
}

.gsc-search-button {
  height: 100% !important;
  border-radius: 8px !important;
  border: none !important;
}

.gs-title {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}

.gs-visibleUrl {
  margin-bottom: 10px !important;
}

.gs-web-image-box {
  margin-right: 10px !important;
}

.gsc-cursor {
  margin: 40px 0 !important;
  display: block !important;
}

.gsc-cursor-page {
  border-radius: 4px !important;
  background-color: #143E79 !important;
  color: #FFFFFF !important;
  padding: 10px 15px !important;
  opacity: 0.9 !important;
  -webkit-transition: ease-out 0.3s opacity;
  transition: ease-out 0.3s opacity;
}

.gsc-cursor-current-page {
  background-color: #C41331 !important;
}

.swiper-cards {
  position: relative;
  padding: 0 16px;
}
.swiper-cards:after {
  content: "";
  height: 70%;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  background-image: url(../../assets/images/bg/red-squares.png);
}

.c-carousel-cards__wrapper {
  overflow: hidden;
}

.c-carousel-card {
  background: #FFFFFF;
  height: auto;
}

.c-carousel-card__inner {
  aspect-ratio: 1/1;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 24px;
}
.c-carousel-card__inner img {
  width: 75px;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-carousel-card__inner strong {
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.c-carousel-card__inner:hover img {
  width: 105px;
}
.c-carousel-card__inner:hover strong {
  color: #C41331;
}

.c-card-carousel__nav .c-swiper-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.c-card-carousel__nav .swiper-button-next--custom {
  left: auto;
  right: 0;
}

.block-editor-page .c-carousel-card {
  max-width: calc(25% - 12px);
  margin-right: 15px;
}

.c-colored-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 56.25em) {
  .c-colored-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.c-colored-cards--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-colored-cards__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
  background: inherit;
  padding: 56px 48px;
  height: 100%;
}

.c-colored-cards__item {
  background: #C41331;
  color: #FFFFFF;
  position: relative;
}
.c-colored-cards__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg/red-squares.png);
  position: absolute;
  top: -10px;
  left: -10px;
}
.c-colored-cards__item:nth-of-type(even) {
  background: #143E79;
}
.c-colored-cards__item:nth-of-type(even):before {
  background-image: url(../../assets/images/bg/blue-squares.png);
}

.c-column-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 56.24em) {
  .c-column-images {
    gap: 24px;
  }
}
@media (min-width: 56.25em) {
  .c-column-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.c-column-images__item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 56.24em) {
  .c-column-images__item {
    width: 85%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.c-column-images__item img {
  width: 100%;
  height: auto;
  background-image: url(../../assets/images/bg/blue-squares.png);
  padding-top: 20px;
}
.c-column-images__item a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #030912;
  gap: 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-hero--standard .c-hero__inner-blocks--card {
  display: none;
}
.c-hero--standard .c-hero__content {
  padding: 100px 0 140px 0;
}

.c-hero--no-image {
  background: #F2F7FC;
}
.c-hero--no-image .c-hero__inner-blocks--card {
  display: none;
}
.c-hero--no-image .c-hero__content {
  padding: 80px 0;
  color: #030912;
}
.c-hero--no-image .c-breadcrumbs a {
  color: #030912;
}
.c-hero--no-image .c-hero__image:after {
  display: none;
}

.c-hero__content {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  padding: 200px 0 240px 0;
}

.o-wrapper.c-hero__content {
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.c-hero__image {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-hero__image--card::before {
  content: "";
  width: 150%;
  height: 600px;
  background: inherit;
  position: absolute;
  bottom: -500px;
  left: -25%;
  z-index: 2;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}
.c-hero__image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(260deg, rgba(60, 127, 222, 0.15) 8.7%, rgba(20, 62, 121, 0.5) 82.19%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.c-hero__image img, .c-hero__image video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 56.25em) {
  .c-hero__image--standard {
    min-height: 500px;
  }
}

.c-hero__pause {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
}
.c-hero__pause svg {
  width: 20px;
  height: auto;
}
.c-hero__pause svg path {
  fill: #FFFFFF;
}
@media (max-width: 56.24em) {
  .c-hero__pause {
    top: 150px;
    left: 15px;
  }
}

.c-breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-breadcrumbs li {
  line-height: 1;
}
.c-breadcrumbs li svg {
  margin-top: -4px;
}
.c-breadcrumbs li:after {
  content: "/";
  padding-left: 8px;
}
.c-breadcrumbs li:last-child:after {
  content: "";
  padding-left: 0;
}
.c-breadcrumbs a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}

.c-hero__inner-blocks {
  position: relative;
  z-index: 11;
  width: 1000px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  background: #FFFFFF;
  padding: 75px;
  margin-top: -150px;
}
@media (max-width: 56.24em) {
  .c-hero__inner-blocks {
    padding: 40px 32px;
  }
}
.c-hero__inner-blocks:after {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../../assets/images/bg/blue-squares.png);
  position: absolute;
  top: -40px;
  left: 0;
}

.c-image-icon-grid {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  background-color: #192C45;
}
.c-image-icon-grid:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(260deg, rgba(60, 127, 222, 0.15) 8.7%, rgba(20, 62, 121, 0.5) 82.19%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.c-image-icon-grid__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
}
@media (max-width: 56.24em) {
  .c-image-icon-grid__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}

@media (min-width: 56.25em) {
  .c-image-icon-grid__inner-left, .c-image-icon-grid__inner-right {
    width: 48%;
    max-width: 600px;
  }
}

.c-image-icon-grid__inner-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.c-image-icon-grid__item {
  width: calc(48% - 10px);
}

.swiper-images {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.swiper-images img {
  width: 100%;
}
.swiper-images--left {
  padding-left: 20px;
  padding-top: 20px;
}
.swiper-images--left:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/images/bg/blue-squares.png);
}
.swiper-images--right {
  padding-right: 20px;
  padding-top: 20px;
}
.swiper-images--right:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/images/bg/blue-squares.png);
}

.c-image-card__caption {
  padding-right: 100px;
  padding-top: 16px;
}
.c-image-card__caption p {
  font-size: 16px;
}

.c-image-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 10;
}

.swiper-images--alt-style:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  background-image: url(../../assets/images/bg/red-squares.png);
}
.swiper-images--alt-style .c-image-slider__nav--alt-style {
  gap: 0;
  top: 5px;
  right: 0px;
}
.swiper-images--alt-style .swiper-slide {
  height: auto;
}
.swiper-images--alt-style .c-image-card__caption {
  background: #F2F7FC;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  position: relative;
  padding-left: 20px;
  padding-right: 70px;
}
.swiper-images--alt-style .swiper-button-next--custom, .swiper-images--alt-style .swiper-button-prev--custom {
  background: none;
}
.swiper-images--alt-style .swiper-button-next--custom path, .swiper-images--alt-style .swiper-button-prev--custom path {
  stroke: #030912;
}

.c-links-list {
  list-style: none;
  margin: 20px 0;
}
.c-links-list a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-links-list a svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-links-list a:hover {
  color: #C41331;
}
.c-links-list a:hover svg {
  margin-left: 5px;
}
.c-links-list a:hover svg path {
  fill: #C41331;
}

.wp-block-acf-program-list {
  max-width: none !important; /* Override default max-width */
}

.c-program-grid {
  display: grid; /* Use grid instead of flex */
  gap: 24px; /* Set the gap between grid items */
  margin: 0 auto;
}
@media (min-width: 56.25em) {
  .c-program-grid {
    grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
  }
}

.c-program-card-grid {
  background: #FFFFFF;
  padding: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.c-program-card-grid .c-program-card__heading {
  color: #3570C4;
  margin-top: 24px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-program-card-grid.active {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 56.25em) {
  .c-program-card-grid.active:after {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CCD3DE;
  }
}
.c-program-card-grid.active svg {
  opacity: 1;
}
@media (min-width: 56.25em) {
  .c-program-card-grid:hover {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  }
  .c-program-card-grid:hover .c-program-card__heading {
    color: #143E79;
  }
  .c-program-card-grid:hover:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3570C4;
    background-image: url("../../assets/images/icons/chevron-white.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}

.c-program-card-grid__mobile-trigger {
  position: relative;
}
@media (max-width: 56.24em) {
  .c-program-card-grid__mobile-trigger {
    height: 20px;
  }
  .c-program-card-grid__mobile-trigger:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    background-image: url("../../assets/images/icons/chevron-down.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-program-card-grid__mobile-trigger:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #CCD3DE;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

.c-program-card-grid.active .c-program-card-grid__mobile-trigger:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-program-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #CCD3DE;
}
.c-program-card-list .c-program-card__content {
  display: none;
}
.c-program-card-list:nth-last-child(2) {
  border: none;
}
.c-program-card-list .c-program-card__heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #3570C4;
}
.c-program-card-list .c-program-card__type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  margin-right: 20px;
}
.c-program-card-list .c-program-card__tags {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: 40px;
}
.c-program-card-list .c-program-card-list--toggle {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-program-card-list.active .c-program-card-list--toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 56.24em) {
  .c-program-card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    position: relative;
  }
  .c-program-card-list .c-program-card__type {
    margin-left: 0;
  }
  .c-program-card-list .c-program-card-list--toggle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-program-card-list.active .c-program-card-list--toggle {
    -webkit-transform: rotate(180deg) translateY(0%);
            transform: rotate(180deg) translateY(0%);
  }
}

.c-program-card__link {
  color: #C41331;
  text-decoration: none;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.c-program-card__related-heading {
  color: #565A5E;
}

.c-program-card__related-list {
  color: #565A5E;
  padding-left: 20px;
}

.c-program-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.c-program-card__tags li {
  border: 1px solid #143E79;
  padding: 2px 4px;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
}
.c-program-card__tags li:first-of-type {
  border-color: #FF4D6B;
}

.c-program-card__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 8px;
}
.c-program-card__type li {
  color: var(--text-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.c-program-card__type li:not(:last-child)::after {
  content: "/";
  padding-left: 8px;
}

.c-product-card__expanded {
  grid-column: 1/-1; /* Span all 3 columns */
  position: relative;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.c-product-card__expanded:after {
  content: "";
  height: 1px;
  width: 0;
  background: #CCD3DE;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-product-card__expanded.is-expanded:after {
  width: 100%;
}

.c-program-card__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  position: relative;
}

.c-program-card__content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 56.24em) {
  .c-program-card__content--inner {
    padding: 30px 0;
    gap: 10px;
  }
}

.c-close-program {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 56.24em) {
  .c-close-program {
    display: none;
  }
}

.c-program-card__content__img {
  width: 30%;
  display: block;
}
@media (max-width: 56.24em) {
  .c-program-card__content__img {
    width: 100%;
  }
}

.c-program-card__content-details {
  width: calc(70% - 24px);
  color: var(--text-muted);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 56.24em) {
  .c-program-card__content-details {
    width: 100%;
  }
}
.c-program-card__content-details h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.28; /* 228.571% */
  text-transform: uppercase;
}
.c-program-card__content-details ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style-position: inside;
}

.c-program-card__content-details__heading {
  color: #3570C4;
}

.c-program-filters input[type=search] {
  border-radius: 8px;
  border: 1px solid #CCD3DE;
  background-color: #FFFFFF;
  padding: 24px 24px 24px 60px;
  background-image: url(../../assets/images/icons/search.svg);
  background-position: 5% center;
  background-repeat: no-repeat;
  color: #3F4245;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
}
.c-program-filters select {
  border-radius: 8px;
  border: 1px solid #CCD3DE;
  background-color: #FFFFFF;
  padding: 24px 40px 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #3F4245;
  background-image: url(../../assets/images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
}

.c-program-filters__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 56.24em) {
  .c-program-filters__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 56.25em) {
  .c-program-filters__top-search {
    width: 35%;
  }
}
.c-program-filters__top-search input {
  width: 100%;
}

.c-program-filters__top-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 56.25em) {
  .c-program-filters__top-selects {
    width: 45%;
  }
}
.c-program-filters__top-selects select {
  width: 49%;
}

.c-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}
.c-toggle label {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-toggle input[type=radio] {
  display: none;
}
.c-toggle input[type=radio]:checked + label {
  background: #143E79;
}
.c-toggle input[type=radio]:checked + label path {
  fill: #FFFFFF;
}

.c-filters__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 40px 0;
}
@media (max-width: 56.24em) {
  .c-filters__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-filters__bottom label {
  color: #143E79;
  display: block;
}
.c-filters__bottom input[type=radio] {
  display: none;
}
.c-filters__bottom input[type=radio]:checked + label {
  color: #C41331;
  border-bottom: 4px solid #C41331;
}

.c-program-list__division-heading {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 56.24em) {
  .c-program-filters__top-view {
    display: none;
  }
}

.c-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.c-quote--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-quote--center .c-quote__byline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-quote__content {
  color: #143E79;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  width: 1000px;
  max-width: 100%;
}

.c-quote__byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-quote__byline img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.c-quote__byline span {
  color: #030912;
  font-size: 16px;
  line-height: 1.5; /* 150% */
}

.swiper-quotes {
  padding: 0 16px;
  position: relative;
  overflow: hidden;
}

.c-quote-card {
  height: auto;
  width: 100%;
}

.c-quote-card__inner {
  padding: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 56.24em) {
  .c-quote-card__inner {
    padding: 20px;
  }
}

.c-quote-carousel__nav .c-swiper-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.c-quote-carousel__nav .swiper-button-next--custom {
  left: auto;
  right: 0;
}

.swiper-pagination--custom {
  padding: 24px;
  text-align: center;
}
.swiper-pagination--custom .swiper-pagination-bullet {
  background: #6E7278;
  width: 12px;
  height: 12px;
}
.swiper-pagination--custom .swiper-pagination-bullet-active {
  background: #143E79;
}

.c-related-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 56.24em) {
  .c-related-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.c-related-links a {
  margin-right: auto;
}
@media (min-width: 56.25em) {
  .c-related-links a {
    border-left: 1px solid #9DA3AB;
    padding-left: 20px;
  }
}

.c-rounded-background {
  width: 120%;
  height: 200px;
  margin-left: -10%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media (max-width: 56.24em) {
  .c-rounded-background {
    height: 100px;
  }
}
.c-rounded-background--small {
  height: 70px;
  width: 105%;
  margin-left: -2.5%;
}
.c-rounded-background.crown-up {
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}

.c-rounded-background__wrapper {
  width: 100%;
  overflow: hidden;
}

.c-rounded-background__wrapper--absolute {
  position: absolute;
  bottom: 0;
}

.c-slf {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 67.49em) {
  .c-slf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 67.5em) {
  .c-slf {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 24px;
    padding: 0 0 0 80px;
  }
}

.c-slf__links {
  list-style: none;
  padding: 50px 24px;
}
.c-slf__links ul {
  list-style: none;
  margin-left: 24px;
  margin-top: 24px;
}
.c-slf__links ul li {
  margin-bottom: 10px;
}
.c-slf__links a {
  text-decoration: none;
  color: #143E79;
  display: inline-block;
}
.c-slf__links &gt; li &gt; a {
  color: #3570C4;
  font-weight: 700;
}

.c-slf__inner-blocks {
  padding: 50px 24px;
  max-width: 1000px;
}

.c-slf__form {
  padding: 50px;
  background: #143E79;
  position: relative;
}
.c-slf__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.c-slf__form form br {
  display: none;
}
.c-slf__form form label {
  display: block;
  margin-bottom: 6px;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 67.49em) {
  .c-slf__form {
    padding: 50px;
  }
}

@media (min-width: 67.5em) {
  .c-slf-content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

.c-split-accordion {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
@media (min-width: 56.25em) {
  .c-split-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-split-accordion__media {
  position: relative;
}
.c-split-accordion__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 56.24em) {
  .c-split-accordion__media img {
    height: auto;
  }
}

.c-split-accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 56.24em) {
  .c-split-accordion__content {
    padding: 24px;
  }
}
.c-split-accordion__content a {
  font-size: 20px;
}

.c-split-accordion__content-inner {
  width: 100%;
}

.c-accordion-trigger {
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.c-accordion-trigger:hover {
  color: #143E79;
}

.c-split-accordion__item {
  border-bottom: 1px solid #CCD3DE;
  width: 100%;
  padding: 10px 0;
}
.c-split-accordion__item:last-of-type {
  border: none;
}

.c-split-accordion__item-details {
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  overflow: hidden;
  max-height: 0;
}

.c-red-bar {
  width: 20px;
  height: 50%;
  background: #C41331;
  position: absolute;
  top: 10%;
  left: -10px;
}

.c-split-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 56.24em) {
  .c-split-content {
    grid-template-columns: 1fr;
  }
}

.c-split-content--70.c-split-content--left {
  grid-template-columns: 2fr 3.5fr;
}
@media (max-width: 56.24em) {
  .c-split-content--70.c-split-content--left {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 56.25em) {
  .c-split-content--70.c-split-content--left .c-split-content__text {
    padding-right: 80px;
  }
}

.c-split-content--70.c-split-content--right {
  grid-template-columns: 3.5fr 2fr;
}
@media (max-width: 56.24em) {
  .c-split-content--70.c-split-content--right {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 56.25em) {
  .c-split-content--70.c-split-content--right .c-split-content__text {
    padding-left: 80px;
  }
}

.c-split-content__text {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c-split-content__text--no-padding {
  padding: 0;
}

.c-split-content__media-inner {
  background-image: url(../../assets/images/bg/blue-squares.png);
  padding-top: 20px;
  padding-left: 20px;
}
.c-split-content__media-inner img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 56.25em) {
  .c-split-content--right .c-split-content__text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.c-split-content--right .c-split-content__media-inner {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 0;
}

@media (max-width: 56.24em) {
  .c-split-content--right-no-tablet .c-split-content__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-split-content--directory-single h2 {
  margin-bottom: 24px;
}

.c-split-content--right .c-split-content__media--cover-corner {
  position: relative;
}
.c-split-content--right .c-split-content__media--cover-corner:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  background-image: url(../../assets/images/bg/blue-squares.png);
}

.c-split-content--left .c-split-content__media--cover-corner {
  position: relative;
}
.c-split-content--left .c-split-content__media--cover-corner:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  background-image: url(../../assets/images/bg/blue-squares.png);
}

.c-styled-card {
  position: relative;
}
.c-styled-card--color-blue:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg/blue-squares.png);
}
.c-styled-card--color-blue.c-styled-card--cover-corner:before {
  background-image: url(../../assets/images/bg/blue-squares.png);
}
.c-styled-card--color-red:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/bg/red-squares.png);
}
.c-styled-card--color-red.c-styled-card--cover-corner:before {
  background-image: url(../../assets/images/bg/red-squares.png);
}

.c-styled-card--position-left:after {
  left: -20px;
  top: -20px;
}
.c-styled-card--position-left.c-styled-card--cover-corner:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.c-styled-card--position-right:after {
  right: -20px;
  top: -20px;
}
.c-styled-card--position-right.c-styled-card--cover-corner:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.c-styled-card--position-none:after {
  display: none;
}

.c-styled-card__inner {
  position: relative;
  z-index: 10;
  padding: 50px;
}
@media (max-width: 56.24em) {
  .c-styled-card__inner {
    padding: 10px;
  }
}
.c-styled-card__inner ul, .c-styled-card__inner ol {
  list-style-position: inside;
}

.c-styled-card__image {
  position: relative;
  z-index: 2;
}
.c-styled-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal &gt; .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical &gt; .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode &gt; .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered &gt; .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled &gt; .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical &gt; .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical &gt; .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled &gt; .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal &gt; .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical &gt; .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.c-carousel-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 56.24em) {
  .c-carousel-videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-carousel-videos__content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 56.24em) {
  .c-carousel-videos__content {
    width: 100%;
  }
}
.c-carousel-videos__content .wp-block-heading strong {
  position: relative;
}
.c-carousel-videos__content .wp-block-heading strong:after {
  content: "";
  width: 100%;
  height: 16px;
  background-image: url(../../assets/images/bg/red-squares.png);
  position: absolute;
  top: 90%;
  left: 0;
}

.c-carousel-videos__wrapper {
  width: 60%;
  position: relative;
}
@media (max-width: 56.24em) {
  .c-carousel-videos__wrapper {
    width: 100%;
  }
}

.c-carousel-videos__wrapper-inner {
  overflow: hidden;
}

.c-video-card {
  width: 345px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-video-card iframe {
  width: 100%;
}
.c-video-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
}
.c-video-card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.c-video-card:hover path {
  stroke: #143E79;
  fill: #143E79;
}

.c-video-card__video {
  width: 100%;
  height: auto;
}

.c-video-card--playing:after, .c-video-card--playing .c-video-card__byline {
  display: none;
}

.c-video-card__byline {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 24px;
  color: #FFFFFF;
}
.c-video-card__byline path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  stroke: #C41331;
  fill: #C41331;
}
.c-video-card__byline h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 22.4px */
  margin-top: 10px;
}

.c-swiper-nav {
  background: #C41331;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-swiper-nav:hover {
  background: #143E79;
}
.c-swiper-nav svg {
  width: 16px;
  height: auto;
}

.c-carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  padding-right: calc(var(--wrapper-margin) / 2);
  padding-top: 24px;
}

.c-video-card__link {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-video-card__link svg {
  width: 24px;
}

.c-carousel-videos__triangle {
  position: absolute;
  left: -20px;
  top: 30%;
  z-index: 2;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}
/*# sourceMappingURL=maps/main.css.map */
</pre></body></html>