@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
.w,
.wm,
.ws {
  width: 100%;
  max-width: 100rem;
  margin: auto;
  position: relative;
}

.w,
.wm {
  padding: 0 10rem;
}
@media all and (max-width: 1630px) {
  .w,
.wm {
    padding: 0 5rem;
  }
}
@media all and (max-width: 1023px) {
  .w,
.wm {
    padding: 0 1.875rem;
  }
}
@media all and (max-width: 767px) {
  .w,
.wm {
    padding: 0 1.375rem;
  }
}
@media all and (max-width: 600px) {
  .w,
.wm {
    padding: 0 1.25rem;
  }
}

.wm {
  padding: 0 13.125rem;
}
@media all and (max-width: 1630px) {
  .wm {
    padding: 0 6.5625rem;
  }
}
@media all and (max-width: 1023px) {
  .wm {
    padding: 0 1.875rem;
  }
}
@media all and (max-width: 767px) {
  .wm {
    padding: 0 1.375rem;
  }
}
@media all and (max-width: 600px) {
  .wm {
    padding: 0 1.25rem;
  }
}

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

.background-black {
  background-color: #000000;
}

.background-text {
  background-color: #0E1328;
}

.background-spanish-gray {
  background-color: #97989F;
}

.background-bright-gray {
  background-color: #E8E8EA;
}

.background-light-silver {
  background-color: #D9D9D9;
}

.background-prussian-blue {
  background-color: #00314D;
}

.background-midnight-green {
  background-color: #00415F;
}

.background-indigo {
  background-color: #1b456a;
}

.background-ateneo-blue {
  background-color: #00466D;
}

.background-ateneo-blue-alt {
  background-color: #01466D;
}

.background-maastricht-blue {
  background-color: #011638;
}

.background-cyan {
  background-color: #06AFDD;
}

.background-bubbles {
  background-color: #E6F7FC;
}

.background-bubble {
  background-color: #E6F7FC;
}

.background-alice-blue {
  background-color: #e9f6fb;
}

.background-alice-blue-alt {
  background-color: #EDF7FB;
}

.background-selective-yellow {
  background-color: #FFB800;
}

.background-cyber-yellow {
  background-color: #FFD500;
}

.background-transparent {
  background-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1.5;
  color: #0E1328;
  font-weight: 400;
}

body,
input,
textarea,
button {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
}
@media all and (max-width: 600px) {
  h1,
h2,
h3,
h4,
.title {
    line-height: 1.35;
  }
}

/* font sizes */
h1,
.fsh1 {
  font-size: 3.4375rem;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1460px) {
  h1,
.fsh1 {
    font-size: 3.125rem;
  }
}
@media all and (max-width: 1460px) {
  h1,
.fsh1 {
    font-size: 2.875rem;
  }
}
@media all and (max-width: 767px) {
  h1,
.fsh1 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 600px) {
  h1,
.fsh1 {
    font-size: 2.1875rem;
  }
}

h2,
.fsh2 {
  font-size: 2.8125rem;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1460px) {
  h2,
.fsh2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1460px) {
  h2,
.fsh2 {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 767px) {
  h2,
.fsh2 {
    font-size: 1.875rem;
  }
}

h3,
.fsh3 {
  font-size: 2.1875rem;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1460px) {
  h3,
.fsh3 {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 1460px) {
  h3,
.fsh3 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 767px) {
  h3,
.fsh3 {
    font-size: 1.5625rem;
  }
}

h4,
.fsh4 {
  font-size: 1.875rem;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1460px) {
  h4,
.fsh4 {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 1460px) {
  h4,
.fsh4 {
    font-size: 1.5625rem;
  }
}
@media all and (max-width: 767px) {
  h4,
.fsh4 {
    font-size: 1.375rem;
  }
}

h5,
.fsh5 {
  font-size: 1.5625rem;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1460px) {
  h5,
.fsh5 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1460px) {
  h5,
.fsh5 {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 767px) {
  h5,
.fsh5 {
    font-size: 1.25rem;
  }
}

h6,
.fsh6 {
  letter-spacing: 0.01em;
}

h6,
.fsh6 {
  font-size: 1.375rem;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1599px) {
  h6,
.fsh6 {
    font-size: 1.3125rem;
  }
}
@media all and (max-width: 1460px) {
  h6,
.fsh6 {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 1460px) {
  h6,
.fsh6 {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 767px) {
  h6,
.fsh6 {
    font-size: 1.0625rem;
  }
}

.fs-xxl {
  font-size: 1.5625rem;
}
@media all and (max-width: 1460px) {
  .fs-xxl {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 1460px) {
  .fs-xxl {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  .fs-xxl {
    font-size: 1.1875rem;
  }
}

.fs-l {
  font-size: 1.25rem;
}
@media all and (max-width: 1460px) {
  .fs-l {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 767px) {
  .fs-l {
    font-size: 1.0625rem;
  }
}

.fs-m {
  font-size: 1.125rem;
}

.fs-s {
  font-size: 0.875rem;
}

u {
  text-decoration: underline;
}

.wp-editor,
.editorText {
  /* text alignment da editor WYSIWYG */
}
.wp-editor > *:not(:last-child),
.editorText > *:not(:last-child) {
  margin-bottom: 1em;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6,
.wp-editor .title,
.editorText h1,
.editorText h2,
.editorText h3,
.editorText h4,
.editorText h5,
.editorText h6,
.editorText .title {
  color: #01466D;
  font-weight: 700;
}
.wp-editor a,
.editorText a {
  transition: color 0.3s;
  display: inline-block !important;
  text-decoration: underline;
  color: inherit;
}
.wp-editor ul,
.wp-editor ol,
.editorText ul,
.editorText ol {
  list-style: disc;
  margin-left: 1.2em;
  font-weight: 300;
}
.wp-editor ul strong,
.wp-editor ol strong,
.editorText ul strong,
.editorText ol strong {
  font-weight: 500;
}
.wp-editor ul li,
.wp-editor ol li,
.editorText ul li,
.editorText ol li {
  margin-bottom: 1em;
}
.wp-editor ul li:last-child,
.wp-editor ol li:last-child,
.editorText ul li:last-child,
.editorText ol li:last-child {
  margin-bottom: 0;
}
.wp-editor b,
.wp-editor strong,
.editorText b,
.editorText strong {
  font-weight: 700;
}
.wp-editor .ql-align-center,
.editorText .ql-align-center {
  text-align: center;
}
.wp-editor .ql-align-right,
.editorText .ql-align-right {
  text-align: right;
}
.wp-editor .ql-align-justify,
.editorText .ql-align-justify {
  text-align: justify;
}

:root {
  --real100vh: 100vh;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}
html.menu-open, html.noScroll,
body.menu-open,
body.noScroll {
  overflow: hidden;
}

body,
body * {
  box-sizing: border-box;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  outline: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
body::-webkit-input-placeholder, body *::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

body:-moz-placeholder, body *:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

body::-moz-placeholder, body *::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

body:-ms-input-placeholder, body *:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

body:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

*:not(.select2 *):is(a), *:not(.select2 *):is(img), *:not(.select2 *):is(picture), *:not(.select2 *):is(svg), *:not(.select2 *):is(textarea) {
  display: block;
}

img:not([src]) {
  visibility: hidden;
}

p a {
  display: inline;
}

/*
::-moz-selection {
	color: color('persimmon');
	background-color: color('white') !important;
}

::selection {
	color: color('persimmon');
	background-color: color('white') !important;
}
*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

section {
  background-color: #FFF;
  position: relative;
}

section.noMB {
  margin-bottom: 0 !important;
}

section.noMT {
  margin-top: 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

.prefers-reduced-motion {
  display: none;
  position: absolute;
  top: -100vw;
  left: -100vw;
  width: 0px;
  height: 0px;
  pointer-events: none;
  visibility: hidden;
}
@media (prefers-reduced-motion) {
  .prefers-reduced-motion {
    display: block;
  }
}

body.reduced-motion * {
  transition: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  min-height: 24px;
}
.sr-only:focus {
  clip: auto;
  width: auto;
  height: auto;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #01466D;
  z-index: 100000;
}

[aria-hidden=true] input,
[aria-hidden=true] button,
[aria-hidden=true] .plyr__controls {
  visibility: hidden;
  opacity: 0;
}

.calendly-inline-widget {
  position: relative;
}
.calendly-inline-widget .unblock-cookies {
  background: transparent;
  color: #0E1328;
}

main {
  margin-top: var(--HH, 4.375rem);
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow {
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
}
.splide__arrow:not(:disabled) {
  opacity: 1;
}
.splide__arrow:not(:disabled):hover {
  opacity: 1;
}
.splide__arrow:disabled {
  opacity: 0.5;
  cursor: default;
}
.splide__arrow svg {
  width: 1.8125rem;
  height: auto;
}
.splide__arrow svg path {
  fill: #FFFFFF;
}

.splide__pagination {
  transform: translateX(-200vw);
  bottom: auto;
  top: 100%;
}
.splide__pagination li {
  padding: 0 2.1875rem;
}
@media all and (max-width: 1023px) {
  .splide__pagination li {
    padding: 0 0.625rem;
  }
}
.splide__pagination li .splide__pagination__page {
  width: 2rem;
  height: 2rem;
  color: #FFFFFF;
  background-color: #06AFDD;
  opacity: 1;
  transition: all 0.3s;
}
.splide__pagination li .splide__pagination__page.is-active {
  background-color: #FFFFFF;
  color: #00466D;
  font-weight: 700;
  transform: none;
}
.splide__pagination li .splide__pagination__page button {
  margin: 0;
}
.splide__pagination li .splide__pagination__page button:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.splide__pagination li:nth-child(1) button:after {
  content: "1";
}
.splide__pagination li:nth-child(2) button:after {
  content: "2";
}
.splide__pagination li:nth-child(3) button:after {
  content: "3";
}
.splide__pagination li:nth-child(4) button:after {
  content: "4";
}
.splide__pagination li:nth-child(5) button:after {
  content: "5";
}
.splide__pagination li:nth-child(6) button:after {
  content: "6";
}
.splide__pagination li:nth-child(7) button:after {
  content: "7";
}
.splide__pagination li:nth-child(8) button:after {
  content: "8";
}
.splide__pagination li:nth-child(9) button:after {
  content: "9";
}
.splide__pagination li:nth-child(10) button:after {
  content: "10";
}
.splide__pagination li:nth-child(11) button:after {
  content: "11";
}
.splide__pagination li:nth-child(12) button:after {
  content: "12";
}
.splide__pagination li:nth-child(13) button:after {
  content: "13";
}
.splide__pagination li:nth-child(14) button:after {
  content: "14";
}
.splide__pagination li:nth-child(15) button:after {
  content: "15";
}
.splide__pagination li:nth-child(16) button:after {
  content: "16";
}
.splide__pagination li:nth-child(17) button:after {
  content: "17";
}
.splide__pagination li:nth-child(18) button:after {
  content: "18";
}
.splide__pagination li:nth-child(19) button:after {
  content: "19";
}
.splide__pagination li:nth-child(20) button:after {
  content: "20";
}
.splide__pagination li:nth-child(21) button:after {
  content: "21";
}
.splide__pagination li:nth-child(22) button:after {
  content: "22";
}
.splide__pagination li:nth-child(23) button:after {
  content: "23";
}
.splide__pagination li:nth-child(24) button:after {
  content: "24";
}
.splide__pagination li:nth-child(25) button:after {
  content: "25";
}
.splide__pagination li:nth-child(26) button:after {
  content: "26";
}
.splide__pagination li:nth-child(27) button:after {
  content: "27";
}
.splide__pagination li:nth-child(28) button:after {
  content: "28";
}
.splide__pagination li:nth-child(29) button:after {
  content: "29";
}
.splide__pagination li:nth-child(30) button:after {
  content: "30";
}
.splide__pagination li:nth-child(31) button:after {
  content: "31";
}
.splide__pagination li:nth-child(32) button:after {
  content: "32";
}
.splide__pagination li:nth-child(33) button:after {
  content: "33";
}
.splide__pagination li:nth-child(34) button:after {
  content: "34";
}
.splide__pagination li:nth-child(35) button:after {
  content: "35";
}
.splide__pagination li:nth-child(36) button:after {
  content: "36";
}
.splide__pagination li:nth-child(37) button:after {
  content: "37";
}
.splide__pagination li:nth-child(38) button:after {
  content: "38";
}
.splide__pagination li:nth-child(39) button:after {
  content: "39";
}
.splide__pagination li:nth-child(40) button:after {
  content: "40";
}
.splide__pagination li:nth-child(41) button:after {
  content: "41";
}
.splide__pagination li:nth-child(42) button:after {
  content: "42";
}
.splide__pagination li:nth-child(43) button:after {
  content: "43";
}
.splide__pagination li:nth-child(44) button:after {
  content: "44";
}
.splide__pagination li:nth-child(45) button:after {
  content: "45";
}
.splide__pagination li:nth-child(46) button:after {
  content: "46";
}
.splide__pagination li:nth-child(47) button:after {
  content: "47";
}
.splide__pagination li:nth-child(48) button:after {
  content: "48";
}
.splide__pagination li:nth-child(49) button:after {
  content: "49";
}
.splide__pagination li:nth-child(50) button:after {
  content: "50";
}
.splide__pagination li:nth-child(51) button:after {
  content: "51";
}
.splide__pagination li:nth-child(52) button:after {
  content: "52";
}
.splide__pagination li:nth-child(53) button:after {
  content: "53";
}
.splide__pagination li:nth-child(54) button:after {
  content: "54";
}
.splide__pagination li:nth-child(55) button:after {
  content: "55";
}
.splide__pagination li:nth-child(56) button:after {
  content: "56";
}
.splide__pagination li:nth-child(57) button:after {
  content: "57";
}
.splide__pagination li:nth-child(58) button:after {
  content: "58";
}
.splide__pagination li:nth-child(59) button:after {
  content: "59";
}
.splide__pagination li:nth-child(60) button:after {
  content: "60";
}
.splide__pagination li:nth-child(61) button:after {
  content: "61";
}
.splide__pagination li:nth-child(62) button:after {
  content: "62";
}
.splide__pagination li:nth-child(63) button:after {
  content: "63";
}
.splide__pagination li:nth-child(64) button:after {
  content: "64";
}
.splide__pagination li:nth-child(65) button:after {
  content: "65";
}
.splide__pagination li:nth-child(66) button:after {
  content: "66";
}
.splide__pagination li:nth-child(67) button:after {
  content: "67";
}
.splide__pagination li:nth-child(68) button:after {
  content: "68";
}
.splide__pagination li:nth-child(69) button:after {
  content: "69";
}
.splide__pagination li:nth-child(70) button:after {
  content: "70";
}
.splide__pagination li:nth-child(71) button:after {
  content: "71";
}
.splide__pagination li:nth-child(72) button:after {
  content: "72";
}
.splide__pagination li:nth-child(73) button:after {
  content: "73";
}
.splide__pagination li:nth-child(74) button:after {
  content: "74";
}
.splide__pagination li:nth-child(75) button:after {
  content: "75";
}
.splide__pagination li:nth-child(76) button:after {
  content: "76";
}
.splide__pagination li:nth-child(77) button:after {
  content: "77";
}
.splide__pagination li:nth-child(78) button:after {
  content: "78";
}
.splide__pagination li:nth-child(79) button:after {
  content: "79";
}
.splide__pagination li:nth-child(80) button:after {
  content: "80";
}
.splide__pagination li:nth-child(81) button:after {
  content: "81";
}
.splide__pagination li:nth-child(82) button:after {
  content: "82";
}
.splide__pagination li:nth-child(83) button:after {
  content: "83";
}
.splide__pagination li:nth-child(84) button:after {
  content: "84";
}
.splide__pagination li:nth-child(85) button:after {
  content: "85";
}
.splide__pagination li:nth-child(86) button:after {
  content: "86";
}
.splide__pagination li:nth-child(87) button:after {
  content: "87";
}
.splide__pagination li:nth-child(88) button:after {
  content: "88";
}
.splide__pagination li:nth-child(89) button:after {
  content: "89";
}
.splide__pagination li:nth-child(90) button:after {
  content: "90";
}
.splide__pagination li:nth-child(91) button:after {
  content: "91";
}
.splide__pagination li:nth-child(92) button:after {
  content: "92";
}
.splide__pagination li:nth-child(93) button:after {
  content: "93";
}
.splide__pagination li:nth-child(94) button:after {
  content: "94";
}
.splide__pagination li:nth-child(95) button:after {
  content: "95";
}
.splide__pagination li:nth-child(96) button:after {
  content: "96";
}
.splide__pagination li:nth-child(97) button:after {
  content: "97";
}
.splide__pagination li:nth-child(98) button:after {
  content: "98";
}
.splide__pagination li:nth-child(99) button:after {
  content: "99";
}
.splide__pagination li:nth-child(100) button:after {
  content: "100";
}

*[data-animation-in]:not(.paginated *) {
  opacity: 0;
}

.imageBackground {
  opacity: 0;
  transition: opacity 0.3s;
}
.imageBackground.imageSpace {
  position: relative !important;
}
.imageBackground.imageSpace img {
  width: 100%;
  height: auto;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.imageBackground:not(.imageSpace) img {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.imageBackground.loaded {
  opacity: 1;
}
.imageBackground:empty {
  background-color: #FF0000;
  opacity: 1;
}

.player {
  position: relative;
  width: 100%;
  height: 100%;
}
.player.background {
  pointer-events: none;
}
.player video {
  width: 100%;
}
.player .video-iframe {
  width: 100%;
  height: 100%;
}
.player .video-iframe.unblocked {
  pointer-events: none;
}
.player .video-iframe iframe {
  width: 100%;
  height: 100%;
}
.player[data-ratio-mode=cover] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media {
  overflow: hidden;
}
.media[data-ratio-mode=cover] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media.media-image[data-ratio-winner=height] img,
.media.media-image[data-ratio-winner=height] svg, .media.media-image:not([data-ratio-winner]) img,
.media.media-image:not([data-ratio-winner]) svg {
  width: 100%;
  height: auto;
}
.media.media-image[data-ratio-winner=width] img,
.media.media-image[data-ratio-winner=width] svg {
  height: 100%;
  width: auto;
}

.lazyload-enabled {
  transition: opacity 0.3s;
  opacity: 0;
}
.lazyload-enabled.lazyloaded {
  opacity: 1;
}

.diagonal-top {
  margin-top: 15rem;
  position: relative;
}
.diagonal-top::before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 15rem;
  background-color: var(--background-color, #FFF);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  z-index: 1;
}
.diagonal-top.odd::before {
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.diagonal-top.even::before {
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.diagonal-fill-end:after {
  content: "";
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 15rem;
  background-color: var(--background-color, #FFF);
  z-index: 1;
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 7px 15px 0px #0000001A;
}
.Header .contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header .contents .logo-link {
  margin-top: 0.375rem;
  position: relative;
  width: 6.75rem;
  align-self: stretch;
  display: flex;
  z-index: 1;
}
@media all and (max-width: 1315px) {
  .Header .contents .logo-link {
    width: 5.5rem;
  }
}
@media all and (max-width: 600px) {
  .Header .contents .logo-link {
    width: 3.75rem;
  }
}
.Header .contents .logo-link svg {
  height: auto;
  width: 100%;
  position: absolute;
}
.Header .contents .highlighted-links {
  display: none;
}
@media all and (max-width: 1215px) {
  .Header .contents .highlighted-links {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-left: auto;
    margin-right: 1.875rem;
  }
}
@media all and (max-width: 600px) {
  .Header .contents .highlighted-links {
    display: none;
    visibility: hidden;
  }
}
.Header .contents .highlighted-links li a.cta {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #01466D;
  color: #FFFFFF;
  transition: all 0.3s;
  padding: 0 1.875rem;
  font-size: 1rem;
  line-height: 3.75rem;
}
.Header .contents .burger {
  display: none;
  margin: -0.625rem;
  padding: 0.625rem;
  cursor: pointer;
}
@media all and (max-width: 1215px) {
  .Header .contents .burger {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .Header .contents .burger {
    margin: 0 -0.625rem 0 0;
    padding: 0.625rem;
  }
}
.Header .contents .burger .burger-inner {
  width: 1.875rem;
  height: 1.25rem;
  position: relative;
}
@media all and (max-width: 767px) {
  .Header .contents .burger .burger-inner {
    width: 1.5625rem;
    height: 1.125rem;
  }
}
.Header .contents .burger .burger-inner span {
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #01466D;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.Header .contents .burger .burger-inner span:nth-child(1) {
  top: 0;
}
body.menu-open .Header .contents .burger .burger-inner span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.Header .contents .burger .burger-inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
body.menu-open .Header .contents .burger .burger-inner span:nth-child(2) {
  opacity: 0;
  transform: translate(0, -50%);
}

.Header .contents .burger .burger-inner span:nth-child(3) {
  top: 100%;
  transform: translate(-50%, -100%);
}
body.menu-open .Header .contents .burger .burger-inner span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.Header .contents .menu-wrapper {
  white-space: nowrap;
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
@media all and (max-width: 1366px) {
  .Header .contents .menu-wrapper {
    font-size: 0.9375rem;
  }
}
@media all and (max-width: 1215px) {
  .Header .contents .menu-wrapper {
    position: fixed;
    top: var(--HH);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    padding: 3.125rem;
    overflow: auto;
    font-size: 1.25rem;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
    box-shadow: inset 0px 7px 15px 0px #0000001A;
  }
}
@media all and (max-width: 1215px) {
  body.menu-open .Header .contents .menu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.Header .contents .menu-wrapper > ul {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.46875rem 0;
}
@media all and (max-width: 1215px) {
  .Header .contents .menu-wrapper > ul {
    flex-direction: column;
    margin: auto;
  }
}
.Header .contents .menu-wrapper > ul > li {
  margin-left: 1.25rem;
  position: relative;
  line-height: 1;
}
@media all and (max-width: 1215px) {
  .Header .contents .menu-wrapper > ul > li {
    margin-left: 0;
    margin-bottom: 0.9375rem;
  }
}
.Header .contents .menu-wrapper > ul > li:first-child {
  margin-left: 0;
}
.Header .contents .menu-wrapper > ul > li a {
  padding: 0.625rem;
}
.Header .contents .menu-wrapper > ul > li a.cta {
  font-size: 1.125rem;
  line-height: 4.375rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #01466D;
  color: #FFFFFF;
  padding: 0 2.5rem;
  margin: -0.46875rem 0;
  transition: all 0.3s;
}
@media all and (max-width: 1366px) {
  .Header .contents .menu-wrapper > ul > li a.cta {
    padding: 0 1.875rem;
    font-size: 1rem;
    line-height: 3.75rem;
  }
}
@media all and (max-width: 1215px) {
  .Header .contents .menu-wrapper > ul > li a.cta {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .Header .contents .menu-wrapper > ul > li a.cta {
    display: block;
    margin: 0;
  }
}
.Header .contents .menu-wrapper > ul > li a.cta:hover {
  background-color: #06AFDD;
}
.Header .contents .menu-wrapper > ul > li a:not(.cta):hover {
  text-decoration: underline;
}

.btn {
  transition: all 0.3s;
  font-size: 1.375rem;
  line-height: 1;
  border-radius: 0.3125rem;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  border: 0.0625rem solid;
  padding: 1.182em 1.3636em;
}
@media all and (max-width: 767px) {
  .btn {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 600px) {
  .btn {
    font-size: 1rem;
  }
}
.btn.btn-white {
  background-color: #FFFFFF;
  color: #01466D;
  border-color: #FFFFFF;
}
.btn.btn-white:hover, .btn.btn-white.hover {
  background-color: #01466D;
  color: #FFFFFF;
}
.btn.btn-black {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
}
.btn.btn-black:hover, .btn.btn-black.hover {
  background-color: #FFFFFF;
  color: #000000;
}
.btn.btn-text {
  background-color: #0E1328;
  color: #FFFFFF;
  border-color: #0E1328;
}
.btn.btn-text:hover, .btn.btn-text.hover {
  background-color: #FFFFFF;
  color: #0E1328;
}
.btn.btn-spanish-gray {
  background-color: #97989F;
  color: #FFFFFF;
  border-color: #97989F;
}
.btn.btn-spanish-gray:hover, .btn.btn-spanish-gray.hover {
  background-color: #FFFFFF;
  color: #97989F;
}
.btn.btn-bright-gray {
  background-color: #E8E8EA;
  color: #FFFFFF;
  border-color: #E8E8EA;
}
.btn.btn-bright-gray:hover, .btn.btn-bright-gray.hover {
  background-color: #FFFFFF;
  color: #E8E8EA;
}
.btn.btn-light-silver {
  background-color: #D9D9D9;
  color: #FFFFFF;
  border-color: #D9D9D9;
}
.btn.btn-light-silver:hover, .btn.btn-light-silver.hover {
  background-color: #FFFFFF;
  color: #D9D9D9;
}
.btn.btn-prussian-blue {
  background-color: #00314D;
  color: #FFFFFF;
  border-color: #00314D;
}
.btn.btn-prussian-blue:hover, .btn.btn-prussian-blue.hover {
  background-color: #FFFFFF;
  color: #00314D;
}
.btn.btn-midnight-green {
  background-color: #00415F;
  color: #FFFFFF;
  border-color: #00415F;
}
.btn.btn-midnight-green:hover, .btn.btn-midnight-green.hover {
  background-color: #FFFFFF;
  color: #00415F;
}
.btn.btn-indigo {
  background-color: #1b456a;
  color: #FFFFFF;
  border-color: #1b456a;
}
.btn.btn-indigo:hover, .btn.btn-indigo.hover {
  background-color: #FFFFFF;
  color: #1b456a;
}
.btn.btn-ateneo-blue {
  background-color: #00466D;
  color: #FFFFFF;
  border-color: #00466D;
}
.btn.btn-ateneo-blue:hover, .btn.btn-ateneo-blue.hover {
  background-color: #FFFFFF;
  color: #00466D;
}
.btn.btn-ateneo-blue-alt {
  background-color: #01466D;
  color: #FFFFFF;
  border-color: #01466D;
}
.btn.btn-ateneo-blue-alt:hover, .btn.btn-ateneo-blue-alt.hover {
  background-color: #FFFFFF;
  color: #01466D;
}
.btn.btn-maastricht-blue {
  background-color: #011638;
  color: #FFFFFF;
  border-color: #011638;
}
.btn.btn-maastricht-blue:hover, .btn.btn-maastricht-blue.hover {
  background-color: #FFFFFF;
  color: #011638;
}
.btn.btn-cyan {
  background-color: #06AFDD;
  color: #FFFFFF;
  border-color: #06AFDD;
}
.btn.btn-cyan:hover, .btn.btn-cyan.hover {
  background-color: #FFFFFF;
  color: #06AFDD;
}
.btn.btn-bubbles {
  background-color: #E6F7FC;
  color: #FFFFFF;
  border-color: #E6F7FC;
}
.btn.btn-bubbles:hover, .btn.btn-bubbles.hover {
  background-color: #FFFFFF;
  color: #E6F7FC;
}
.btn.btn-bubble {
  background-color: #E6F7FC;
  color: #FFFFFF;
  border-color: #E6F7FC;
}
.btn.btn-bubble:hover, .btn.btn-bubble.hover {
  background-color: #FFFFFF;
  color: #E6F7FC;
}
.btn.btn-alice-blue {
  background-color: #e9f6fb;
  color: #FFFFFF;
  border-color: #e9f6fb;
}
.btn.btn-alice-blue:hover, .btn.btn-alice-blue.hover {
  background-color: #FFFFFF;
  color: #e9f6fb;
}
.btn.btn-alice-blue-alt {
  background-color: #EDF7FB;
  color: #FFFFFF;
  border-color: #EDF7FB;
}
.btn.btn-alice-blue-alt:hover, .btn.btn-alice-blue-alt.hover {
  background-color: #FFFFFF;
  color: #EDF7FB;
}
.btn.btn-selective-yellow {
  background-color: #FFB800;
  color: #FFFFFF;
  border-color: #FFB800;
}
.btn.btn-selective-yellow:hover, .btn.btn-selective-yellow.hover {
  background-color: #FFFFFF;
  color: #FFB800;
}
.btn.btn-cyber-yellow {
  background-color: #FFD500;
  color: #FFFFFF;
  border-color: #FFD500;
}
.btn.btn-cyber-yellow:hover, .btn.btn-cyber-yellow.hover {
  background-color: #FFFFFF;
  color: #FFD500;
}
.btn.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-transparent:hover, .btn.btn-transparent.hover {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0);
}

.Footer {
  background-color: #0E1328;
  position: relative;
}
.Footer .contents {
  padding: 2.5625rem 0 1rem;
  color: #FFFFFF;
}
.Footer .contents .cols {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1023px) {
  .Footer .contents .cols {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media all and (max-width: 600px) {
  .Footer .contents .cols {
    justify-content: center;
  }
}
.Footer .contents .cols .col {
  padding: 0 1.875rem;
  font-size: 0.8125rem;
}
@media all and (max-width: 1023px) {
  .Footer .contents .cols .col {
    flex-grow: 1;
  }
}
@media all and (max-width: 600px) {
  .Footer .contents .cols .col {
    margin-top: 1.875rem;
    text-align: center;
    font-size: 0.75rem;
  }
}
.Footer .contents .cols .col:first-child {
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .Footer .contents .cols .col:first-child {
    order: 1;
  }
}
@media all and (max-width: 600px) {
  .Footer .contents .cols .col:first-child {
    margin-top: 0;
    padding-right: 0;
  }
}
.Footer .contents .cols .col:last-child {
  padding-right: 0;
}
@media all and (max-width: 1023px) {
  .Footer .contents .cols .col:nth-child(2) {
    margin-bottom: 1.875rem;
  }
}
@media all and (max-width: 767px) {
  .Footer .contents .cols .col:nth-child(2) {
    order: 2;
  }
}
@media all and (max-width: 600px) {
  .Footer .contents .cols .col:nth-child(2) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1023px) {
  .Footer .contents .cols .col:nth-child(3) {
    padding-left: 15rem;
  }
}
@media all and (max-width: 767px) {
  .Footer .contents .cols .col:nth-child(3) {
    padding-left: 0;
    flex-grow: 0;
    order: 4;
  }
}
@media all and (max-width: 600px) {
  .Footer .contents .cols .col:nth-child(3) {
    order: 3;
    padding-right: 0.625rem;
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .Footer .contents .cols .col:nth-child(4) {
    flex-grow: 0;
    width: 15rem;
    order: 3;
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .Footer .contents .cols .col:nth-child(4) {
    order: 4;
    width: auto;
    width: 50%;
    padding-left: 0.625rem;
  }
}
@media all and (max-width: 1023px) {
  .Footer .contents .cols .col.no-title .col-title {
    display: none;
  }
}
.Footer .contents .cols .col .col-title {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
@media all and (max-width: 1023px) {
  .Footer .contents .cols .col .text > *:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.Footer .contents .cols .col.logos {
  width: 13.125rem;
  flex-grow: 0;
}
@media all and (max-width: 600px) {
  .Footer .contents .cols .col.logos {
    width: 100%;
  }
}
.Footer .contents .cols .col.logos > * {
  margin-bottom: 1.25rem;
}
.Footer .contents .cols .col.logos > *:last-child {
  margin-bottom: 0;
}
.Footer .contents .cols .col.logos .logo-link {
  max-width: 11.1875rem;
}
@media all and (max-width: 600px) {
  .Footer .contents .cols .col.logos .logo-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.Footer .contents .cols .col.logos .logo-link img,
.Footer .contents .cols .col.logos .logo-link svg {
  width: 100%;
  height: auto;
}
.Footer .contents .cols .col.logos .logo-link path {
  fill: #FFFFFF;
}
.Footer .contents .cols .col.logos .item .label {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
.Footer .contents .cols .col.logos .item img {
  width: 6rem;
  height: auto;
  margin: auto;
}
@media all and (max-width: 600px) {
  .Footer .contents .cols .col.logos .item img {
    width: 5rem;
  }
}
.Footer .contents .cols .col.menu-wrapper ul {
  list-style: none;
  display: block;
}
.Footer .contents hr {
  display: block;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.26;
  margin: 1.3125rem 0 1.4375rem;
}
.Footer .contents .sub-footer {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .Footer .contents .sub-footer {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.Footer .contents .sub-footer .footer-legal-menu {
  font-size: 0.75rem;
}
@media all and (max-width: 600px) {
  .Footer .contents .sub-footer .footer-legal-menu {
    margin-top: 1.25rem;
  }
}
.Footer .contents .sub-footer .footer-legal-menu ul {
  list-style: none;
  display: flex;
  margin: 0 -0.3em;
}
.Footer .contents .sub-footer .footer-legal-menu ul li {
  padding: 0 0.3em;
  display: flex;
}
.Footer .contents .sub-footer .footer-legal-menu ul li:not(:last-child):after {
  content: "-";
  display: inline-block;
  padding: 0 0 0 0.6em;
}
.Footer .contents .sub-footer .socials {
  display: flex;
  list-style: none;
  align-items: center;
}
.Footer .contents .sub-footer .socials li {
  line-height: 1;
}
.Footer .contents .sub-footer .socials li:not(:first-child) {
  padding-left: 0.8em;
}
.Footer .contents .sub-footer .socials li a {
  transition: all 0.3s;
}
@media (hover: hover) {
  .Footer .contents .sub-footer .socials li a:hover {
    opacity: 0.7;
  }
}

.wpcf7 {
  max-width: 57.25rem;
  margin: auto;
  padding: 3.75rem 1.25rem;
}
.wpcf7 form {
  margin: 0 -0.3125rem 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  color: #011638;
}
.wpcf7 form > * {
  width: 100%;
}
.wpcf7 form .field {
  padding: 0 0.3125rem 0;
}
.wpcf7 form .field.half {
  width: 50%;
}
@media all and (max-width: 600px) {
  .wpcf7 form .field.half {
    width: 100%;
  }
}
.wpcf7 form .field > label {
  display: block;
  margin-bottom: 0.625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.wpcf7 form .field label + .wpcf7-form-control-wrap input[type=text] {
  margin-top: 0.625rem;
}
.wpcf7 form .field input[type=text],
.wpcf7 form .field input[type=email],
.wpcf7 form .field input[type=url],
.wpcf7 form .field input[type=tel],
.wpcf7 form .field select,
.wpcf7 form .field textarea {
  width: 100%;
  padding: 0.5rem 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #011638;
  font-weight: 500;
}
.wpcf7 form .field input[type=text].wpcf7-not-valid,
.wpcf7 form .field input[type=email].wpcf7-not-valid,
.wpcf7 form .field input[type=url].wpcf7-not-valid,
.wpcf7 form .field input[type=tel].wpcf7-not-valid,
.wpcf7 form .field select.wpcf7-not-valid,
.wpcf7 form .field textarea.wpcf7-not-valid {
  border-color: #FF0000;
}
.wpcf7 form .field textarea {
  height: 10.9375rem;
}
.wpcf7 form .field .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.5rem;
}
.wpcf7 form .field .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item label input[type=radio] {
  border-color: #FF0000;
}
.wpcf7 form .field .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form .field .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7 form .field .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border: 1px solid #E8E8EA;
  border-radius: 100%;
  margin-right: 0.3125rem;
}
.wpcf7 form .field .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked {
  background-color: #0E1328;
}
.wpcf7 form .field .wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  display: none !important;
}
.wpcf7 form .note {
  font-size: 0.875rem;
  padding-top: 0.5rem;
}
.wpcf7 form .privacies .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form .privacies .wpcf7-form-control-wrap label {
  display: flex;
  cursor: pointer;
}
.wpcf7 form .privacies .wpcf7-form-control-wrap label input[type=checkbox] {
  margin-right: 0.625rem;
  margin-top: 0.43em;
  width: 0.625rem;
  height: 0.625rem;
  background-color: transparent;
  border: 1px solid #0E1328;
  border-radius: 0.1875rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.wpcf7 form .privacies .wpcf7-form-control-wrap label input[type=checkbox]:checked {
  background-color: #0E1328;
}
.wpcf7 form .submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
}
.wpcf7 form .submit-wrapper .submit {
  position: relative;
}
.wpcf7 form .submit-wrapper .submit input[type=submit]:not(:disabled) {
  cursor: pointer;
}
.wpcf7 form .submit-wrapper .submit input[type=submit]:disabled {
  opacity: 0.5;
}
.wpcf7 form .submit-wrapper .submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border-radius: 0.3125rem;
  border: none !important;
  background-color: rgba(230, 247, 252, 0.78);
  padding: 0.9375rem 1.875rem;
}

.unblock-cookies {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FF0000 49.35%, #FF0000 151%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.unblock-cookies.model {
  display: none;
}

.unblocked > .unblock-cookies {
  display: none;
}

.CardTeamMember {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.CardTeamMember .card-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.CardTeamMember .card-inner .images-wrapper {
  padding-bottom: 122.42%;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
}
.CardTeamMember .card-inner .images-wrapper .image,
.CardTeamMember .card-inner .images-wrapper .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.CardTeamMember .card-inner .images-wrapper .image-hover {
  opacity: 0;
  filter: grayscale(100%);
}
.CardTeamMember .card-inner .images-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 49, 77, 0.75);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
  padding: 1.8125rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  color: #FFFFFF;
}
@media all and (max-width: 1460px) {
  .CardTeamMember .card-inner .images-wrapper .overlay {
    padding: 1.25rem 0.9375rem;
  }
}
.CardTeamMember .card-inner .images-wrapper .overlay .hover-text {
  font-weight: 800;
  margin-bottom: 1em;
}
.CardTeamMember .card-inner .images-wrapper .overlay .hover-subtitle {
  font-weight: 300;
}
.CardTeamMember .card-inner .texts {
  color: #01466D;
}
.CardTeamMember .card-inner .texts > * {
  display: block;
}
.CardTeamMember .card-inner .texts .title {
  font-weight: 800;
}
.CardTeamMember .card-inner .texts .subtitle {
  font-weight: 300;
}
.CardTeamMember:hover .card-inner .images-wrapper .image-hover, .CardTeamMember.hover .card-inner .images-wrapper .image-hover {
  opacity: 1;
}
.CardTeamMember:hover .card-inner .images-wrapper .overlay, .CardTeamMember.hover .card-inner .images-wrapper .overlay {
  opacity: 1;
}

.CardPost {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.CardPost .media-wrapper {
  flex-grow: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.CardPost .media-wrapper .media-canvas {
  max-height: 11.25rem;
  transition: transform 0.3s;
}
.CardPost .media-wrapper .media-canvas:before {
  content: " ";
  display: block;
  padding-bottom: 62.6%;
  position: relative;
  pointer-events: none;
}
.CardPost .texts {
  margin-top: 0.9375rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.CardPost .texts .date {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
  color: #01466D;
  margin-bottom: 0.625rem;
}
.CardPost .texts .date .icon {
  margin-right: 0.625rem;
}
.CardPost .texts .date .icon [tofill] {
  fill: currentColor;
}
.CardPost .texts .date .icon [tostroke] {
  stroke: currentColor;
}
.CardPost .texts .title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.33;
}
@media (hover: hover) {
  .CardPost:hover .media-wrapper .media-canvas {
    transform: scale(1.05);
  }
}

.SinglePost {
  padding: 6.25rem 0;
}
@media all and (max-width: 1460px) {
  .SinglePost {
    padding: 4.6875rem 0;
  }
}
@media all and (max-width: 600px) {
  .SinglePost {
    padding: 3.125rem 0;
  }
}
.SinglePost .contents .heading {
  text-align: center;
  margin-bottom: 2rem;
}
.SinglePost .contents .heading .cats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem -0.5rem 1rem -0.5rem;
}
.SinglePost .contents .heading .cats li {
  padding: 0.5rem 0.5rem 0 0.5rem;
}
.SinglePost .contents .heading .cats li span {
  color: var(--color);
  padding: 0.25rem 0.625rem;
  position: relative;
  font-weight: 500;
  border-radius: 0.375rem;
  overflow: hidden;
  display: block;
}
.SinglePost .contents .heading .cats li span:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0.1;
}
.SinglePost .contents .heading .date {
  color: #97989F;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  font-weight: 400;
  color: #01466D;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 767px) {
  .SinglePost .contents .heading .date {
    font-size: 0.75rem;
  }
}
.SinglePost .contents .heading .date svg {
  margin-right: 0.625rem;
  height: 1em;
  width: auto;
  transform: translateY(-1px);
}
.SinglePost .contents .heading .title {
  color: #01466D;
}
.SinglePost .contents .media-wrapper {
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  padding-bottom: 45.11%;
  position: relative;
  overflow: hidden;
}
.SinglePost .contents .media-wrapper .media-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.HeroMain {
  position: relative;
  background-color: #01466D;
  height: calc(100lvh - var(--HH)) !important;
}
.HeroMain .outer-contents {
  position: fixed;
  top: var(--HH);
  left: 0;
  right: 0;
  height: calc(100lvh - var(--HH)) !important;
  display: flex;
  flex-direction: column;
}
.HeroMain .outer-contents .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.HeroMain .outer-contents .bg:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(197.59deg, rgba(0, 0, 0, 0) 11.5%, rgba(0, 0, 0, 0.96) 93.93%);
}
.HeroMain .outer-contents .wm,
.HeroMain .outer-contents .ws {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.HeroMain .outer-contents .wm .contents,
.HeroMain .outer-contents .ws .contents {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  padding: 22.68vh 0;
}
@media all and (max-width: 600px) {
  .HeroMain .outer-contents .wm .contents,
.HeroMain .outer-contents .ws .contents {
    padding: 0 0 5.625rem;
  }
}
.HeroMain .outer-contents .wm .contents h1,
.HeroMain .outer-contents .ws .contents h1 {
  line-height: 1.3;
}
.HeroMain .outer-contents .wm .contents h2,
.HeroMain .outer-contents .ws .contents h2 {
  line-height: 1.3;
}
.HeroMain .outer-contents .wm .contents .text,
.HeroMain .outer-contents .ws .contents .text {
  margin-top: 0.9375rem;
}
@media all and (max-width: 767px) {
  .HeroMain .outer-contents .wm .contents .text,
.HeroMain .outer-contents .ws .contents .text {
    font-size: 0.8125rem;
  }
}

.ContactForm {
  padding: 5.625rem 0 7.5rem;
  background-color: #EDF7FB;
}
@media all and (max-width: 1460px) {
  .ContactForm {
    padding: 6.25rem 0;
  }
}
@media all and (max-width: 1023px) {
  .ContactForm {
    padding: 4.6875rem 0;
  }
}
@media all and (max-width: 600px) {
  .ContactForm {
    padding: 3.125rem 0;
  }
}
.ContactForm .contents {
  position: relative;
}
.ContactForm .contents .heading {
  text-align: center;
  color: #01466D;
}
.ContactForm .contents .heading .subtitle {
  margin: 0.625rem auto 0;
  max-width: 54.75rem;
}
.ContactForm .contents .outer-box {
  margin-top: 2.625rem;
}
.ContactForm .contents .outer-box > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 1.25rem;
}
.ContactForm .contents .outer-box > ul li {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.555;
  display: flex;
  flex-direction: column;
  color: #01466D;
  opacity: 0.4;
  transition: all 0.3s;
  cursor: pointer;
}
.ContactForm .contents .outer-box > ul li:after {
  content: " ";
  display: block;
  height: 0.5rem;
  background-color: currentColor;
  opacity: 0;
  transition: all 0.3s;
}
.ContactForm .contents .outer-box > ul li.active {
  cursor: default;
  pointer-events: none;
}
.ContactForm .contents .outer-box > ul li:not(.active):hover {
  opacity: 0.8;
}
.ContactForm .contents .outer-box > ul li.active {
  opacity: 1;
}
.ContactForm .contents .outer-box > ul li.active::after {
  opacity: 1;
}
.ContactForm .contents .outer-box .outer-tabs-wrapper .tabs-wrapper {
  background-color: #FFFFFF;
  border-radius: 0.9375rem;
  box-shadow: 0px 2px 4px 0px #7789A61A, 0px 8px 8px 0px #7789A617, 0px 17px 10px 0px #7789A60D, 0px 31px 12px 0px #7789A603, 0px 48px 13px 0px #7789A600;
  overflow: hidden;
  position: relative;
}
.ContactForm .contents .outer-box .outer-tabs-wrapper .tabs-wrapper .tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.ContactForm .contents .outer-box .outer-tabs-wrapper .tabs-wrapper .tab.visible {
  opacity: 1;
  pointer-events: auto;
}
.ContactForm .contents .outer-box .outer-tabs-wrapper .tabs-wrapper .form-wrapper {
  max-width: 39.0625rem;
  margin: 3rem auto 0;
}
.ContactForm .contents .outer-box .outer-tabs-wrapper .tabs-wrapper .form-wrapper .calendly-inline-widget {
  margin-top: -3rem;
  margin-left: -5%;
  margin-right: -5%;
}
@media all and (max-width: 1188px) {
  .ContactForm .contents .outer-box .outer-tabs-wrapper .tabs-wrapper .form-wrapper .calendly-inline-widget {
    margin-top: -1.75rem;
  }
}
@media all and (max-width: 860px) {
  .ContactForm .contents .outer-box .outer-tabs-wrapper .tabs-wrapper .form-wrapper .calendly-inline-widget {
    margin-bottom: 0;
  }
}
@media all and (max-width: 800px) {
  .ContactForm .contents .outer-box .outer-tabs-wrapper .tabs-wrapper .form-wrapper .calendly-inline-widget {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.ContactForm.type-html .contents .box .box-primary-content .form-wrapper {
  max-width: none;
}

.Text {
  padding: 7.0625rem 0;
  color: #01466D;
}
@media all and (max-width: 1460px) {
  .Text {
    padding: 6.25rem 0;
  }
}
@media all and (max-width: 1023px) {
  .Text {
    padding: 4.6875rem 0;
  }
}
@media all and (max-width: 600px) {
  .Text {
    padding: 3.125rem 0;
  }
}
.Text .contents .title {
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
.Text.background-ateneo-blue-alt {
  color: #FFFFFF;
}

.PostsGrid {
  padding: 6.25rem 0;
  transition: opacity 0.3s;
}
@media all and (max-width: 1023px) {
  .PostsGrid {
    padding: 4.6875rem 0;
  }
}
@media all and (max-width: 600px) {
  .PostsGrid {
    padding: 3.125rem 0;
  }
}
.PostsGrid.loading {
  pointer-events: none;
}
.PostsGrid.loading-next {
  pointer-events: none;
  opacity: 0.5;
}
.PostsGrid .contents > .title {
  text-align: center;
  color: #01466D;
  margin-bottom: 3.125rem;
}
.PostsGrid .contents .items {
  margin: -1.875rem -0.9375rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .PostsGrid .contents .items {
    margin: -1.375rem 0 0;
  }
}
@media all and (max-width: 600px) {
  .PostsGrid .contents .items {
    margin: -1.25rem 0 0;
  }
}
.PostsGrid .contents .items .item {
  width: 25%;
  padding: 1.875rem 0.9375rem 0;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1366px) {
  .PostsGrid .contents .items .item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .PostsGrid .contents .items .item {
    width: 100%;
    padding: 1.375rem 0 0;
  }
}
@media all and (max-width: 600px) {
  .PostsGrid .contents .items .item {
    padding: 1.25rem 0 0;
  }
}
.PostsGrid .contents .items .item .card {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.PostsGrid .contents .items .cta-wrapper {
  width: 100%;
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PostsGrid .contents .items .pagination-wrapper {
  width: 100%;
  margin-top: 3.125rem;
}
.PostsGrid .contents .items .pagination-wrapper .nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PostsGrid .contents .items .pagination-wrapper .navigation.pagination .nav-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PostsGrid .contents .items .pagination-wrapper .navigation.pagination .nav-links .page-numbers {
  margin: 0 2.1875rem;
  width: 2rem;
  height: 2rem;
  color: #FF0000;
  background-color: #FFFFFF;
  opacity: 1;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1023px) {
  .PostsGrid .contents .items .pagination-wrapper .navigation.pagination .nav-links .page-numbers {
    margin: 0 0.625rem;
  }
}
.PostsGrid .contents .items .pagination-wrapper .navigation.pagination .nav-links .page-numbers.current {
  background-color: #FF0000;
  color: #FFFFFF;
  font-weight: 700;
}
.PostsGrid .contents .items .pagination-wrapper .navigation.pagination .nav-links .page-numbers.next {
  font-size: 0;
  text-indent: -1000px;
}
.PostsGrid .contents .items .pagination-wrapper .navigation.pagination .nav-links .page-numbers.next:after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  text-indent: initial;
}
@media all and (max-width: 767px) {
  .PostsGrid.show-archive-link .contents .items .item:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }
}

.ScrollerSection {
  position: relative;
}
.ScrollerSection .scroller-section-spacer {
  height: 200vw;
  position: relative;
}
.ScrollerSection .scroller-section-spacer .scroller-section-contents {
  height: 100lvh;
  background-color: var(--background-color);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.ScrollerSection .scroller-section-spacer .scroller-section-contents .scroller-section-inner-contents {
  padding-top: var(--HH, 4.375rem);
  position: absolute;
  top: 0;
  left: 0;
  height: 100lvh;
  width: max-content;
  display: flex;
  align-items: center;
}
.ScrollerSection .scroller-section-spacer .scroller-section-contents .scroller-section-inner-contents section {
  background-color: transparent;
  min-width: 100vw;
  flex-shrink: 0;
}
.ScrollerSection .scroller-section-spacer .scroller-section-contents .scroller-section-inner-contents section .w {
  width: auto;
  min-width: 100%;
  max-width: none;
  padding: 0 var(--WWLS, 0px);
}

.Lists {
  color: var(--color, #01466D);
}
.Lists .contents {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.Lists .contents .list-wrapper {
  flex-grow: 1;
  padding: 3.125rem 0;
}
.Lists .contents .list-wrapper .title {
  font-weight: 700;
  max-width: var(--IWW);
}
.Lists .contents .list-wrapper .subtitle {
  font-weight: 400;
  max-width: var(--IWW);
}
.Lists .contents .list-wrapper .text {
  font-weight: 300;
  gap: 3.125rem;
  width: calc(var(--IWW) / 2 - 3.125rem);
}
@media all and (max-width: 1023px) {
  .Lists .contents .list-wrapper .text {
    width: var(--IWW);
  }
}
.Lists .contents .list-wrapper .text strong {
  font-weight: 500;
}
.Lists .contents .list-wrapper .text > ul,
.Lists .contents .list-wrapper .text > ol {
  list-style: none;
  line-height: 2;
}
.Lists .contents .list-wrapper .text > ul > li,
.Lists .contents .list-wrapper .text > ol > li {
  padding-left: 2.5625rem;
  position: relative;
  margin-bottom: 0.9375rem;
}
.Lists .contents .list-wrapper .text > ul > li:last-child,
.Lists .contents .list-wrapper .text > ol > li:last-child {
  margin-bottom: 0;
}
.Lists .contents .list-wrapper .text > ul > li:before,
.Lists .contents .list-wrapper .text > ol > li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.5rem;
  height: 1.5rem;
  /* SVG come file esterno */
  mask-image: url("../media/icon-shield.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  /* o le dimensioni specifiche che preferisci */
  /* Compatibilità browser */
  -webkit-mask-image: url("../media/icon-shield.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  /* Colore di sfondo che sarà mostrato attraverso la maschera */
  background-color: var(--accent-color, #06AFDD);
}
.Lists .contents .list-wrapper .text > ul > li ol,
.Lists .contents .list-wrapper .text > ul > li ul,
.Lists .contents .list-wrapper .text > ol > li ol,
.Lists .contents .list-wrapper .text > ol > li ul {
  margin-left: 1.4em;
  list-style: disc;
}
.Lists .contents .list-wrapper .text.icon-shield > ul > li:before,
.Lists .contents .list-wrapper .text.icon-shield > ol > li:before {
  mask-image: url("../media/icon-shield.svg");
  -webkit-mask-image: url("../media/icon-shield.svg");
}
.Lists .contents .list-wrapper .text.icon-check > ul > li:before,
.Lists .contents .list-wrapper .text.icon-check > ol > li:before {
  mask-image: url("../media/icon-check.svg");
  -webkit-mask-image: url("../media/icon-check.svg");
}
.Lists.single .contents .list-wrapper .title,
.Lists.single .contents .list-wrapper .subtitle {
  text-align: center;
  line-height: 1.3;
}
.Lists.single .contents .list-wrapper .title + .text,
.Lists.single .contents .list-wrapper .subtitle + .text {
  margin-top: 2.5rem;
}
.Lists.single .contents .list-wrapper .text {
  columns: 2;
  gap: 3.125rem;
  width: var(--IWW);
}
@media all and (max-width: 1023px) {
  .Lists.single .contents .list-wrapper .text {
    columns: 1;
  }
}
.Lists.multiple .contents {
  gap: 3.125rem;
}
.Lists.multiple .contents .list-wrapper {
  flex: 1;
}
.Lists.multiple .contents .list-wrapper .title + .text,
.Lists.multiple .contents .list-wrapper .subtitle + .text {
  margin-top: 0.9375rem;
}

.ImagesCaptionsTitle {
  color: var(--color, #01466D);
}
.ImagesCaptionsTitle .contents {
  display: flex;
  justify-content: space-between;
  max-width: 58.5625rem;
  margin: auto;
  gap: 3.125rem;
}
.ImagesCaptionsTitle .contents .media-items {
  display: flex;
  gap: 4.375rem;
}
@media all and (max-width: 1023px) {
  .ImagesCaptionsTitle .contents .media-items {
    gap: 3.125rem;
  }
}
@media all and (max-width: 600px) {
  .ImagesCaptionsTitle .contents .media-items {
    gap: 1.25rem;
  }
}
.ImagesCaptionsTitle .contents .media-items .media-item {
  width: 15.625rem;
  text-align: center;
}
.ImagesCaptionsTitle .contents .media-items .media-item .media-wrapper {
  position: relative;
  overflow: hidden;
  height: 18.75rem;
  max-height: calc(100lvh - var(--HH, 4.375rem) * 3);
  border-radius: 0.25rem;
  border-bottom: 0.4375rem solid var(--color, #01466D);
}
.ImagesCaptionsTitle .contents .media-items .media-item .texts {
  margin-top: 0.9375rem;
}
.ImagesCaptionsTitle .contents > .texts {
  text-align: right;
  padding-top: 2.5625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ImagesCaptionsTitle .contents > .texts .label {
  position: relative;
  line-height: 1.777;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.ImagesCaptionsTitle .contents > .texts .label:not(:last-child) {
  margin-bottom: 1.375rem;
}
.ImagesCaptionsTitle .contents > .texts .label:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color, #01466D);
  opacity: 0.5;
}
.ScrollerSection.color-ateneo-blue-alt .ImagesCaptionsTitle .contents > .texts .label:before {
  background-color: #EDF7FB;
  opacity: 1;
}

.ImagesCaptionsTitle .contents > .texts .label span {
  position: relative;
  z-index: 1;
}
.ImagesCaptionsTitle .contents > .texts .title {
  width: 100%;
}
.ImagesCaptionsTitle.layout-images-right .contents {
  flex-direction: row-reverse;
}
.ImagesCaptionsTitle.layout-images-right .contents .texts {
  text-align: left;
  align-items: flex-start;
}

.ImagesCompoTitleText {
  color: var(--color, #01466D);
}
.ImagesCompoTitleText .contents {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
  align-items: center;
}
.ImagesCompoTitleText .contents .media-items {
  width: 27.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  row-gap: 1.1rem;
  height: 34.1rem;
  max-height: calc(100lvh - var(--HH, 4.375rem) * 3);
  max-width: var(--IWW);
}
.ImagesCompoTitleText .contents .media-items .media-item {
  border-radius: 0.3125rem;
  overflow: hidden;
  height: calc(50% - 0.55rem);
  position: relative;
}
.ImagesCompoTitleText .contents .media-items .media-item .media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ImagesCompoTitleText .contents .texts {
  padding: var(--HH, 4.375rem) 0;
}
.ImagesCompoTitleText .contents .texts .title {
  margin-bottom: 0.625rem;
}
.ImagesCompoTitleText .contents .texts .text {
  columns: 1;
  width: 40rem;
  gap: 3.125rem;
}
@media all and (max-width: 1023px) {
  .ImagesCompoTitleText .contents .texts .text {
    width: var(--IWW);
  }
}
.ScrollerSection.color-ateneo-blue-alt .ImagesCompoTitleText .contents .texts .text {
  color: #0E1328;
}

.ImagesCompoTitleText .contents .texts .text .title {
  color: var(--color, #01466D);
}
.ImagesCompoTitleText.layout-composition-right .contents {
  flex-direction: row-reverse;
}
.ImagesCompoTitleText.images-layout-21 .contents .media-items .media-item:nth-child(1), .ImagesCompoTitleText.images-layout-21 .contents .media-items .media-item:nth-child(2) {
  width: calc(50% - 0.55rem);
}
.ImagesCompoTitleText.images-layout-21 .contents .media-items .media-item:nth-child(3) {
  width: 100%;
}
.ImagesCompoTitleText.images-layout-12 .contents .media-items .media-item:nth-child(1) {
  width: 100%;
}
.ImagesCompoTitleText.images-layout-12 .contents .media-items .media-item:nth-child(2), .ImagesCompoTitleText.images-layout-12 .contents .media-items .media-item:nth-child(3) {
  width: calc(50% - 0.55rem);
}

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