@charset "UTF-8";
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
Responsive between
Ej: @include responsiveB('mobile-v', 'mobile-h'){
*/
/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
  --fade-opacity: 1;
  --fade-transform: translateX(0px) translateY(0px);
  --p100: 100%;
  --p0: 0%;
  --v1: 1;
  --v0: 0;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/*
Use:
@if editor() {
  font-size: 90px;
}
*/
/* Text Block Custom Style */
@font-face {
  font-family: "BN Carta Noir";
  src: url("../fonts/BNCartaNoirBold.woff2") format("woff2"), url("../fonts/BNCartaNoirBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../fonts/c81c036cbc37505bf56ea894a6dfb21f.woff2") format("woff2"), url("../fonts/c81c036cbc37505bf56ea894a6dfb21f.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../fonts/BasierSquare-RegularItalic.woff2") format("woff2"), url("../fonts/BasierSquare-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../fonts/e9960bb77f7109c4a4d294cd99f632c7.woff2") format("woff2"), url("../fonts/e9960bb77f7109c4a4d294cd99f632c7.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../fonts/bac939db8ec60895eaee333b108b4fd9.woff2") format("woff2"), url("../fonts/bac939db8ec60895eaee333b108b4fd9.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../fonts/127801d7d07f42325073f53817299414.woff2") format("woff2"), url("../fonts/127801d7d07f42325073f53817299414.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../fonts/BasierSquare-Medium.woff2") format("woff2"), url("../fonts/BasierSquare-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../fonts/b3221ef6174cca29c7523e8c7237846c.woff2") format("woff2"), url("../fonts/b3221ef6174cca29c7523e8c7237846c.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../fonts/61ed84e0ddca6a9d084769a28c4bcb35.woff2") format("woff2"), url("../fonts/61ed84e0ddca6a9d084769a28c4bcb35.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Basier Square", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #141C52;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body p:not(:last-child) {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
  font-family: "Basier Square", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  background-color: transparent;
}

select {
  font-family: "Basier Square", sans-serif;
}

h1,
.h1,
.h1 {
  font-size: clamp(70px, 43.6px + 0.044 * 100vw, 90px);
  font-family: "BN Carta Noir", sans-serif;
}

h2,
.h2,
.h2 {
  font-size: clamp(30px, 16.8px + 0.022 * 100vw, 40px);
  font-family: "BN Carta Noir", sans-serif;
}

h3,
.h3,
.h3 {
  font-size: clamp(26px, 20.6px + 0.009 * 100vw, 30px);
  font-family: "BN Carta Noir", sans-serif;
}

h4,
.h4,
.h4 {
  font-size: clamp(22px, 19.6px + 0.004 * 100vw, 24px);
  font-family: "BN Carta Noir", sans-serif;
}

h5,
.h5,
.h5 {
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
  font-family: "BN Carta Noir", sans-serif;
}

h6,
.h6,
.h6 {
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
  font-family: "BN Carta Noir", sans-serif;
}

a {
  color: #0047C7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b,
strong,
strong * {
  font-weight: 600;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 1050px) {
  .container {
    padding: 0 30px;
    max-width: 1340px;
  }
}

.centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-content {
  /*
  padding-bottom: 1px;

  > *:not(.default_block) {
  	margin-bottom: var(--blockMargin, 150px);

  	@include responsive("tablet-h") {
  		margin-bottom: var(--blockMarginTablet, 80px);
  	}

  	@include responsive("mobile-h") {
  		margin-bottom: var(--blockMarginMobile, 60px);
  	}
  }
  	*/
}

.text_block h1,
.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5,
.text_block h6 {
  color: #141C52;
  margin-bottom: 20px;
}
.text_block h1 {
  font-size: clamp(70px, 43.6px + 0.044 * 100vw, 90px);
}
.text_block h2 {
  font-size: clamp(30px, 16.8px + 0.022 * 100vw, 40px);
}
.text_block h3 {
  font-size: clamp(26px, 20.6px + 0.009 * 100vw, 30px);
}
.text_block h4 {
  font-size: clamp(22px, 19.6px + 0.004 * 100vw, 24px);
}
.text_block h5 {
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
}
.text_block h6 {
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
}
.text_block ul,
.text_block ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block ul li {
  list-style: disc;
}
.text_block a:not(.button) {
  color: #0047C7;
  text-decoration: none;
}
.text_block a:not(.button):hover {
  text-decoration: underline;
}
.text_block blockquote {
  padding-left: 30px;
  border-left: 3px solid #141C52;
}
.text_block blockquote p {
  font-size: clamp(22px, 19.6px + 0.004 * 100vw, 24px);
}
.text_block img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 28px 0;
}
.text_block .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignleft {
    max-width: 100%;
  }
}
.text_block .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignright {
    max-width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(2, 10, 34, 0);
  z-index: 100;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 20px;
  transition: all 0.35s ease-in-out;
  z-index: 99998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 0 none;
}
@media only screen and (min-width: 900px) {
  .header {
    padding: 0 25px;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: #0E2056;
  }
}
.admin-bar .header {
  top: 46px;
}
@media only screen and (min-width: 900px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header__left {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 900px) {
  .header__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
}
.header__right .header__right__button {
  position: absolute;
  top: -30px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .header__right .header__right__button {
    display: none;
  }
}
.header__right .header__right__button svg {
  width: 16px;
  height: auto;
}
.header--sticky {
  padding: 15px 20px;
  background: #141C52;
}
@media only screen and (min-width: 900px) {
  .header--sticky {
    padding: 0;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 900px) {
  .header--sticky .main-menu .menu > li > a {
    padding-block: 15px;
  }
}
.header--sticky .site-logo {
  width: 100px;
}
.header--sticky .site-logo svg .favicon--logo {
  fill: #0049cd;
}
.admin-bar .header--sticky {
  top: 46px;
}
@media only screen and (min-width: 900px) {
  .admin-bar .header--sticky {
    top: 32px;
  }
}

.home .header {
  background: rgba(2, 10, 34, 0);
  border-bottom: 0 none;
}
@media only screen and (min-width: 900px) {
  .home .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.home .header--sticky {
  background: #0E2056;
}

.site-logo {
  display: block;
  width: 125px;
}
.site-logo svg {
  display: block;
}
.site-logo .favicon--logo {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.site-logo__footer {
  width: 140px;
}
.site-logo img {
  display: block;
}

.main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 900px) {
  .main-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-menu .menu-primary-menu-container {
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .main-menu .menu-primary-menu-container {
    width: auto;
  }
}
.main-menu .menu-main-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .main-menu .menu-main-menu-container {
    height: 100%;
    width: auto;
    border-top: 0 none;
  }
}
@media only screen and (min-width: 900px) {
  .main-menu.search-open {
    pointer-events: none;
  }
}
.main-menu a.main-menu__button {
  display: none;
}
@media only screen and (max-width: 900px) {
  .main-menu a.main-menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-menu a.main-menu__button svg {
    width: 15px;
  }
}
.main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .main-menu .menu {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
.main-menu .menu > li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 900px) {
  .main-menu .menu > li {
    height: 100%;
    border-bottom: 0 none;
    width: auto;
    -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;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 0 none;
  }
}
.main-menu .menu > li.current-menu-item > a, .main-menu .menu > li.current-menu-ancestor > a {
  background: #0047C7;
}
.main-menu .menu > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 900px) {
  .main-menu .menu > li.menu-item-has-children > a::before {
    content: "+";
    display: block;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 14px;
    width: 8px;
    font-weight: 400;
    margin-right: 0;
  }
}
@media only screen and (min-width: 900px) {
  .main-menu .menu > li.menu-item-has-children:hover .sub-menu {
    height: auto;
    display: block;
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
}
.main-menu .menu > li.menu-item-has-children:hover .sub-menu li {
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.main-menu .menu > li.menu-item-has-children .submenu-toggle {
  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;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  width: 50px;
  height: 46px;
  cursor: pointer;
}
@media only screen and (min-width: 900px) {
  .main-menu .menu > li.menu-item-has-children .submenu-toggle {
    display: none;
  }
}
.main-menu .menu > li.menu-item-has-children.open .sub-menu {
  height: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
}
.main-menu .menu > li:hover > a {
  background: #0047C7;
}
.main-menu .menu > li > a {
  text-decoration: none;
  font-size: 19px;
  color: #ffffff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  width: 100%;
  padding: 10px 20px;
}
@media only screen and (min-width: 900px) {
  .main-menu .menu > li > a {
    height: 100%;
    width: auto;
    padding-inline: 20px;
    padding-block: 28px;
    font-size: 14px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 900px) {
  .main-menu .menu > li:not(.menu-item-has-children) > a {
    padding-inline: 35px;
  }
}
@media only screen and (max-width: 900px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #0047C7;
    padding: 60px 0 0;
    z-index: 10;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .menu-open .main-menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-menu a {
    font-size: 22px;
    color: #141C52;
  }
}
.main-menu .sub-menu {
  min-width: 250px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .main-menu .sub-menu {
    position: absolute;
    background: #EFEFEF;
    top: 100%;
    margin-top: 20px;
    padding: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 900px) {
  .header--sticky .main-menu .sub-menu a {
    padding-block: 15px;
  }
}
.main-menu .sub-menu .menu-expand {
  display: none !important;
}
.main-menu .sub-menu li {
  width: 100%;
  border-bottom: 1px solid rgb(239, 239, 239);
}
@media only screen and (max-width: 900px) {
  .main-menu .sub-menu li {
    border-bottom: 0 none;
  }
}
.main-menu .sub-menu li:last-child {
  border-bottom: 0 none;
}
.main-menu .sub-menu li:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
  .main-menu .sub-menu li:last-child {
    border-bottom: 0 none;
  }
}
.main-menu .sub-menu li a {
  text-decoration: none;
  font-size: 16px;
  padding: 10px 30px;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .main-menu .sub-menu li a {
    height: 100%;
    padding: 20px;
    padding-block: 17px;
    color: #0E2056;
  }
}
.main-menu .sub-menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
  height: 100%;
  background: #0047C7;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main-menu .sub-menu li a:hover {
  background: #EEEFF3;
  color: #0047C7;
}
.main-menu .sub-menu li a:hover::after {
  left: 0;
}
.main-menu .sub-menu li.current_page_item > a {
  background: #EEEFF3;
  color: #0047C7;
}
.main-menu .sub-menu li.current_page_item > a::after {
  left: 0;
}

.menu-open {
  overflow: hidden;
}

.site-footer__menu--content__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1050px) {
  .site-footer__menu--content__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 44px;
  }
}
.site-footer__menu--content__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border-top: 1px solid #D2D3D6;
  padding-top: 30px;
}
@media only screen and (min-width: 1050px) {
  .site-footer__menu--content__grid-item {
    border-left: 1px solid #D2D3D6;
    border-top: none;
    padding-left: 30px;
    padding-top: 0;
  }
}
.site-footer__menu--content__grid-item:last-child {
  border-bottom: 1px solid #D2D3D6;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1050px) {
  .site-footer__menu--content__grid-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.site-footer__menu--content__grid-item h6 {
  font-family: "Basier Square", sans-serif;
  font-weight: 600;
  color: #141C52;
  font-size: 14px;
}
.site-footer__menu--content__grid-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.site-footer__menu--content__grid-item ul li a {
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  color: #0047C7;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.site-footer__menu--content__grid-item ul li a:hover {
  text-decoration: underline;
  color: #141C52;
}