@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: .85;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

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

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.mbr-iconfont{
    color: #c21338 !important;
}
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
html{
    font-size: 85%;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
   .display-3 {
    font-size: 3.2rem;
  }
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    /* font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))); */
    /* line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)))); */
  }
   .display-3 {
    font-size: 2rem;
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.4rem + (5 - 3) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 3) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
}
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
@media (min-width: 992px) and (max-width: 1148px) {
  .display-4 {
    font-size: 0.91rem;
    line-height: 1.3rem;
}
}
/* Buttons */
.btn {
  padding: 1rem 3.5rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c21338 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c21338 !important;
  border-color: #c21338 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f27c95 !important;
  border-color: #f27c95 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f27c95 !important;
  border-color: #f27c95 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #123861 !important;
  border-color: #123861 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3383d9 !important;
  border-color: #3383d9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3383d9 !important;
  border-color: #3383d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b81a1a !important;
  border-color: #b81a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b81a1a !important;
  border-color: #b81a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a1914e !important;
  border-color: #a1914e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a1914e !important;
  border-color: #a1914e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #fffffd !important;
  border-color: #fffffd !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #fffffd !important;
  border-color: #fffffd !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c21338;
  color: #c21338;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #730b21 !important;
  background-color: transparent !important;
  border-color: #730b21 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c21338 !important;
  border-color: #c21338 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #123861;
  color: #123861;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #040e18 !important;
  background-color: transparent !important;
  border-color: #040e18 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #123861 !important;
  border-color: #123861 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c21338 !important;
}
.text-secondary {
  color: #123861 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c21338 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #02060b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c21338;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c21338;
  border-color: #c21338;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c21338;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f06582;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c21338 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #c21338;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c21338;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c21338;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c21338;
  border-bottom-color: #c21338;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c21338 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #123861 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c21338' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uH4oOVUMJA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uH4oOVUMJA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4oOVUMJA .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uH4oOVUMJA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH4oOVUMJA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uH4oOVUMJA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH4oOVUMJA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH4oOVUMJA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uH4oOVUMJA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uH4oOVUMJA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uH4oOVUMJA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uH4oOVUMJA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uH4oOVUMJA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uH4oOVUMJA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uH4oOVUMJA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uH4oOVUMJA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uH4oOVUMJA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uH4oOVUMJA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uH4oOVUMJA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uH4oOVUMJA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uH4oOVUMJA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uH4oOVUMJA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uH4oOVUMJA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH4oOVUMJA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uH4oOVUMJA .nav-item:focus,
.cid-uH4oOVUMJA .nav-link:focus {
  outline: none;
}
.cid-uH4oOVUMJA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH4oOVUMJA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH4oOVUMJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH4oOVUMJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4oOVUMJA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH4oOVUMJA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH4oOVUMJA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uH4oOVUMJA .navbar.opened {
  transition: all 0.25s;
}
.cid-uH4oOVUMJA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH4oOVUMJA .navbar .navbar-logo img {
  width: auto;
}
.cid-uH4oOVUMJA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uH4oOVUMJA .navbar.collapsed {
  justify-content: center;
}
.cid-uH4oOVUMJA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH4oOVUMJA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH4oOVUMJA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uH4oOVUMJA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH4oOVUMJA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH4oOVUMJA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH4oOVUMJA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH4oOVUMJA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH4oOVUMJA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .navbar {
    min-height: 72px;
  }
  .cid-uH4oOVUMJA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uH4oOVUMJA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH4oOVUMJA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH4oOVUMJA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH4oOVUMJA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH4oOVUMJA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH4oOVUMJA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uH4oOVUMJA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH4oOVUMJA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH4oOVUMJA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uH4oOVUMJA .dropdown-item.active,
.cid-uH4oOVUMJA .dropdown-item:active {
  background-color: transparent;
}
.cid-uH4oOVUMJA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH4oOVUMJA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH4oOVUMJA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH4oOVUMJA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uH4oOVUMJA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uH4oOVUMJA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uH4oOVUMJA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH4oOVUMJA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH4oOVUMJA .navbar-buttons {
    text-align: left;
  }
}
.cid-uH4oOVUMJA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH4oOVUMJA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4oOVUMJA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH4oOVUMJA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH4oOVUMJA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4oOVUMJA .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uH4oOVUMJA .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uH4oOVUMJA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH4oOVUMJA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH4oOVUMJA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH4oOVUMJA .navbar {
    height: 70px;
  }
  .cid-uH4oOVUMJA .navbar.opened {
    height: auto;
  }
  .cid-uH4oOVUMJA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uH4oOVUMJA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uH4oOVUMJA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uH4oOVUMJA .navbar-brand {
    margin-right: auto;
  }
  .cid-uH4oOVUMJA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uH4oOVUMJA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uH4oOVUMJA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH4oOVUMJA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uH4oOVUMJA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uH4oOVUMJA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tW9bgglMDS {
  display: flex;
  background-image: url("../../../../assets/portal/images/colegio-foto-2000x1212.jpg");
}
.cid-tW9bgglMDS .mbr-overlay {
  background-color: #03235b;
  opacity: 0.9;
}
.cid-tW9bgglMDS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-tW9bgglMDS .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-tW9bgglMDS .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tW9bgglMDS .tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tW9bgglMDS .tags {
    justify-content: center;
  }
}
.cid-tW9bgglMDS .mbr-section-tag {
  background-color: #edefeb;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  color: #838383;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cid-tW9bgglMDS .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tW9bgglMDS .mbr-text,
.cid-tW9bgglMDS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tW9bgglMDS .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-tW9bgglMDS .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tW9bgglMDS .mbr-section-btn {
    text-align: center;
  }
}
.cid-tW9bgglMDS .mbr-section-tag,
.cid-tW9bgglMDS .tags {
  color: #edefeb;
  text-align: center;
}
.cid-tW9bgglMDS .text-secondary {
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-tW9bgglMDS {
    justify-content: center;
  }
  .cid-tW9bgglMDS .mbr-section-title {
    text-align: center;
    color: #ffffff;
  }
  .cid-tW9bgglMDS p {
    text-align: center!important;
  }
  .cid-tW9bgglMDS .logotop {
    width: 80%;
    height: auto;
    padding: 30px;
    margin: auto;
  }
}
.cid-uDtzPWAPd6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f6f9;
}
.cid-uDtzPWAPd6 .link-wrap {
  width: 100%;
}
.cid-uDtzPWAPd6 .link {
  display: inline-block;
}
.cid-uDtzPWAPd6 .card {
  margin: auto;
}
.cid-uDtzPWAPd6 .item {
  position: relative;
  padding: 1rem 0;
  padding-left: 2rem;
  border-bottom: 1px solid #efefef;
  width: 100%;
  font-weight: 600;
}
.cid-uDtzPWAPd6 .item:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: #c21338;
  font-size: 0.8rem;
}
.cid-uDtzPWAPd6 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uDtzPWAPd6 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #c21338;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDtzPWAPd6 .link a:hover {
  text-decoration: underline;
}
.cid-uDtzPWAPd6 .link,
.cid-uDtzPWAPd6 .link-wrap {
  color: #0077ff;
}
.cid-uDtzPWAPd6 .mbr-text,
.cid-uDtzPWAPd6 .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uDtzPWAPd6 {
    padding-top: 25px;
  }
  .cid-uDtzPWAPd6 .card-wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uDtzPWAPd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDtzPWAPd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDtzPWAPd6 .card-title,
.cid-uDtzPWAPd6 .card-box {
  color: #123861;
}
.cid-uDtzPWAPd6 .mbr-text,
.cid-uDtzPWAPd6 .link-wrap {
  color: #c21338;
}
.cid-uDsiM2q3rq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f3f6f9;
}
.cid-uDsiM2q3rq .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #c21338;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDsiM2q3rq .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uDsiM2q3rq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uDsiM2q3rq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDsiM2q3rq .embla__slide .slide-content {
  width: 100%;
}
.cid-uDsiM2q3rq .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #edefeb;
  border: 3px solid #edefeb;
  overflow: hidden;
}
.cid-uDsiM2q3rq .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #edefeb;
  border-radius: 0 !important;
}
.cid-uDsiM2q3rq .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uDsiM2q3rq .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uDsiM2q3rq .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uDsiM2q3rq .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uDsiM2q3rq .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uDsiM2q3rq .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uDsiM2q3rq .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uDsiM2q3rq .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c21338;
  background-color: #ffffff;
  border: 3px solid #c21338;
  border-radius: 100%;
  box-shadow: 2px 2px #c21338;
  transition: all 0.3s ease-in-out;
}
.cid-uDsiM2q3rq .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uDsiM2q3rq .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uDsiM2q3rq .embla__button--next,
.cid-uDsiM2q3rq .embla__button--prev {
  display: flex;
}
.cid-uDsiM2q3rq .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: none !important;
  color: #ffffff !important;
  border: 3px solid #0F5BA7 !important;
  box-shadow: 2px 2px #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDsiM2q3rq .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uDsiM2q3rq .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uDsiM2q3rq .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uDsiM2q3rq .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uDsiM2q3rq .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uDsiM2q3rq .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
  padding: 0 60px 6rem 60px;
}
@media (max-width: 992px) {
  .cid-uDsiM2q3rq .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDsiM2q3rq .embla {
    padding: 0 0 6rem 0;
  }
}
.cid-uDsiM2q3rq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDsiM2q3rq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDsiM2q3rq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDsiM2q3rq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDsiM2q3rq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDsiM2q3rq .item-date {
  color: #c21338;
}
.cid-uDsiM2q3rq .item-title {
  color: #050f0f;
}
.cid-uDsiM2q3rq .item-text {
  color: #003f82;
}
.cid-uDsiM2q3rq .icon-wrapper {
  text-align: right;
}
.cid-uDsiM2q3rq .item-title,
.cid-uDsiM2q3rq .icon-wrapper {
  color: #003f82;
}
.cid-uDt68lCAL7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #0a0a44;
}
.cid-uDt68lCAL7 .mbr-text {
  color: #ffffff;
}
.cid-uDt68lCAL7 .mbr-section-subtitle {
  color: #838383;
}
.cid-uDt68lCAL7 .mbr-section-title {
  color: #ffffff;
}
.cid-uDt68lCAL7 .mbr-card-title {
  color: #ffffff;
}
.cid-uDt68lCAL7 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-uDt68lCAL7 .mbr-card-title,
.cid-uDt68lCAL7 .line {
  color: #f0466a;
}
.cid-uDt68lCAL7 p {
  line-height: 1.2;
}
.cid-uDtsVdozKL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../portal/images/mbr-1-1920x1280.jpg");
}
.cid-uDtsVdozKL .container-fluid {
  position: relative;
}
.cid-uDtsVdozKL .page-title-content {
  width: 100%;
}
.cid-uDtsVdozKL .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-uDtsVdozKL .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-uDtsVdozKL .page-title-content {
    text-align: center;
  }
}
.cid-uDtsVdozKL .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-uDtsVdozKL a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-uDtsVdozKL a:not(:first-child) {
  margin-left: 20px;
}
.cid-uDtsVdozKL a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-uDtsVdozKL a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-uDtsVdozKL a:hover:after,
.cid-uDtsVdozKL a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-uDtsVdozKL a:hover:before,
.cid-uDtsVdozKL a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-uDtsVdozKL a.text-white:hover,
.cid-uDtsVdozKL a.text-white:focus {
  color: #ffffff !important;
}
.cid-uDtsVdozKL .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-uDtsVdozKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDtsVdozKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDtsVdozKL .mbr-iconfont {
  color: #c21338 !important;
}
.cid-uDtKFug0jO {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f3f6f9;
}
.cid-uDtKFug0jO .link-wrap {
  width: 100%;
}
.cid-uDtKFug0jO .card-box,
.cid-uDtKFug0jO .img-wrapper {
  width: 50%;
}
.cid-uDtKFug0jO img {
  margin: auto;
  width: 80%;
}
.cid-uDtKFug0jO .link {
  display: inline-block;
}
.cid-uDtKFug0jO .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uDtKFug0jO .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uDtKFug0jO .link a:hover {
  text-decoration: underline;
}
.cid-uDtKFug0jO .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uDtKFug0jO .card-wrapper {
  padding: 3rem;
  background: #f3f6f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDtKFug0jO .link,
.cid-uDtKFug0jO .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDtKFug0jO .card {
    margin-bottom: 2rem;
  }
  .cid-uDtKFug0jO img {
    width: 100%;
  }
  .cid-uDtKFug0jO .card-wrapper {
    flex-direction: column;
  }
  .cid-uDtKFug0jO .card-box,
  .cid-uDtKFug0jO .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uDtKFug0jO .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uDtKFug0jO .card-box,
  .cid-uDtKFug0jO .img-wrapper {
    width: 100%;
  }
}
.cid-uDtKFug0jO .card-subtitle {
  color: #0077ff;
}
.cid-uDtKFug0jO .mbr-text,
.cid-uDtKFug0jO .link-wrap {
  color: #03235b;
}
.cid-uDtKFug0jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDtKFug0jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDtKFug0jO .card-title,
.cid-uDtKFug0jO .card-box {
  color: #c21338;
}
.cid-tW9bnPmmWm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tW9bnPmmWm .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
}
.cid-tW9bnPmmWm .item:focus,
.cid-tW9bnPmmWm span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tW9bnPmmWm .align-right {
    text-align: center;
  }
}
.cid-tW9bnPmmWm .card-wrapper {
  background: #c21338;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tW9bnPmmWm .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-tW9bnPmmWm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tW9bnPmmWm .item {
    margin-bottom: 1rem;
  }
}
.cid-tW9bnPmmWm .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-tW9bnPmmWm .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tW9bnPmmWm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tW9bnPmmWm .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-tW9bnPmmWm .item-wrapper {
  position: relative;
  background: #123861;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tW9bnPmmWm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tW9bnPmmWm .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tW9bnPmmWm .mbr-text,
.cid-tW9bnPmmWm .item .mbr-section-btn {
  text-align: center;
}
.cid-tW9bnPmmWm .mbr-number {
  color: #f0466a;
}
.cid-tW9bnPmmWm .mbr-section-subtitle,
.cid-tW9bnPmmWm .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tW9bnPmmWm .mbr-text {
  text-align: left;
}
.cid-tW9bnPmmWm .mbr-text,
.cid-tW9bnPmmWm .mbr-card-btn {
  text-align: left;
}
.cid-tW9bnPmmWm .mbr-text,
.cid-tW9bnPmmWm .mbr-section-btn {
  text-align: left;
}
.cid-tW9bnPmmWm .mbr-text,
.cid-tW9bnPmmWm .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-tW9bnPmmWm .card-text,
.cid-tW9bnPmmWm .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tW9bnPmmWm .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDtdBX3tAx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../../assets/portal/images/mbr-1920x1280.jpg");
}
.cid-uDtdBX3tAx .row {
  align-items: center;
}
.cid-uDtdBX3tAx .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uDtdBX3tAx .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-uDtdBX3tAx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uDtdBX3tAx .header-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uDtdBX3tAx .label-text {
  width: 100%;
  color: #111111;
  margin-bottom: 0;
}
.cid-uDtdBX3tAx .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-uDtdBX3tAx .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uDtdBX3tAx .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uDtdBX3tAx .icons-menu {
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
}
.cid-uDtdBX3tAx .iconfont-wrapper {
  color: #c21338 !important;
}
.cid-uDtdBX3tAx .iconfont-wrapper:hover {
  color: #c21338 !important;
}
.cid-uDtdBX3tAx .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-uDtdBX3tAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDtdBX3tAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDtdBX3tAx .mbr-text,
.cid-uDtdBX3tAx .mbr-section-btn {
  color: #ffffff;
}
.cid-v3IdF8VFpV {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3IdF8VFpV .mbr-text {
  color: #000000;
}
.cid-v3IdF8VFpV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3IdF8VFpV .mbr-section-title {
  color: #c21338;
  text-align: center;
}
.cid-v3IdF8VFpV .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3IdF8VFpV .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-v3IdF8VFpV p {
  line-height: 1.3;
}
.cid-v3IdF8VFpV .mbr-iconfont {
  font-size: 5rem;
  color: #c21338;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-v3IdF8VFpV .mbr-iconfont {
    display: none;
  }
}
.cid-v3IdF8VFpV .wrapper {
  position: relative;
}
.cid-v3IdF8VFpV .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-v3IdF8VFpV .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-v3IdF8VFpV .img-wrapper {
  display: flex;
}
.cid-v3IdF8VFpV .card-text {
  text-align: center;
  color: #7787a5;
}
.cid-v3IdF8VFpV .card-title,
.cid-v3IdF8VFpV .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-uDsaWqBDqt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uDsaWqBDqt .mbr-text {
  color: #c21338;
}
.cid-uDsaWqBDqt .mbr-section-subtitle {
  color: #03235b;
}
.cid-uDsaWqBDqt .mbr-section-title {
  color: #03235b;
}
.cid-uDsaWqBDqt .mbr-card-title {
  color: #ffffff;
}
.cid-uDsaWqBDqt .mbr-card-title,
.cid-uDsaWqBDqt .line {
  color: #03235b;
}
.cid-uDsaWqBDqt .mbr-text1 {
  color: #000000;
}
.cid-uDsaWqBDqt h4 {
  line-height: 1.2;
}
.cid-uDsc0oEkG3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #0a0a44;
  overflow: hidden;
}
.cid-uDsc0oEkG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsc0oEkG3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDsc0oEkG3 img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uDsc0oEkG3 .mbr-section-btn,
.cid-uDsc0oEkG3 .btn {
  width: 100%;
  margin: 0;
}
.cid-uDsc0oEkG3 .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDsc0oEkG3 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uDsc0oEkG3 input,
.cid-uDsc0oEkG3 textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #ffffff !important;
}
.cid-uDsc0oEkG3 input:hover,
.cid-uDsc0oEkG3 textarea:hover,
.cid-uDsc0oEkG3 input:active,
.cid-uDsc0oEkG3 textarea:active,
.cid-uDsc0oEkG3 input:focus,
.cid-uDsc0oEkG3 textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uDsc0oEkG3 input::placeholder,
.cid-uDsc0oEkG3 textarea::placeholder {
  color: #ffffff !important;
}
.cid-uDsc0oEkG3 .mbr-section-subtitle {
  color: #c21338;
  text-align: left;
}
.cid-uDsc0oEkG3 .mbr-section-formtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uDsc0oEkG3 .mbr-section-maintitle {
  color: #ffffff;
  text-align: left;
}
.cid-tW9bDjWFJ7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #0a0a44;
}
.cid-tW9bDjWFJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW9bDjWFJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW9bDjWFJ7 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tW9bDjWFJ7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tW9bDjWFJ7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tW9bDjWFJ7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW9bDjWFJ7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW9bDjWFJ7 .content-head {
  max-width: 800px;
}
.cid-tW9bDjWFJ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uH4QUQLcoQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uH4QUQLcoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4QUQLcoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .container {
    padding: 0 16px;
  }
}
.cid-uH4QUQLcoQ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .card {
    margin-bottom: 40px;
  }
}
.cid-uH4QUQLcoQ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uH4QUQLcoQ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uH4QUQLcoQ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH4QUQLcoQ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uH4QUQLcoQ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH4QUQLcoQ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uH4QUQLcoQ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH4QUQLcoQ .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uH4QUQLcoQ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uH4QUQLcoQ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH4QUQLcoQ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uH4QUQLcoQ .mbr-section-title {
  color: #ffffff;
}
.cid-uH4QUQLcoQ .copyright {
  color: #ffffff;
}
.cid-uH4QUQLcoQ .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uH4QUQLcoQ .list {
  color: #ffffff;
  text-align: left;
}
.cid-uH4QUQLcoQ .mbr-section-title,
.cid-uH4QUQLcoQ .title-wrapper,
.cid-uH4QUQLcoQ .social-wrapper {
  text-align: left;
}
.cid-uH4oOVUMJA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uH4oOVUMJA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4oOVUMJA .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uH4oOVUMJA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH4oOVUMJA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uH4oOVUMJA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH4oOVUMJA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH4oOVUMJA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uH4oOVUMJA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uH4oOVUMJA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uH4oOVUMJA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uH4oOVUMJA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uH4oOVUMJA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uH4oOVUMJA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uH4oOVUMJA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uH4oOVUMJA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uH4oOVUMJA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uH4oOVUMJA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uH4oOVUMJA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uH4oOVUMJA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uH4oOVUMJA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uH4oOVUMJA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uH4oOVUMJA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH4oOVUMJA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uH4oOVUMJA .nav-item:focus,
.cid-uH4oOVUMJA .nav-link:focus {
  outline: none;
}
.cid-uH4oOVUMJA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH4oOVUMJA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH4oOVUMJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH4oOVUMJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4oOVUMJA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH4oOVUMJA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH4oOVUMJA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uH4oOVUMJA .navbar.opened {
  transition: all 0.25s;
}
.cid-uH4oOVUMJA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH4oOVUMJA .navbar .navbar-logo img {
  width: auto;
}
.cid-uH4oOVUMJA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uH4oOVUMJA .navbar.collapsed {
  justify-content: center;
}
.cid-uH4oOVUMJA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH4oOVUMJA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH4oOVUMJA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uH4oOVUMJA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH4oOVUMJA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH4oOVUMJA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH4oOVUMJA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH4oOVUMJA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH4oOVUMJA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH4oOVUMJA .navbar {
    min-height: 72px;
  }
  .cid-uH4oOVUMJA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uH4oOVUMJA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH4oOVUMJA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH4oOVUMJA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH4oOVUMJA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH4oOVUMJA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH4oOVUMJA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uH4oOVUMJA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH4oOVUMJA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH4oOVUMJA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uH4oOVUMJA .dropdown-item.active,
.cid-uH4oOVUMJA .dropdown-item:active {
  background-color: transparent;
}
.cid-uH4oOVUMJA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH4oOVUMJA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH4oOVUMJA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH4oOVUMJA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uH4oOVUMJA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uH4oOVUMJA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uH4oOVUMJA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH4oOVUMJA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH4oOVUMJA .navbar-buttons {
    text-align: left;
  }
}
.cid-uH4oOVUMJA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4oOVUMJA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH4oOVUMJA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4oOVUMJA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH4oOVUMJA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH4oOVUMJA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4oOVUMJA .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uH4oOVUMJA .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uH4oOVUMJA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH4oOVUMJA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH4oOVUMJA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH4oOVUMJA .navbar {
    height: 70px;
  }
  .cid-uH4oOVUMJA .navbar.opened {
    height: auto;
  }
  .cid-uH4oOVUMJA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uH4oOVUMJA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uH4oOVUMJA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uH4oOVUMJA .navbar-brand {
    margin-right: auto;
  }
  .cid-uH4oOVUMJA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uH4oOVUMJA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uH4oOVUMJA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uH4oOVUMJA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH4oOVUMJA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH4oOVUMJA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uH4oOVUMJA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uH4oOVUMJA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uH4sjj8Xff {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #003f82;
}
.cid-uH4sjj8Xff .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uH4sjj8Xff .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uH4sjj8Xff .item-img:hover img {
  transform: scale(1.15);
}
.cid-uH4sjj8Xff .item-img:hover:before {
  opacity: 0.5;
}
.cid-uH4sjj8Xff h5 {
  margin-bottom: 1rem;
}
.cid-uH4sjj8Xff .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uH4sjj8Xff .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uH4sjj8Xff img,
.cid-uH4sjj8Xff .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-uH4sjj8Xff .item:focus,
.cid-uH4sjj8Xff span:focus {
  outline: none;
}
.cid-uH4sjj8Xff .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH4sjj8Xff .item {
    margin-bottom: 1rem;
  }
}
.cid-uH4sjj8Xff .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uH4sjj8Xff .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uH4sjj8Xff .item-title {
  text-align: center;
  color: #f3f6f9;
}
.cid-uH4sjj8Xff .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uH4sjj8Xff .mbr-text,
.cid-uH4sjj8Xff .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uH4sjj8Xff .content-head {
  max-width: 800px;
}
.cid-uH4sjj8Xff .mbr-section-subtitle,
.cid-uH4sjj8Xff .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uH4pS7sK5y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #003f82;
}
.cid-uH4pS7sK5y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH4pS7sK5y .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uH4pS7sK5y .mbr-section-title {
  color: #ffffff;
}
.cid-uH4xvqgdbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uH4xvqgdbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4xvqgdbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uH4xvqgdbV .container {
    padding: 0 16px;
  }
}
.cid-uH4xvqgdbV .row {
  position: relative;
  justify-content: space-between;
}
.cid-uH4xvqgdbV .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uH4xvqgdbV .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH4xvqgdbV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uH4xvqgdbV .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uH4xvqgdbV .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uH4xvqgdbV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH4xvqgdbV .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uH4xvqgdbV .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH4xvqgdbV .image-wrapper img {
    height: 350px;
  }
}
.cid-uH4xvqgdbV .mbr-section-title {
  color: #03235b;
}
.cid-uH4xvqgdbV .mbr-text {
  color: #000000;
}
.cid-uH4vX0egN3 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #03235b;
}
.cid-uH4vX0egN3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH4vX0egN3 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uH4vX0egN3 .mbr-section-title {
  color: #ffffff;
}
.cid-uH4O0z9Uxv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uH4O0z9Uxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4O0z9Uxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH4O0z9Uxv .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uH4O0z9Uxv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uH4O0z9Uxv .container {
    padding: 0 20px;
  }
}
.cid-uH4O0z9Uxv .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uH4O0z9Uxv .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uH4O0z9Uxv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uH4O0z9Uxv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uH4O0z9Uxv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uH4O0z9Uxv .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uH4O0z9Uxv .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uH4O0z9Uxv .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uH4O0z9Uxv .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uH4O0z9Uxv .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uH4O0z9Uxv .mbr-section-title {
  color: #000000;
}
.cid-uH4O0z9Uxv .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uH4O0z9Uxv .mbr-text,
.cid-uH4O0z9Uxv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uH4O0z9Uxv .mbr-section-title,
.cid-uH4O0z9Uxv .mbr-section-btn,
.cid-uH4O0z9Uxv .image-wrapper {
  text-align: center;
  color: #03235b;
}
.cid-uH4QUQLcoQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uH4QUQLcoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4QUQLcoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .container {
    padding: 0 16px;
  }
}
.cid-uH4QUQLcoQ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .card {
    margin-bottom: 40px;
  }
}
.cid-uH4QUQLcoQ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uH4QUQLcoQ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uH4QUQLcoQ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH4QUQLcoQ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uH4QUQLcoQ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH4QUQLcoQ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uH4QUQLcoQ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH4QUQLcoQ .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uH4QUQLcoQ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uH4QUQLcoQ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH4QUQLcoQ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uH4QUQLcoQ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uH4QUQLcoQ .mbr-section-title {
  color: #ffffff;
}
.cid-uH4QUQLcoQ .copyright {
  color: #ffffff;
}
.cid-uH4QUQLcoQ .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uH4QUQLcoQ .list {
  color: #ffffff;
  text-align: left;
}
.cid-uH4QUQLcoQ .mbr-section-title,
.cid-uH4QUQLcoQ .title-wrapper,
.cid-uH4QUQLcoQ .social-wrapper {
  text-align: left;
}
.cid-uH5gmlvJNQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uH5gmlvJNQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH5gmlvJNQ .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uH5gmlvJNQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uH5gmlvJNQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH5gmlvJNQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uH5gmlvJNQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH5gmlvJNQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH5gmlvJNQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uH5gmlvJNQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uH5gmlvJNQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uH5gmlvJNQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uH5gmlvJNQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uH5gmlvJNQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uH5gmlvJNQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uH5gmlvJNQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uH5gmlvJNQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uH5gmlvJNQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uH5gmlvJNQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uH5gmlvJNQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uH5gmlvJNQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH5gmlvJNQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uH5gmlvJNQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uH5gmlvJNQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uH5gmlvJNQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH5gmlvJNQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uH5gmlvJNQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH5gmlvJNQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uH5gmlvJNQ .nav-item:focus,
.cid-uH5gmlvJNQ .nav-link:focus {
  outline: none;
}
.cid-uH5gmlvJNQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH5gmlvJNQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH5gmlvJNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH5gmlvJNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH5gmlvJNQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH5gmlvJNQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH5gmlvJNQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uH5gmlvJNQ .navbar.opened {
  transition: all 0.25s;
}
.cid-uH5gmlvJNQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH5gmlvJNQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uH5gmlvJNQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uH5gmlvJNQ .navbar.collapsed {
  justify-content: center;
}
.cid-uH5gmlvJNQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH5gmlvJNQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH5gmlvJNQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uH5gmlvJNQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH5gmlvJNQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH5gmlvJNQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH5gmlvJNQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH5gmlvJNQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH5gmlvJNQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH5gmlvJNQ .navbar {
    min-height: 72px;
  }
  .cid-uH5gmlvJNQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uH5gmlvJNQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH5gmlvJNQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH5gmlvJNQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH5gmlvJNQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH5gmlvJNQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH5gmlvJNQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH5gmlvJNQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uH5gmlvJNQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH5gmlvJNQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH5gmlvJNQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uH5gmlvJNQ .dropdown-item.active,
.cid-uH5gmlvJNQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uH5gmlvJNQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH5gmlvJNQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH5gmlvJNQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH5gmlvJNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uH5gmlvJNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uH5gmlvJNQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uH5gmlvJNQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH5gmlvJNQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH5gmlvJNQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uH5gmlvJNQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH5gmlvJNQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH5gmlvJNQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH5gmlvJNQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH5gmlvJNQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH5gmlvJNQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH5gmlvJNQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH5gmlvJNQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH5gmlvJNQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH5gmlvJNQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH5gmlvJNQ .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uH5gmlvJNQ .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uH5gmlvJNQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH5gmlvJNQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH5gmlvJNQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH5gmlvJNQ .navbar {
    height: 70px;
  }
  .cid-uH5gmlvJNQ .navbar.opened {
    height: auto;
  }
  .cid-uH5gmlvJNQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uH5gmlvJNQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uH5gmlvJNQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uH5gmlvJNQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uH5gmlvJNQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uH5gmlvJNQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uH5gmlvJNQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uH5gmlvJNQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH5gmlvJNQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH5gmlvJNQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uH5gmlvJNQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uH5gmlvJNQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uH5gmmde3M {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #0a0a44;
}
.cid-uH5gmmde3M .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uH5gmmde3M .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uH5gmmde3M .item-img:hover img {
  transform: scale(1.15);
}
.cid-uH5gmmde3M .item-img:hover:before {
  opacity: 0.5;
}
.cid-uH5gmmde3M h5 {
  margin-bottom: 1rem;
}
.cid-uH5gmmde3M .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uH5gmmde3M .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uH5gmmde3M img,
.cid-uH5gmmde3M .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-uH5gmmde3M .item:focus,
.cid-uH5gmmde3M span:focus {
  outline: none;
}
.cid-uH5gmmde3M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH5gmmde3M .item {
    margin-bottom: 1rem;
  }
}
.cid-uH5gmmde3M .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uH5gmmde3M .mbr-section-title {
  color: #ffffff;
}
.cid-uH5gmmde3M .item-title {
  text-align: center;
  color: #f3f6f9;
}
.cid-uH5gmmde3M .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uH5gmmde3M .mbr-text,
.cid-uH5gmmde3M .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uH5gmmde3M .content-head {
  max-width: 800px;
}
.cid-uH5h0LTYIL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-uH5h0LTYIL .mbr-text {
  color: #ffffff;
}
.cid-uH5h0LTYIL .mbr-section-subtitle {
  color: #000000;
}
.cid-uH5h0LTYIL .mbr-section-title {
  color: #000000;
}
.cid-uH5gQSa53o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a44;
}
.cid-uH5gQSa53o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH5gQSa53o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH5gQSa53o .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uH5gQSa53o .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uH5gQSa53o .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uH5gQSa53o .card-wrapper {
    padding: 4rem;
  }
}
.cid-uH5gQSa53o .mbr-text,
.cid-uH5gQSa53o .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uH5gQSa53o .card-title,
.cid-uH5gQSa53o .card-box {
  text-align: center;
  color: #000000;
}
.cid-uH5gQSa53o .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uH5gQSa53o .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uH5gQSa53o .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0466a;
  background-color: #f0466a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uH5gQSa53o .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uH5gQSa53o .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uH5gQSa53o .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #f0466a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH5gQSa53o .mbr-text UL {
  text-align: left;
}
.cid-uH5gQSa53o .mbr-text {
  color: #003f82;
}
.cid-uH5gmrc8Gk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0a0a44;
  position: relative;
  overflow: hidden;
}
.cid-uH5gmrc8Gk .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uH5gmrc8Gk .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uH5gmrc8Gk .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.9;
  width: 18vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003f82;
  box-shadow: 0 0 40px #003f82;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uH5gmrc8Gk .bg-frame {
    width: 36vw;
  }
}
.cid-uH5gmrc8Gk .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #03235b;
}
@media (max-width: 991px) {
  .cid-uH5gmrc8Gk .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-uH5gmrc8Gk .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-uH5gmrc8Gk .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-uH5gmrc8Gk .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uH5gmrc8Gk .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uH5gmrc8Gk .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uH5gmrc8Gk .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-uH5gmrc8Gk .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-uH5gmrc8Gk .img-wrap {
    width: 100%;
  }
}
.cid-uH5gmrc8Gk .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003f82;
  box-shadow: 0 0 40px #003f82;
  filter: blur(120px);
}
.cid-uH5gmrc8Gk .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uH5gmrc8Gk .item-img {
    width: 100%;
  }
}
.cid-uH5gmrc8Gk .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uH5gmrc8Gk .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0a0a44 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-uH5gmrPhuy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uH5gmrPhuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH5gmrPhuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uH5gmrPhuy .container {
    padding: 0 16px;
  }
}
.cid-uH5gmrPhuy .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uH5gmrPhuy .card {
    margin-bottom: 40px;
  }
}
.cid-uH5gmrPhuy .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uH5gmrPhuy .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uH5gmrPhuy .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uH5gmrPhuy .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH5gmrPhuy .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uH5gmrPhuy .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uH5gmrPhuy .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH5gmrPhuy .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uH5gmrPhuy .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH5gmrPhuy .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uH5gmrPhuy .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uH5gmrPhuy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH5gmrPhuy .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uH5gmrPhuy .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uH5gmrPhuy .mbr-section-title {
  color: #ffffff;
}
.cid-uH5gmrPhuy .copyright {
  color: #ffffff;
}
.cid-uH5gmrPhuy .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uH5gmrPhuy .list {
  color: #ffffff;
  text-align: left;
}
.cid-uH5gmrPhuy .mbr-section-title,
.cid-uH5gmrPhuy .title-wrapper,
.cid-uH5gmrPhuy .social-wrapper {
  text-align: left;
}
.cid-uH4TTsL8er {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uH4TTsL8er .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4TTsL8er .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uH4TTsL8er .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uH4TTsL8er .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH4TTsL8er .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uH4TTsL8er .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH4TTsL8er .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH4TTsL8er .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uH4TTsL8er .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uH4TTsL8er .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uH4TTsL8er .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uH4TTsL8er .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uH4TTsL8er .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uH4TTsL8er .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uH4TTsL8er .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uH4TTsL8er .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uH4TTsL8er .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uH4TTsL8er .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uH4TTsL8er .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uH4TTsL8er .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH4TTsL8er .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uH4TTsL8er .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uH4TTsL8er .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uH4TTsL8er .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH4TTsL8er .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uH4TTsL8er .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH4TTsL8er .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uH4TTsL8er .nav-item:focus,
.cid-uH4TTsL8er .nav-link:focus {
  outline: none;
}
.cid-uH4TTsL8er .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH4TTsL8er .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH4TTsL8er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH4TTsL8er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4TTsL8er .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH4TTsL8er .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH4TTsL8er .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uH4TTsL8er .navbar.opened {
  transition: all 0.25s;
}
.cid-uH4TTsL8er .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH4TTsL8er .navbar .navbar-logo img {
  width: auto;
}
.cid-uH4TTsL8er .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uH4TTsL8er .navbar.collapsed {
  justify-content: center;
}
.cid-uH4TTsL8er .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH4TTsL8er .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH4TTsL8er .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uH4TTsL8er .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH4TTsL8er .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH4TTsL8er .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH4TTsL8er .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH4TTsL8er .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH4TTsL8er .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH4TTsL8er .navbar {
    min-height: 72px;
  }
  .cid-uH4TTsL8er .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uH4TTsL8er .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH4TTsL8er .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH4TTsL8er .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH4TTsL8er .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH4TTsL8er .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH4TTsL8er .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH4TTsL8er .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uH4TTsL8er .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH4TTsL8er .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH4TTsL8er .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uH4TTsL8er .dropdown-item.active,
.cid-uH4TTsL8er .dropdown-item:active {
  background-color: transparent;
}
.cid-uH4TTsL8er .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH4TTsL8er .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH4TTsL8er .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH4TTsL8er .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uH4TTsL8er .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uH4TTsL8er .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uH4TTsL8er ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH4TTsL8er .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH4TTsL8er .navbar-buttons {
    text-align: left;
  }
}
.cid-uH4TTsL8er button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH4TTsL8er button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH4TTsL8er button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH4TTsL8er button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4TTsL8er button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4TTsL8er button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH4TTsL8er nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4TTsL8er nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH4TTsL8er nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH4TTsL8er nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4TTsL8er .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uH4TTsL8er .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uH4TTsL8er a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH4TTsL8er .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH4TTsL8er .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH4TTsL8er .navbar {
    height: 70px;
  }
  .cid-uH4TTsL8er .navbar.opened {
    height: auto;
  }
  .cid-uH4TTsL8er .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uH4TTsL8er .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uH4TTsL8er .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uH4TTsL8er .navbar-brand {
    margin-right: auto;
  }
  .cid-uH4TTsL8er .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uH4TTsL8er .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uH4TTsL8er .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uH4TTsL8er .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH4TTsL8er .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH4TTsL8er .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uH4TTsL8er .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uH4TTsL8er .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uH4TTti2LY {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #003f82;
}
.cid-uH4TTti2LY .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uH4TTti2LY .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uH4TTti2LY .item-img:hover img {
  transform: scale(1.15);
}
.cid-uH4TTti2LY .item-img:hover:before {
  opacity: 0.5;
}
.cid-uH4TTti2LY h5 {
  margin-bottom: 1rem;
}
.cid-uH4TTti2LY .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uH4TTti2LY .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uH4TTti2LY img,
.cid-uH4TTti2LY .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-uH4TTti2LY .item:focus,
.cid-uH4TTti2LY span:focus {
  outline: none;
}
.cid-uH4TTti2LY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH4TTti2LY .item {
    margin-bottom: 1rem;
  }
}
.cid-uH4TTti2LY .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uH4TTti2LY .mbr-section-title {
  color: #4e423d;
}
.cid-uH4TTti2LY .item-title {
  text-align: center;
  color: #f3f6f9;
}
.cid-uH4TTti2LY .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uH4TTti2LY .mbr-text,
.cid-uH4TTti2LY .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uH4TTti2LY .content-head {
  max-width: 800px;
}
.cid-uH4TTtIo1z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003f82;
}
.cid-uH4TTtIo1z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH4TTtIo1z .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uH4TTtIo1z .mbr-section-title {
  color: #ffffff;
}
.cid-uH4ZpaKezQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #003f82;
}
.cid-uH4ZpaKezQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH4ZpaKezQ .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uH4ZpaKezQ .mbr-section-title {
  color: #ffffff;
}
.cid-uH50OHJT5m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #03235b;
}
.cid-uH50OHJT5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH50OHJT5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH50OHJT5m .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uH50OHJT5m .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uH50OHJT5m .content-wrapper {
    padding: 0;
  }
}
.cid-uH50OHJT5m .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uH50OHJT5m .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uH50OHJT5m .mbr-section-title,
.cid-uH50OHJT5m .title-wrapper {
  color: #ffffff;
}
.cid-uH50OHJT5m .mbr-section-title,
.cid-uH50OHJT5m .mbr-section-btn,
.cid-uH50OHJT5m .title-wrapper {
  text-align: center;
}
.cid-uH50nFzXwV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #003f82;
}
.cid-uH50nFzXwV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH50nFzXwV .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uH50nFzXwV .mbr-section-title {
  color: #ffffff;
}
.cid-uH4TTuthXV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #03235b;
}
.cid-uH4TTuthXV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH4TTuthXV .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uH4TTuthXV .mbr-section-title {
  color: #ffffff;
}
.cid-uH53mECKVy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #003f82;
}
.cid-uH53mECKVy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH53mECKVy .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uH53mECKVy .mbr-section-title {
  color: #ffffff;
}
.cid-uH543sxEh3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a0a44;
}
.cid-uH543sxEh3 .item:focus,
.cid-uH543sxEh3 span:focus {
  outline: none;
}
.cid-uH543sxEh3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH543sxEh3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uH543sxEh3 .line {
  width: 100%;
  height: 1px;
  background: #f0466a;
  margin-bottom: 2rem;
}
.cid-uH543sxEh3 .mbr-card-title {
  background: #480e20;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 12px;
}
.cid-uH543sxEh3 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uH543sxEh3 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uH543sxEh3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uH543sxEh3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH543sxEh3 .mbr-text,
.cid-uH543sxEh3 .item .mbr-section-btn {
  text-align: center;
}
.cid-uH543sxEh3 .content-head {
  max-width: 800px;
}
.cid-uH543sxEh3 .mbr-number {
  color: #f0466a;
}
.cid-uH543sxEh3 .mbr-section-subtitle,
.cid-uH543sxEh3 .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uH543sxEh3 .mbr-text {
  text-align: left;
}
.cid-uH543sxEh3 .mbr-text,
.cid-uH543sxEh3 .mbr-card-btn {
  text-align: left;
}
.cid-uH543sxEh3 .mbr-text,
.cid-uH543sxEh3 .mbr-section-btn {
  text-align: left;
}
.cid-uH543sxEh3 .mbr-text,
.cid-uH543sxEh3 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uH543sxEh3 .card-text,
.cid-uH543sxEh3 .item .mbr-section-btn {
  text-align: center;
  color: #f3f6f9;
}
.cid-uH543sxEh3 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uH55mLAlnq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #03235b;
}
.cid-uH55mLAlnq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH55mLAlnq .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uH55mLAlnq .mbr-section-title {
  color: #ffffff;
}
.cid-uH5aiooknz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0a44;
  position: relative;
  overflow: hidden;
}
.cid-uH5aiooknz .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uH5aiooknz .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uH5aiooknz .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.9;
  width: 18vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003f82;
  box-shadow: 0 0 40px #003f82;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uH5aiooknz .bg-frame {
    width: 36vw;
  }
}
.cid-uH5aiooknz .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #03235b;
}
@media (max-width: 991px) {
  .cid-uH5aiooknz .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-uH5aiooknz .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-uH5aiooknz .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-uH5aiooknz .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uH5aiooknz .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uH5aiooknz .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uH5aiooknz .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-uH5aiooknz .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-uH5aiooknz .img-wrap {
    width: 100%;
  }
}
.cid-uH5aiooknz .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003f82;
  box-shadow: 0 0 40px #003f82;
  filter: blur(120px);
}
.cid-uH5aiooknz .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uH5aiooknz .item-img {
    width: 100%;
  }
}
.cid-uH5aiooknz .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uH5aiooknz .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0a0a44 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-uH4TTveePM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uH4TTveePM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4TTveePM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uH4TTveePM .container {
    padding: 0 16px;
  }
}
.cid-uH4TTveePM .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uH4TTveePM .card {
    margin-bottom: 40px;
  }
}
.cid-uH4TTveePM .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uH4TTveePM .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uH4TTveePM .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uH4TTveePM .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH4TTveePM .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uH4TTveePM .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uH4TTveePM .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH4TTveePM .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uH4TTveePM .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH4TTveePM .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uH4TTveePM .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uH4TTveePM .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH4TTveePM .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uH4TTveePM .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uH4TTveePM .mbr-section-title {
  color: #ffffff;
}
.cid-uH4TTveePM .copyright {
  color: #ffffff;
}
.cid-uH4TTveePM .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uH4TTveePM .list {
  color: #ffffff;
  text-align: left;
}
.cid-uH4TTveePM .mbr-section-title,
.cid-uH4TTveePM .title-wrapper,
.cid-uH4TTveePM .social-wrapper {
  text-align: left;
}
.cid-uV7ys0lf0G {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uV7ys0lf0G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV7ys0lf0G .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uV7ys0lf0G .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uV7ys0lf0G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV7ys0lf0G .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uV7ys0lf0G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV7ys0lf0G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV7ys0lf0G .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uV7ys0lf0G .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uV7ys0lf0G .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uV7ys0lf0G .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uV7ys0lf0G .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uV7ys0lf0G .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uV7ys0lf0G .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uV7ys0lf0G .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uV7ys0lf0G .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uV7ys0lf0G .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uV7ys0lf0G .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV7ys0lf0G .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uV7ys0lf0G .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV7ys0lf0G .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uV7ys0lf0G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uV7ys0lf0G .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uV7ys0lf0G .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV7ys0lf0G .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uV7ys0lf0G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV7ys0lf0G .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uV7ys0lf0G .nav-item:focus,
.cid-uV7ys0lf0G .nav-link:focus {
  outline: none;
}
.cid-uV7ys0lf0G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV7ys0lf0G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV7ys0lf0G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV7ys0lf0G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV7ys0lf0G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV7ys0lf0G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV7ys0lf0G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uV7ys0lf0G .navbar.opened {
  transition: all 0.25s;
}
.cid-uV7ys0lf0G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV7ys0lf0G .navbar .navbar-logo img {
  width: auto;
}
.cid-uV7ys0lf0G .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uV7ys0lf0G .navbar.collapsed {
  justify-content: center;
}
.cid-uV7ys0lf0G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV7ys0lf0G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV7ys0lf0G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uV7ys0lf0G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV7ys0lf0G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV7ys0lf0G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV7ys0lf0G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV7ys0lf0G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV7ys0lf0G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV7ys0lf0G .navbar {
    min-height: 72px;
  }
  .cid-uV7ys0lf0G .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV7ys0lf0G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV7ys0lf0G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV7ys0lf0G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV7ys0lf0G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV7ys0lf0G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV7ys0lf0G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV7ys0lf0G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uV7ys0lf0G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV7ys0lf0G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV7ys0lf0G .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uV7ys0lf0G .dropdown-item.active,
.cid-uV7ys0lf0G .dropdown-item:active {
  background-color: transparent;
}
.cid-uV7ys0lf0G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV7ys0lf0G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV7ys0lf0G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV7ys0lf0G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uV7ys0lf0G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uV7ys0lf0G .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uV7ys0lf0G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV7ys0lf0G .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uV7ys0lf0G .navbar-buttons {
    text-align: left;
  }
}
.cid-uV7ys0lf0G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV7ys0lf0G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV7ys0lf0G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV7ys0lf0G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV7ys0lf0G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV7ys0lf0G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV7ys0lf0G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV7ys0lf0G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV7ys0lf0G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV7ys0lf0G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV7ys0lf0G .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uV7ys0lf0G .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uV7ys0lf0G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV7ys0lf0G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV7ys0lf0G .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV7ys0lf0G .navbar {
    height: 70px;
  }
  .cid-uV7ys0lf0G .navbar.opened {
    height: auto;
  }
  .cid-uV7ys0lf0G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uV7ys0lf0G .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uV7ys0lf0G .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uV7ys0lf0G .navbar-brand {
    margin-right: auto;
  }
  .cid-uV7ys0lf0G .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uV7ys0lf0G .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uV7ys0lf0G .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uV7ys0lf0G .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV7ys0lf0G .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV7ys0lf0G .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uV7ys0lf0G .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uV7ys0lf0G .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV7yK9Mmfu {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../../assets/portal/images/colegio-foto-azul.jpg-2000x1212.jpg");
}
.cid-uV7yK9Mmfu .mbr-overlay {
  background: #0a0a44;
  opacity: 0.5;
}
.cid-uV7yK9Mmfu .item:focus,
.cid-uV7yK9Mmfu span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uV7yK9Mmfu .align-right {
    text-align: center;
  }
}
.cid-uV7yK9Mmfu .card-wrapper {
  background: #03235b;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uV7yK9Mmfu .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-uV7yK9Mmfu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV7yK9Mmfu .item {
    margin-bottom: 1rem;
  }
}
.cid-uV7yK9Mmfu .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uV7yK9Mmfu .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV7yK9Mmfu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV7yK9Mmfu .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-uV7yK9Mmfu .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-uV7yK9Mmfu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uV7yK9Mmfu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uV7yK9Mmfu .mbr-text,
.cid-uV7yK9Mmfu .item .mbr-section-btn {
  text-align: center;
}
.cid-uV7yK9Mmfu .mbr-number {
  color: #f0466a;
}
.cid-uV7yK9Mmfu .mbr-section-subtitle,
.cid-uV7yK9Mmfu .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uV7yK9Mmfu .mbr-text {
  text-align: left;
}
.cid-uV7yK9Mmfu .mbr-text,
.cid-uV7yK9Mmfu .mbr-card-btn {
  text-align: left;
}
.cid-uV7yK9Mmfu .mbr-text,
.cid-uV7yK9Mmfu .mbr-section-btn {
  text-align: left;
}
.cid-uV7yK9Mmfu .mbr-text,
.cid-uV7yK9Mmfu .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uV7yK9Mmfu .card-text,
.cid-uV7yK9Mmfu .item .mbr-section-btn {
  text-align: center;
  color: #c21338;
}
.cid-uV7yK9Mmfu .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uV7AqlWgT2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #03235b;
}
.cid-uV7AqlWgT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV7AqlWgT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV7AqlWgT2 .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uV7AqlWgT2 .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV7AqlWgT2 .item {
    margin-bottom: 15px;
  }
}
.cid-uV7AqlWgT2 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #03235b;
}
@media (max-width: 992px) {
  .cid-uV7AqlWgT2 .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uV7AqlWgT2 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV7AqlWgT2 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uV7AqlWgT2 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uV7AqlWgT2 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uV7AqlWgT2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uV7AqlWgT2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uV7AqlWgT2 .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uV7AqlWgT2 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uV7AqlWgT2 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uV7AqlWgT2 .card-title {
  color: #000000;
}
.cid-uV7AqlWgT2 .card-text {
  color: #8a8a8a;
}
.cid-uV7EL3IFSf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-uV7EL3IFSf .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-uV7EL3IFSf .item:focus,
.cid-uV7EL3IFSf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uV7EL3IFSf .align-right {
    text-align: center;
  }
}
.cid-uV7EL3IFSf .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uV7EL3IFSf .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-uV7EL3IFSf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV7EL3IFSf .item {
    margin-bottom: 1rem;
  }
}
.cid-uV7EL3IFSf .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uV7EL3IFSf .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV7EL3IFSf .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV7EL3IFSf .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-uV7EL3IFSf .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uV7EL3IFSf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uV7EL3IFSf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uV7EL3IFSf .mbr-text,
.cid-uV7EL3IFSf .item .mbr-section-btn {
  text-align: center;
}
.cid-uV7EL3IFSf .mbr-number {
  color: #f0466a;
}
.cid-uV7EL3IFSf .mbr-section-subtitle,
.cid-uV7EL3IFSf .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uV7EL3IFSf .mbr-text {
  text-align: left;
}
.cid-uV7EL3IFSf .mbr-text,
.cid-uV7EL3IFSf .mbr-card-btn {
  text-align: left;
}
.cid-uV7EL3IFSf .mbr-text,
.cid-uV7EL3IFSf .mbr-section-btn {
  text-align: left;
}
.cid-uV7EL3IFSf .mbr-text,
.cid-uV7EL3IFSf .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uV7EL3IFSf .card-text,
.cid-uV7EL3IFSf .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uV7EL3IFSf .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3T1DXmHEC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-v3T1DXmHEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3T1DXmHEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3T1DXmHEC .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-v3T1DXmHEC .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3T1DXmHEC .item {
    margin-bottom: 15px;
  }
}
.cid-v3T1DXmHEC .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #0a0a44;
}
@media (max-width: 992px) {
  .cid-v3T1DXmHEC .item .item-wrapper {
    padding: 30px;
  }
}
.cid-v3T1DXmHEC .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3T1DXmHEC .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v3T1DXmHEC .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v3T1DXmHEC .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-v3T1DXmHEC .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-v3T1DXmHEC .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3T1DXmHEC .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3T1DXmHEC .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v3T1DXmHEC .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v3T1DXmHEC .card-title {
  color: #000000;
}
.cid-v3T1DXmHEC .card-text {
  color: #8a8a8a;
}
.cid-uV7ys0Z9xv {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a0a44;
}
.cid-uV7ys0Z9xv .mbr-text {
  color: #ffffff;
}
.cid-uV7ys0Z9xv .mbr-section-subtitle {
  color: #000000;
}
.cid-uV7ys0Z9xv .mbr-section-title {
  color: #000000;
}
.cid-uV7ys1M22c {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uV7ys1M22c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV7ys1M22c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV7ys1M22c .container {
    padding: 0 16px;
  }
}
.cid-uV7ys1M22c .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV7ys1M22c .card {
    margin-bottom: 40px;
  }
}
.cid-uV7ys1M22c .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV7ys1M22c .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uV7ys1M22c .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uV7ys1M22c .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uV7ys1M22c .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV7ys1M22c .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uV7ys1M22c .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV7ys1M22c .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uV7ys1M22c .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV7ys1M22c .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uV7ys1M22c .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uV7ys1M22c .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uV7ys1M22c .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV7ys1M22c .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uV7ys1M22c .mbr-section-title {
  color: #ffffff;
}
.cid-uV7ys1M22c .copyright {
  color: #ffffff;
}
.cid-uV7ys1M22c .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uV7ys1M22c .list {
  color: #ffffff;
  text-align: left;
}
.cid-uV7ys1M22c .mbr-section-title,
.cid-uV7ys1M22c .title-wrapper,
.cid-uV7ys1M22c .social-wrapper {
  text-align: left;
}
.cid-uV7LABCT7T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uV7LABCT7T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV7LABCT7T .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uV7LABCT7T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uV7LABCT7T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV7LABCT7T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uV7LABCT7T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV7LABCT7T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV7LABCT7T .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uV7LABCT7T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uV7LABCT7T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uV7LABCT7T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uV7LABCT7T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uV7LABCT7T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uV7LABCT7T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uV7LABCT7T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uV7LABCT7T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uV7LABCT7T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uV7LABCT7T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV7LABCT7T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uV7LABCT7T .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV7LABCT7T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uV7LABCT7T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uV7LABCT7T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uV7LABCT7T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV7LABCT7T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uV7LABCT7T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV7LABCT7T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uV7LABCT7T .nav-item:focus,
.cid-uV7LABCT7T .nav-link:focus {
  outline: none;
}
.cid-uV7LABCT7T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV7LABCT7T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV7LABCT7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV7LABCT7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV7LABCT7T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV7LABCT7T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV7LABCT7T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uV7LABCT7T .navbar.opened {
  transition: all 0.25s;
}
.cid-uV7LABCT7T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV7LABCT7T .navbar .navbar-logo img {
  width: auto;
}
.cid-uV7LABCT7T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uV7LABCT7T .navbar.collapsed {
  justify-content: center;
}
.cid-uV7LABCT7T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV7LABCT7T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV7LABCT7T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uV7LABCT7T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV7LABCT7T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV7LABCT7T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV7LABCT7T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV7LABCT7T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV7LABCT7T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV7LABCT7T .navbar {
    min-height: 72px;
  }
  .cid-uV7LABCT7T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV7LABCT7T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV7LABCT7T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV7LABCT7T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV7LABCT7T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV7LABCT7T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV7LABCT7T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV7LABCT7T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uV7LABCT7T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV7LABCT7T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV7LABCT7T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uV7LABCT7T .dropdown-item.active,
.cid-uV7LABCT7T .dropdown-item:active {
  background-color: transparent;
}
.cid-uV7LABCT7T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV7LABCT7T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV7LABCT7T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV7LABCT7T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uV7LABCT7T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uV7LABCT7T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uV7LABCT7T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV7LABCT7T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uV7LABCT7T .navbar-buttons {
    text-align: left;
  }
}
.cid-uV7LABCT7T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV7LABCT7T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV7LABCT7T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV7LABCT7T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV7LABCT7T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV7LABCT7T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV7LABCT7T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV7LABCT7T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV7LABCT7T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV7LABCT7T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV7LABCT7T .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uV7LABCT7T .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uV7LABCT7T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV7LABCT7T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV7LABCT7T .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV7LABCT7T .navbar {
    height: 70px;
  }
  .cid-uV7LABCT7T .navbar.opened {
    height: auto;
  }
  .cid-uV7LABCT7T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uV7LABCT7T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uV7LABCT7T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uV7LABCT7T .navbar-brand {
    margin-right: auto;
  }
  .cid-uV7LABCT7T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uV7LABCT7T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uV7LABCT7T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uV7LABCT7T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV7LABCT7T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV7LABCT7T .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uV7LABCT7T .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uV7LABCT7T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV7PmCcmB0 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  background-color: #03235b;
}
.cid-uV7PmCcmB0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uV7PmCcmB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV7PmCcmB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV7PmCcmB0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uV7PmCcmB0 .content-wrap .card {
  justify-content: space-between;
}
.cid-uV7PmCcmB0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uV7PmCcmB0 .content-wrapper {
    padding: 0;
  }
}
.cid-uV7PmCcmB0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV7PmCcmB0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uV7PmCcmB0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uV7PmCcmB0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uV7PmCcmB0 .mbr-desc,
.cid-uV7PmCcmB0 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV7NZVZjOi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f6f9;
}
.cid-uV7NZVZjOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV7NZVZjOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV7NZVZjOi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV7NZVZjOi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV7NZVZjOi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV7NZVZjOi .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV7NZVZjOi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV7NZVZjOi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV7NZVZjOi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #03235b, #003f82 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uV7NZVZjOi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uV7NZVZjOi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV7NZVZjOi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV7NZVZjOi .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uV7NZVZjOi .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uV7NZVZjOi .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uV7NZVZjOi .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f3f6f9;
  border-top: 3px solid #f3f6f9;
  box-shadow: 0 8px 15px -8px #f3f6f9;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uV7NZVZjOi .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uV7NZVZjOi .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV7NZVZjOi .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV7NZVZjOi .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV7NZVZjOi .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uV7NZVZjOi .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uV7NZVZjOi .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #0a0a44;
}
.cid-uV7NZVZjOi .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV7NZVZjOi .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uV7NZVZjOi .mbr-label,
.cid-uV7NZVZjOi .label-wrapper {
  color: #003f82;
  text-align: center;
}
.cid-uV7NZVZjOi .mbr-section-title,
.cid-uV7NZVZjOi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV7NZVZjOi .mbr-text,
.cid-uV7NZVZjOi .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uV7NZVZjOi .item-text {
  color: #000000;
}
.cid-uV7NZVZjOi .item-text,
.cid-uV7NZVZjOi .mbr-section-btn {
  text-align: left;
  color: #003f82;
}
.cid-uV7LADncDw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uV7LADncDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV7LADncDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV7LADncDw .container {
    padding: 0 16px;
  }
}
.cid-uV7LADncDw .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV7LADncDw .card {
    margin-bottom: 40px;
  }
}
.cid-uV7LADncDw .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV7LADncDw .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uV7LADncDw .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uV7LADncDw .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uV7LADncDw .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV7LADncDw .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uV7LADncDw .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV7LADncDw .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uV7LADncDw .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV7LADncDw .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uV7LADncDw .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uV7LADncDw .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uV7LADncDw .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV7LADncDw .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uV7LADncDw .mbr-section-title {
  color: #ffffff;
}
.cid-uV7LADncDw .copyright {
  color: #ffffff;
}
.cid-uV7LADncDw .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uV7LADncDw .list {
  color: #ffffff;
  text-align: left;
}
.cid-uV7LADncDw .mbr-section-title,
.cid-uV7LADncDw .title-wrapper,
.cid-uV7LADncDw .social-wrapper {
  text-align: left;
}
.cid-uV7UZZ7mJD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uV7UZZ7mJD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV7UZZ7mJD .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uV7UZZ7mJD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uV7UZZ7mJD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV7UZZ7mJD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uV7UZZ7mJD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV7UZZ7mJD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV7UZZ7mJD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uV7UZZ7mJD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uV7UZZ7mJD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uV7UZZ7mJD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uV7UZZ7mJD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uV7UZZ7mJD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uV7UZZ7mJD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uV7UZZ7mJD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uV7UZZ7mJD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uV7UZZ7mJD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uV7UZZ7mJD .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV7UZZ7mJD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uV7UZZ7mJD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV7UZZ7mJD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uV7UZZ7mJD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uV7UZZ7mJD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uV7UZZ7mJD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV7UZZ7mJD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uV7UZZ7mJD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV7UZZ7mJD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uV7UZZ7mJD .nav-item:focus,
.cid-uV7UZZ7mJD .nav-link:focus {
  outline: none;
}
.cid-uV7UZZ7mJD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV7UZZ7mJD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV7UZZ7mJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV7UZZ7mJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV7UZZ7mJD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV7UZZ7mJD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV7UZZ7mJD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uV7UZZ7mJD .navbar.opened {
  transition: all 0.25s;
}
.cid-uV7UZZ7mJD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV7UZZ7mJD .navbar .navbar-logo img {
  width: auto;
}
.cid-uV7UZZ7mJD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uV7UZZ7mJD .navbar.collapsed {
  justify-content: center;
}
.cid-uV7UZZ7mJD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV7UZZ7mJD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV7UZZ7mJD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uV7UZZ7mJD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV7UZZ7mJD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV7UZZ7mJD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV7UZZ7mJD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV7UZZ7mJD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV7UZZ7mJD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV7UZZ7mJD .navbar {
    min-height: 72px;
  }
  .cid-uV7UZZ7mJD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV7UZZ7mJD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV7UZZ7mJD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV7UZZ7mJD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV7UZZ7mJD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV7UZZ7mJD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV7UZZ7mJD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV7UZZ7mJD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uV7UZZ7mJD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV7UZZ7mJD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV7UZZ7mJD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uV7UZZ7mJD .dropdown-item.active,
.cid-uV7UZZ7mJD .dropdown-item:active {
  background-color: transparent;
}
.cid-uV7UZZ7mJD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV7UZZ7mJD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV7UZZ7mJD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV7UZZ7mJD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uV7UZZ7mJD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uV7UZZ7mJD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uV7UZZ7mJD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV7UZZ7mJD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uV7UZZ7mJD .navbar-buttons {
    text-align: left;
  }
}
.cid-uV7UZZ7mJD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV7UZZ7mJD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV7UZZ7mJD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV7UZZ7mJD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV7UZZ7mJD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV7UZZ7mJD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV7UZZ7mJD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV7UZZ7mJD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV7UZZ7mJD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV7UZZ7mJD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV7UZZ7mJD .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uV7UZZ7mJD .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uV7UZZ7mJD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV7UZZ7mJD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV7UZZ7mJD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV7UZZ7mJD .navbar {
    height: 70px;
  }
  .cid-uV7UZZ7mJD .navbar.opened {
    height: auto;
  }
  .cid-uV7UZZ7mJD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uV7UZZ7mJD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uV7UZZ7mJD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uV7UZZ7mJD .navbar-brand {
    margin-right: auto;
  }
  .cid-uV7UZZ7mJD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uV7UZZ7mJD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uV7UZZ7mJD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uV7UZZ7mJD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV7UZZ7mJD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV7UZZ7mJD .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uV7UZZ7mJD .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uV7UZZ7mJD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3SVgH5vZ3 {
  padding-top: 165px;
  padding-bottom: 75px;
  background-image: url("../../../portal/images/mbr-1-1920x1280.jpg");
}
.cid-v3SVgH5vZ3 .container-fluid {
  position: relative;
}
.cid-v3SVgH5vZ3 .page-title-content {
  width: 100%;
}
.cid-v3SVgH5vZ3 .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-v3SVgH5vZ3 .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-v3SVgH5vZ3 .page-title-content {
    text-align: center;
  }
}
.cid-v3SVgH5vZ3 .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-v3SVgH5vZ3 a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-v3SVgH5vZ3 a:not(:first-child) {
  margin-left: 20px;
}
.cid-v3SVgH5vZ3 a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-v3SVgH5vZ3 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-v3SVgH5vZ3 a:hover:after,
.cid-v3SVgH5vZ3 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-v3SVgH5vZ3 a:hover:before,
.cid-v3SVgH5vZ3 a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-v3SVgH5vZ3 a.text-white:hover,
.cid-v3SVgH5vZ3 a.text-white:focus {
  color: #ffffff !important;
}
.cid-v3SVgH5vZ3 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3SVgH5vZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SVgH5vZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV7VlDUjC4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #03235b;
}
.cid-uV7VlDUjC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV7VlDUjC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV7VlDUjC4 .row {
  justify-content: space-between;
}
.cid-uV7VlDUjC4 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV7VlDUjC4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV7VlDUjC4 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #a0e1e1;
}
.cid-uV7VlDUjC4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uV7VlDUjC4 .mbr-label {
  color: #000000;
}
.cid-uV7VlDUjC4 .mbr-section-title {
  color: #edefeb;
}
.cid-uV7VlDUjC4 .mbr-label,
.cid-uV7VlDUjC4 .label-wrapper {
  color: #a0e1e1;
}
.cid-uV7XjMwy9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #03235b;
}
.cid-uV7XjMwy9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV7XjMwy9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV7XjMwy9l .row {
  justify-content: space-between;
}
.cid-uV7XjMwy9l .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV7XjMwy9l .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uV7XjMwy9l .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #a0e1e1;
}
.cid-uV7XjMwy9l .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uV7XjMwy9l .mbr-label {
  color: #000000;
}
.cid-uV7XjMwy9l .mbr-section-title {
  color: #edefeb;
}
.cid-uV7XjMwy9l .mbr-label,
.cid-uV7XjMwy9l .label-wrapper {
  color: #a0e1e1;
}
.cid-uV7V019Zxd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uV7V019Zxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV7V019Zxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV7V019Zxd .container {
    padding: 0 16px;
  }
}
.cid-uV7V019Zxd .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV7V019Zxd .card {
    margin-bottom: 40px;
  }
}
.cid-uV7V019Zxd .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV7V019Zxd .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uV7V019Zxd .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uV7V019Zxd .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uV7V019Zxd .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV7V019Zxd .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uV7V019Zxd .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV7V019Zxd .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uV7V019Zxd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV7V019Zxd .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uV7V019Zxd .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uV7V019Zxd .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uV7V019Zxd .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV7V019Zxd .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uV7V019Zxd .mbr-section-title {
  color: #ffffff;
}
.cid-uV7V019Zxd .copyright {
  color: #ffffff;
}
.cid-uV7V019Zxd .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uV7V019Zxd .list {
  color: #ffffff;
  text-align: left;
}
.cid-uV7V019Zxd .mbr-section-title,
.cid-uV7V019Zxd .title-wrapper,
.cid-uV7V019Zxd .social-wrapper {
  text-align: left;
}
.cid-uV846DIal9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uV846DIal9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV846DIal9 .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uV846DIal9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uV846DIal9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV846DIal9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uV846DIal9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV846DIal9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV846DIal9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uV846DIal9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uV846DIal9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uV846DIal9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uV846DIal9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uV846DIal9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uV846DIal9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uV846DIal9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uV846DIal9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uV846DIal9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uV846DIal9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV846DIal9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uV846DIal9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV846DIal9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uV846DIal9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uV846DIal9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uV846DIal9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV846DIal9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uV846DIal9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV846DIal9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uV846DIal9 .nav-item:focus,
.cid-uV846DIal9 .nav-link:focus {
  outline: none;
}
.cid-uV846DIal9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV846DIal9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV846DIal9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV846DIal9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV846DIal9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV846DIal9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV846DIal9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uV846DIal9 .navbar.opened {
  transition: all 0.25s;
}
.cid-uV846DIal9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV846DIal9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uV846DIal9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uV846DIal9 .navbar.collapsed {
  justify-content: center;
}
.cid-uV846DIal9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV846DIal9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV846DIal9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uV846DIal9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV846DIal9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV846DIal9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV846DIal9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV846DIal9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV846DIal9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV846DIal9 .navbar {
    min-height: 72px;
  }
  .cid-uV846DIal9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV846DIal9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV846DIal9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV846DIal9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV846DIal9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV846DIal9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV846DIal9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV846DIal9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uV846DIal9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV846DIal9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV846DIal9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uV846DIal9 .dropdown-item.active,
.cid-uV846DIal9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uV846DIal9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV846DIal9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV846DIal9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV846DIal9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uV846DIal9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uV846DIal9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uV846DIal9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV846DIal9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uV846DIal9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uV846DIal9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV846DIal9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV846DIal9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV846DIal9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV846DIal9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV846DIal9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV846DIal9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV846DIal9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV846DIal9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV846DIal9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV846DIal9 .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uV846DIal9 .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uV846DIal9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV846DIal9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV846DIal9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV846DIal9 .navbar {
    height: 70px;
  }
  .cid-uV846DIal9 .navbar.opened {
    height: auto;
  }
  .cid-uV846DIal9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV846DIal9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uV846DIal9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uV846DIal9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uV846DIal9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uV846DIal9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uV846DIal9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uV846DIal9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uV846DIal9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uV846DIal9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV846DIal9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV846DIal9 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uV846DIal9 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uV846DIal9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV87XqNLlo {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../../assets/portal/images/background1.jpg");
}
.cid-uV87XqNLlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV87XqNLlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV87XqNLlo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uV87XqNLlo .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uV87XqNLlo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uV87XqNLlo .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV87XqNLlo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uV87XqNLlo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV87XqNLlo .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uV87XqNLlo .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uV87XqNLlo .content-wrapper .list .item-wrap:hover,
.cid-uV87XqNLlo .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uV87XqNLlo .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uV87XqNLlo .mbr-section-title {
  color: #ffffff;
}
.cid-uV87XqNLlo .mbr-text {
  color: #ffffff;
}
.cid-uV87XqNLlo .list {
  color: #d2d2df;
}
.cid-uV89r4Y7ut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #03235b;
  overflow: hidden;
}
.cid-uV89r4Y7ut .row {
  row-gap: 40px;
}
.cid-uV89r4Y7ut .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uV89r4Y7ut .mbr-section-title {
  color: #9b8db7;
}
.cid-uV89r4Y7ut .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uV89r4Y7ut .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uV89r4Y7ut .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 3));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uV89r4Y7ut .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uV89r4Y7ut .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uV89r4Y7ut .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #03235b;
}
.cid-uV89r4Y7ut .item-title {
  color: #303030;
}
.cid-uV89r4Y7ut .mbr-text {
  margin-bottom: 4px;
  color: #ffffff;
  text-decoration: underline;
}
.cid-uV89r4Y7ut .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-uV89r4Y7ut .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-uV89r4Y7ut .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s ease-out;
}
.cid-uV89r4Y7ut .iconfont-wrapper:hover {
  background-color: #efe6f7;
}
.cid-uV89r4Y7ut .iconfont-wrapper:hover .mbr-iconfont {
  color: #9b8db7;
}
.cid-uV89r4Y7ut .mbr-section-btn {
  margin-top: 10px;
}
.cid-uV89r4Y7ut .item-title,
.cid-uV89r4Y7ut .mbr-section-btn {
  color: #edefeb;
}
.cid-uV846GisRD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uV846GisRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV846GisRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV846GisRD .container {
    padding: 0 16px;
  }
}
.cid-uV846GisRD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV846GisRD .card {
    margin-bottom: 40px;
  }
}
.cid-uV846GisRD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV846GisRD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uV846GisRD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uV846GisRD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uV846GisRD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV846GisRD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uV846GisRD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV846GisRD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uV846GisRD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV846GisRD .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uV846GisRD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uV846GisRD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uV846GisRD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV846GisRD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uV846GisRD .mbr-section-title {
  color: #ffffff;
}
.cid-uV846GisRD .copyright {
  color: #ffffff;
}
.cid-uV846GisRD .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uV846GisRD .list {
  color: #ffffff;
  text-align: left;
}
.cid-uV846GisRD .mbr-section-title,
.cid-uV846GisRD .title-wrapper,
.cid-uV846GisRD .social-wrapper {
  text-align: left;
}
.cid-uV8cs6vAHP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uV8cs6vAHP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV8cs6vAHP .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uV8cs6vAHP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uV8cs6vAHP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV8cs6vAHP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uV8cs6vAHP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV8cs6vAHP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV8cs6vAHP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uV8cs6vAHP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uV8cs6vAHP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uV8cs6vAHP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uV8cs6vAHP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uV8cs6vAHP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uV8cs6vAHP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uV8cs6vAHP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uV8cs6vAHP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uV8cs6vAHP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uV8cs6vAHP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV8cs6vAHP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uV8cs6vAHP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV8cs6vAHP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uV8cs6vAHP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uV8cs6vAHP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uV8cs6vAHP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV8cs6vAHP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uV8cs6vAHP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV8cs6vAHP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uV8cs6vAHP .nav-item:focus,
.cid-uV8cs6vAHP .nav-link:focus {
  outline: none;
}
.cid-uV8cs6vAHP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV8cs6vAHP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV8cs6vAHP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV8cs6vAHP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV8cs6vAHP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV8cs6vAHP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV8cs6vAHP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uV8cs6vAHP .navbar.opened {
  transition: all 0.25s;
}
.cid-uV8cs6vAHP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV8cs6vAHP .navbar .navbar-logo img {
  width: auto;
}
.cid-uV8cs6vAHP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uV8cs6vAHP .navbar.collapsed {
  justify-content: center;
}
.cid-uV8cs6vAHP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV8cs6vAHP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV8cs6vAHP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uV8cs6vAHP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV8cs6vAHP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV8cs6vAHP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV8cs6vAHP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV8cs6vAHP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV8cs6vAHP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV8cs6vAHP .navbar {
    min-height: 72px;
  }
  .cid-uV8cs6vAHP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV8cs6vAHP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV8cs6vAHP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV8cs6vAHP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV8cs6vAHP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV8cs6vAHP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV8cs6vAHP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV8cs6vAHP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uV8cs6vAHP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV8cs6vAHP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV8cs6vAHP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uV8cs6vAHP .dropdown-item.active,
.cid-uV8cs6vAHP .dropdown-item:active {
  background-color: transparent;
}
.cid-uV8cs6vAHP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV8cs6vAHP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV8cs6vAHP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV8cs6vAHP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uV8cs6vAHP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uV8cs6vAHP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uV8cs6vAHP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV8cs6vAHP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uV8cs6vAHP .navbar-buttons {
    text-align: left;
  }
}
.cid-uV8cs6vAHP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV8cs6vAHP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV8cs6vAHP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV8cs6vAHP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV8cs6vAHP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV8cs6vAHP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV8cs6vAHP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV8cs6vAHP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV8cs6vAHP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV8cs6vAHP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV8cs6vAHP .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uV8cs6vAHP .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uV8cs6vAHP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV8cs6vAHP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV8cs6vAHP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV8cs6vAHP .navbar {
    height: 70px;
  }
  .cid-uV8cs6vAHP .navbar.opened {
    height: auto;
  }
  .cid-uV8cs6vAHP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uV8cs6vAHP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uV8cs6vAHP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uV8cs6vAHP .navbar-brand {
    margin-right: auto;
  }
  .cid-uV8cs6vAHP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uV8cs6vAHP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uV8cs6vAHP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uV8cs6vAHP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV8cs6vAHP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV8cs6vAHP .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uV8cs6vAHP .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uV8cs6vAHP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV8cs8tdI3 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../../assets/portal/images/background1.jpg");
}
.cid-uV8cs8tdI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV8cs8tdI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV8cs8tdI3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uV8cs8tdI3 .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uV8cs8tdI3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uV8cs8tdI3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV8cs8tdI3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uV8cs8tdI3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV8cs8tdI3 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uV8cs8tdI3 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uV8cs8tdI3 .content-wrapper .list .item-wrap:hover,
.cid-uV8cs8tdI3 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uV8cs8tdI3 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uV8cs8tdI3 .mbr-section-title {
  color: #ffffff;
}
.cid-uV8cs8tdI3 .mbr-text {
  color: #ffffff;
}
.cid-uV8cs8tdI3 .list {
  color: #d2d2df;
}
.cid-uV8gWGGj3B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #03235b;
}
.cid-uV8gWGGj3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV8gWGGj3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV8gWGGj3B .container {
    padding: 0 30px;
  }
}
.cid-uV8gWGGj3B .row {
  justify-content: center;
}
.cid-uV8gWGGj3B .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uV8gWGGj3B .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uV8gWGGj3B .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-uV8gWGGj3B .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uV8gWGGj3B .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uV8dGHuTJ3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uV8dGHuTJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV8dGHuTJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV8dGHuTJ3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV8dGHuTJ3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV8dGHuTJ3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV8dGHuTJ3 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV8dGHuTJ3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV8dGHuTJ3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV8dGHuTJ3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #a0e1e1, #003f82 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uV8dGHuTJ3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uV8dGHuTJ3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV8dGHuTJ3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV8dGHuTJ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 425px;
  max-width: 425px;
}
@media (max-width: 768px) {
  .cid-uV8dGHuTJ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uV8dGHuTJ3 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uV8dGHuTJ3 .embla__button--next,
.cid-uV8dGHuTJ3 .embla__button--prev {
  display: flex;
}
.cid-uV8dGHuTJ3 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uV8dGHuTJ3 .embla__button {
    top: 0;
  }
}
.cid-uV8dGHuTJ3 .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uV8dGHuTJ3 .embla__button:disabled {
  background-color: #000000 !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uV8dGHuTJ3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uV8dGHuTJ3 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uV8dGHuTJ3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uV8dGHuTJ3 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uV8dGHuTJ3 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uV8dGHuTJ3 .embla {
    padding-top: 4rem;
  }
}
.cid-uV8dGHuTJ3 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(-90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uV8dGHuTJ3 .embla::before {
    display: none;
  }
}
.cid-uV8dGHuTJ3 .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uV8dGHuTJ3 .embla::after {
    display: none;
  }
}
.cid-uV8dGHuTJ3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-uV8dGHuTJ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uV8dGHuTJ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uV8dGHuTJ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uV8dGHuTJ3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uV8dGHuTJ3 .mbr-label,
.cid-uV8dGHuTJ3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV8dGHuTJ3 .mbr-section-title,
.cid-uV8dGHuTJ3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV8dGHuTJ3 .mbr-text,
.cid-uV8dGHuTJ3 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uV8dGHuTJ3 .item-name {
  color: #000000;
}
.cid-uV8dGHuTJ3 .item-role {
  color: #515151;
}
.cid-uV8dGHuTJ3 .item-name,
.cid-uV8dGHuTJ3 .social-wrapper {
  text-align: center;
}
.cid-uV8cs9NAHD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uV8cs9NAHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV8cs9NAHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV8cs9NAHD .container {
    padding: 0 16px;
  }
}
.cid-uV8cs9NAHD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV8cs9NAHD .card {
    margin-bottom: 40px;
  }
}
.cid-uV8cs9NAHD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV8cs9NAHD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uV8cs9NAHD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uV8cs9NAHD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uV8cs9NAHD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV8cs9NAHD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uV8cs9NAHD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV8cs9NAHD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uV8cs9NAHD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV8cs9NAHD .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uV8cs9NAHD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uV8cs9NAHD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uV8cs9NAHD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV8cs9NAHD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uV8cs9NAHD .mbr-section-title {
  color: #ffffff;
}
.cid-uV8cs9NAHD .copyright {
  color: #ffffff;
}
.cid-uV8cs9NAHD .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uV8cs9NAHD .list {
  color: #ffffff;
  text-align: left;
}
.cid-uV8cs9NAHD .mbr-section-title,
.cid-uV8cs9NAHD .title-wrapper,
.cid-uV8cs9NAHD .social-wrapper {
  text-align: left;
}
.cid-uV8qUwK57V {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uV8qUwK57V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV8qUwK57V .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-uV8qUwK57V .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uV8qUwK57V .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV8qUwK57V .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uV8qUwK57V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV8qUwK57V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV8qUwK57V .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uV8qUwK57V .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uV8qUwK57V .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uV8qUwK57V .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uV8qUwK57V .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uV8qUwK57V .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uV8qUwK57V .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uV8qUwK57V .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uV8qUwK57V .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uV8qUwK57V .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uV8qUwK57V .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV8qUwK57V .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uV8qUwK57V .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV8qUwK57V .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uV8qUwK57V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uV8qUwK57V .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uV8qUwK57V .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV8qUwK57V .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uV8qUwK57V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV8qUwK57V .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-uV8qUwK57V .nav-item:focus,
.cid-uV8qUwK57V .nav-link:focus {
  outline: none;
}
.cid-uV8qUwK57V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV8qUwK57V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV8qUwK57V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV8qUwK57V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV8qUwK57V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV8qUwK57V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV8qUwK57V .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uV8qUwK57V .navbar.opened {
  transition: all 0.25s;
}
.cid-uV8qUwK57V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV8qUwK57V .navbar .navbar-logo img {
  width: auto;
}
.cid-uV8qUwK57V .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uV8qUwK57V .navbar.collapsed {
  justify-content: center;
}
.cid-uV8qUwK57V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV8qUwK57V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV8qUwK57V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uV8qUwK57V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV8qUwK57V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV8qUwK57V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uV8qUwK57V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV8qUwK57V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV8qUwK57V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV8qUwK57V .navbar {
    min-height: 72px;
  }
  .cid-uV8qUwK57V .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV8qUwK57V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV8qUwK57V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV8qUwK57V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV8qUwK57V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV8qUwK57V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV8qUwK57V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV8qUwK57V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uV8qUwK57V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV8qUwK57V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV8qUwK57V .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uV8qUwK57V .dropdown-item.active,
.cid-uV8qUwK57V .dropdown-item:active {
  background-color: transparent;
}
.cid-uV8qUwK57V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV8qUwK57V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV8qUwK57V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV8qUwK57V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-uV8qUwK57V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uV8qUwK57V .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uV8qUwK57V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV8qUwK57V .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uV8qUwK57V .navbar-buttons {
    text-align: left;
  }
}
.cid-uV8qUwK57V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV8qUwK57V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV8qUwK57V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV8qUwK57V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV8qUwK57V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV8qUwK57V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV8qUwK57V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV8qUwK57V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV8qUwK57V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV8qUwK57V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV8qUwK57V .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-uV8qUwK57V .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-uV8qUwK57V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV8qUwK57V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV8qUwK57V .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV8qUwK57V .navbar {
    height: 70px;
  }
  .cid-uV8qUwK57V .navbar.opened {
    height: auto;
  }
  .cid-uV8qUwK57V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uV8qUwK57V .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uV8qUwK57V .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uV8qUwK57V .navbar-brand {
    margin-right: auto;
  }
  .cid-uV8qUwK57V .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-uV8qUwK57V .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uV8qUwK57V .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uV8qUwK57V .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uV8qUwK57V .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uV8qUwK57V .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uV8qUwK57V .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uV8qUwK57V .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV8rxeahN0 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #0a0a44;
}
.cid-uV8rxeahN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV8rxeahN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV8rxeahN0 .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uV8rxeahN0 .container {
    padding: 0 4px;
  }
}
.cid-uV8rxeahN0 .row {
  margin: 0;
}
.cid-uV8rxeahN0 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV8rxeahN0 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uV8rxeahN0 .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-uV8rxeahN0 .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-uV8rxeahN0 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uV8rxeahN0 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uV8rxeahN0 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uV8rxeahN0 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uV8rxeahN0 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uV8rxeahN0 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV8rxeahN0 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uV8rxeahN0 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV8rxeahN0 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uV8rxeahN0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uV8rxeahN0 .panel-title-edit,
.cid-uV8rxeahN0 .mbr-iconfont {
  color: #ffffff;
}
.cid-uV8rxeahN0 .mbr-text {
  color: #ffffff;
}
.cid-uV8rxeahN0 P {
  color: #ffffff;
}
.cid-uV8qUyWyaV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0a0a44;
  position: relative;
  overflow: hidden;
}
.cid-uV8qUyWyaV .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uV8qUyWyaV .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uV8qUyWyaV .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.9;
  width: 18vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003f82;
  box-shadow: 0 0 40px #003f82;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uV8qUyWyaV .bg-frame {
    width: 36vw;
  }
}
.cid-uV8qUyWyaV .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #03235b;
}
@media (max-width: 991px) {
  .cid-uV8qUyWyaV .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-uV8qUyWyaV .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-uV8qUyWyaV .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-uV8qUyWyaV .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uV8qUyWyaV .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.cid-uV8qUyWyaV .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uV8qUyWyaV .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-uV8qUyWyaV .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-uV8qUyWyaV .img-wrap {
    width: 100%;
  }
}
.cid-uV8qUyWyaV .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #003f82;
  box-shadow: 0 0 40px #003f82;
  filter: blur(120px);
}
.cid-uV8qUyWyaV .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uV8qUyWyaV .item-img {
    width: 100%;
  }
}
.cid-uV8qUyWyaV .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uV8qUyWyaV .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0a0a44 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-uV8qUztWLH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-uV8qUztWLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV8qUztWLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV8qUztWLH .container {
    padding: 0 16px;
  }
}
.cid-uV8qUztWLH .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uV8qUztWLH .card {
    margin-bottom: 40px;
  }
}
.cid-uV8qUztWLH .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV8qUztWLH .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uV8qUztWLH .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uV8qUztWLH .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uV8qUztWLH .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV8qUztWLH .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uV8qUztWLH .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV8qUztWLH .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-uV8qUztWLH .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uV8qUztWLH .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-uV8qUztWLH .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uV8qUztWLH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uV8qUztWLH .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uV8qUztWLH .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uV8qUztWLH .mbr-section-title {
  color: #ffffff;
}
.cid-uV8qUztWLH .copyright {
  color: #ffffff;
}
.cid-uV8qUztWLH .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uV8qUztWLH .list {
  color: #ffffff;
  text-align: left;
}
.cid-uV8qUztWLH .mbr-section-title,
.cid-uV8qUztWLH .title-wrapper,
.cid-uV8qUztWLH .social-wrapper {
  text-align: left;
}
.cid-v3TlPcbruq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3TlPcbruq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3TlPcbruq .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-v3TlPcbruq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3TlPcbruq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3TlPcbruq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v3TlPcbruq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3TlPcbruq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3TlPcbruq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v3TlPcbruq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v3TlPcbruq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v3TlPcbruq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v3TlPcbruq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3TlPcbruq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3TlPcbruq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v3TlPcbruq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v3TlPcbruq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v3TlPcbruq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3TlPcbruq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3TlPcbruq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v3TlPcbruq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3TlPcbruq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3TlPcbruq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v3TlPcbruq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v3TlPcbruq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3TlPcbruq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3TlPcbruq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3TlPcbruq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-v3TlPcbruq .nav-item:focus,
.cid-v3TlPcbruq .nav-link:focus {
  outline: none;
}
.cid-v3TlPcbruq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3TlPcbruq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3TlPcbruq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3TlPcbruq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3TlPcbruq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3TlPcbruq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3TlPcbruq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v3TlPcbruq .navbar.opened {
  transition: all 0.25s;
}
.cid-v3TlPcbruq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3TlPcbruq .navbar .navbar-logo img {
  width: auto;
}
.cid-v3TlPcbruq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v3TlPcbruq .navbar.collapsed {
  justify-content: center;
}
.cid-v3TlPcbruq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3TlPcbruq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3TlPcbruq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3TlPcbruq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3TlPcbruq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3TlPcbruq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3TlPcbruq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3TlPcbruq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3TlPcbruq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3TlPcbruq .navbar {
    min-height: 72px;
  }
  .cid-v3TlPcbruq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3TlPcbruq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3TlPcbruq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3TlPcbruq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3TlPcbruq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3TlPcbruq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3TlPcbruq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3TlPcbruq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3TlPcbruq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3TlPcbruq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3TlPcbruq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3TlPcbruq .dropdown-item.active,
.cid-v3TlPcbruq .dropdown-item:active {
  background-color: transparent;
}
.cid-v3TlPcbruq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3TlPcbruq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3TlPcbruq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3TlPcbruq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-v3TlPcbruq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-v3TlPcbruq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3TlPcbruq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3TlPcbruq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3TlPcbruq .navbar-buttons {
    text-align: left;
  }
}
.cid-v3TlPcbruq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3TlPcbruq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3TlPcbruq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3TlPcbruq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3TlPcbruq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3TlPcbruq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3TlPcbruq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3TlPcbruq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3TlPcbruq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3TlPcbruq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3TlPcbruq .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-v3TlPcbruq .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-v3TlPcbruq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3TlPcbruq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3TlPcbruq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3TlPcbruq .navbar {
    height: 70px;
  }
  .cid-v3TlPcbruq .navbar.opened {
    height: auto;
  }
  .cid-v3TlPcbruq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3TlPcbruq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3TlPcbruq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3TlPcbruq .navbar-brand {
    margin-right: auto;
  }
  .cid-v3TlPcbruq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-v3TlPcbruq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3TlPcbruq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3TlPcbruq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3TlPcbruq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3TlPcbruq .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v3TlPcbruq .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3TlPcbruq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3TlPcAYTo {
  padding-top: 195px;
  padding-bottom: 75px;
  background-image: url("../../../../assets/portal/images/colegio-foto-azul.jpg-2000x1212.jpg");
}
.cid-v3TlPcAYTo .container-fluid {
  position: relative;
}
.cid-v3TlPcAYTo .page-title-content {
  width: 100%;
}
.cid-v3TlPcAYTo .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-v3TlPcAYTo .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-v3TlPcAYTo .page-title-content {
    text-align: center;
  }
}
.cid-v3TlPcAYTo .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-v3TlPcAYTo a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-v3TlPcAYTo a:not(:first-child) {
  margin-left: 20px;
}
.cid-v3TlPcAYTo a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-v3TlPcAYTo a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-v3TlPcAYTo a:hover:after,
.cid-v3TlPcAYTo a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-v3TlPcAYTo a:hover:before,
.cid-v3TlPcAYTo a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-v3TlPcAYTo a.text-white:hover,
.cid-v3TlPcAYTo a.text-white:focus {
  color: #ffffff !important;
}
.cid-v3TlPcAYTo .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3TlPcAYTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TlPcAYTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3TlPcQEx7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-v3TlPcQEx7 .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-v3TlPcQEx7 .item:focus,
.cid-v3TlPcQEx7 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3TlPcQEx7 .align-right {
    text-align: center;
  }
}
.cid-v3TlPcQEx7 .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3TlPcQEx7 .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3TlPcQEx7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3TlPcQEx7 .item {
    margin-bottom: 1rem;
  }
}
.cid-v3TlPcQEx7 .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3TlPcQEx7 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3TlPcQEx7 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3TlPcQEx7 .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3TlPcQEx7 .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3TlPcQEx7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3TlPcQEx7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3TlPcQEx7 .mbr-text,
.cid-v3TlPcQEx7 .item .mbr-section-btn {
  text-align: center;
}
.cid-v3TlPcQEx7 .mbr-number {
  color: #f0466a;
}
.cid-v3TlPcQEx7 .mbr-section-subtitle,
.cid-v3TlPcQEx7 .mbr-section-head .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v3TlPcQEx7 .mbr-text {
  text-align: left;
}
.cid-v3TlPcQEx7 .mbr-text,
.cid-v3TlPcQEx7 .mbr-card-btn {
  text-align: left;
}
.cid-v3TlPcQEx7 .mbr-text,
.cid-v3TlPcQEx7 .mbr-section-btn {
  text-align: left;
}
.cid-v3TlPcQEx7 .mbr-text,
.cid-v3TlPcQEx7 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3TlPcQEx7 .card-text,
.cid-v3TlPcQEx7 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3TlPcQEx7 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3TlPd9D7L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-v3TlPd9D7L .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-v3TlPd9D7L .item:focus,
.cid-v3TlPd9D7L span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3TlPd9D7L .align-right {
    text-align: center;
  }
}
.cid-v3TlPd9D7L .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3TlPd9D7L .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3TlPd9D7L .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3TlPd9D7L .item {
    margin-bottom: 1rem;
  }
}
.cid-v3TlPd9D7L .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3TlPd9D7L .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3TlPd9D7L .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3TlPd9D7L .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3TlPd9D7L .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3TlPd9D7L .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3TlPd9D7L .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3TlPd9D7L .mbr-text,
.cid-v3TlPd9D7L .item .mbr-section-btn {
  text-align: center;
}
.cid-v3TlPd9D7L .mbr-number {
  color: #f0466a;
}
.cid-v3TlPd9D7L .mbr-section-subtitle,
.cid-v3TlPd9D7L .mbr-section-head .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v3TlPd9D7L .mbr-text {
  text-align: left;
}
.cid-v3TlPd9D7L .mbr-text,
.cid-v3TlPd9D7L .mbr-card-btn {
  text-align: left;
}
.cid-v3TlPd9D7L .mbr-text,
.cid-v3TlPd9D7L .mbr-section-btn {
  text-align: left;
}
.cid-v3TlPd9D7L .mbr-text,
.cid-v3TlPd9D7L .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3TlPd9D7L .card-text,
.cid-v3TlPd9D7L .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3TlPd9D7L .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3TlPd9D7L hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cid-v3Tpe1UwBE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-v3Tpe1UwBE .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-v3Tpe1UwBE .item:focus,
.cid-v3Tpe1UwBE span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3Tpe1UwBE .align-right {
    text-align: center;
  }
}
.cid-v3Tpe1UwBE .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3Tpe1UwBE .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3Tpe1UwBE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3Tpe1UwBE .item {
    margin-bottom: 1rem;
  }
}
.cid-v3Tpe1UwBE .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3Tpe1UwBE .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3Tpe1UwBE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3Tpe1UwBE .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3Tpe1UwBE .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3Tpe1UwBE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3Tpe1UwBE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3Tpe1UwBE .mbr-text,
.cid-v3Tpe1UwBE .item .mbr-section-btn {
  text-align: center;
}
.cid-v3Tpe1UwBE .mbr-number {
  color: #f0466a;
}
.cid-v3Tpe1UwBE .mbr-section-subtitle,
.cid-v3Tpe1UwBE .mbr-section-head .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v3Tpe1UwBE .mbr-text {
  text-align: left;
}
.cid-v3Tpe1UwBE .mbr-text,
.cid-v3Tpe1UwBE .mbr-card-btn {
  text-align: left;
}
.cid-v3Tpe1UwBE .mbr-text,
.cid-v3Tpe1UwBE .mbr-section-btn {
  text-align: left;
}
.cid-v3Tpe1UwBE .mbr-text,
.cid-v3Tpe1UwBE .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3Tpe1UwBE .card-text,
.cid-v3Tpe1UwBE .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3Tpe1UwBE .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3TlPdqSxE {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-v3TlPdqSxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TlPdqSxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3TlPdqSxE .container {
    padding: 0 16px;
  }
}
.cid-v3TlPdqSxE .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3TlPdqSxE .card {
    margin-bottom: 40px;
  }
}
.cid-v3TlPdqSxE .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3TlPdqSxE .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v3TlPdqSxE .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v3TlPdqSxE .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3TlPdqSxE .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v3TlPdqSxE .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v3TlPdqSxE .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3TlPdqSxE .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-v3TlPdqSxE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3TlPdqSxE .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-v3TlPdqSxE .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v3TlPdqSxE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3TlPdqSxE .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3TlPdqSxE .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v3TlPdqSxE .mbr-section-title {
  color: #ffffff;
}
.cid-v3TlPdqSxE .copyright {
  color: #ffffff;
}
.cid-v3TlPdqSxE .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3TlPdqSxE .list {
  color: #ffffff;
  text-align: left;
}
.cid-v3TlPdqSxE .mbr-section-title,
.cid-v3TlPdqSxE .title-wrapper,
.cid-v3TlPdqSxE .social-wrapper {
  text-align: left;
}
.cid-v3T5MbkFAI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3T5MbkFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3T5MbkFAI .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-v3T5MbkFAI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3T5MbkFAI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3T5MbkFAI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v3T5MbkFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3T5MbkFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3T5MbkFAI .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v3T5MbkFAI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v3T5MbkFAI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v3T5MbkFAI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v3T5MbkFAI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3T5MbkFAI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3T5MbkFAI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v3T5MbkFAI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v3T5MbkFAI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v3T5MbkFAI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3T5MbkFAI .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3T5MbkFAI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v3T5MbkFAI .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3T5MbkFAI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3T5MbkFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v3T5MbkFAI .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v3T5MbkFAI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3T5MbkFAI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3T5MbkFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3T5MbkFAI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-v3T5MbkFAI .nav-item:focus,
.cid-v3T5MbkFAI .nav-link:focus {
  outline: none;
}
.cid-v3T5MbkFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3T5MbkFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3T5MbkFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3T5MbkFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3T5MbkFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3T5MbkFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3T5MbkFAI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v3T5MbkFAI .navbar.opened {
  transition: all 0.25s;
}
.cid-v3T5MbkFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3T5MbkFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-v3T5MbkFAI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v3T5MbkFAI .navbar.collapsed {
  justify-content: center;
}
.cid-v3T5MbkFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3T5MbkFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3T5MbkFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3T5MbkFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3T5MbkFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3T5MbkFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3T5MbkFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3T5MbkFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3T5MbkFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3T5MbkFAI .navbar {
    min-height: 72px;
  }
  .cid-v3T5MbkFAI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3T5MbkFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3T5MbkFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3T5MbkFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3T5MbkFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3T5MbkFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3T5MbkFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3T5MbkFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3T5MbkFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3T5MbkFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3T5MbkFAI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3T5MbkFAI .dropdown-item.active,
.cid-v3T5MbkFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-v3T5MbkFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3T5MbkFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3T5MbkFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3T5MbkFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-v3T5MbkFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-v3T5MbkFAI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3T5MbkFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3T5MbkFAI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3T5MbkFAI .navbar-buttons {
    text-align: left;
  }
}
.cid-v3T5MbkFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3T5MbkFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3T5MbkFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3T5MbkFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3T5MbkFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3T5MbkFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3T5MbkFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3T5MbkFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3T5MbkFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3T5MbkFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3T5MbkFAI .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-v3T5MbkFAI .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-v3T5MbkFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3T5MbkFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3T5MbkFAI .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3T5MbkFAI .navbar {
    height: 70px;
  }
  .cid-v3T5MbkFAI .navbar.opened {
    height: auto;
  }
  .cid-v3T5MbkFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3T5MbkFAI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3T5MbkFAI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3T5MbkFAI .navbar-brand {
    margin-right: auto;
  }
  .cid-v3T5MbkFAI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-v3T5MbkFAI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3T5MbkFAI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3T5MbkFAI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3T5MbkFAI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3T5MbkFAI .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v3T5MbkFAI .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3T5MbkFAI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3TixYMn7K {
  padding-top: 195px;
  padding-bottom: 75px;
  background-image: url("../../../../assets/portal/images/colegio-foto-azul.jpg-2000x1212.jpg");
}
.cid-v3TixYMn7K .container-fluid {
  position: relative;
}
.cid-v3TixYMn7K .page-title-content {
  width: 100%;
}
.cid-v3TixYMn7K .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-v3TixYMn7K .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-v3TixYMn7K .page-title-content {
    text-align: center;
  }
}
.cid-v3TixYMn7K .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-v3TixYMn7K a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-v3TixYMn7K a:not(:first-child) {
  margin-left: 20px;
}
.cid-v3TixYMn7K a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-v3TixYMn7K a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-v3TixYMn7K a:hover:after,
.cid-v3TixYMn7K a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-v3TixYMn7K a:hover:before,
.cid-v3TixYMn7K a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-v3TixYMn7K a.text-white:hover,
.cid-v3TixYMn7K a.text-white:focus {
  color: #ffffff !important;
}
.cid-v3TixYMn7K .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3TixYMn7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TixYMn7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3T5Md2Cg3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-v3T5Md2Cg3 .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-v3T5Md2Cg3 .item:focus,
.cid-v3T5Md2Cg3 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3T5Md2Cg3 .align-right {
    text-align: center;
  }
}
.cid-v3T5Md2Cg3 .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3T5Md2Cg3 .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3T5Md2Cg3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3T5Md2Cg3 .item {
    margin-bottom: 1rem;
  }
}
.cid-v3T5Md2Cg3 .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3T5Md2Cg3 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3T5Md2Cg3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3T5Md2Cg3 .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3T5Md2Cg3 .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3T5Md2Cg3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3T5Md2Cg3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3T5Md2Cg3 .mbr-text,
.cid-v3T5Md2Cg3 .item .mbr-section-btn {
  text-align: center;
}
.cid-v3T5Md2Cg3 .mbr-number {
  color: #f0466a;
}
.cid-v3T5Md2Cg3 .mbr-section-subtitle,
.cid-v3T5Md2Cg3 .mbr-section-head .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v3T5Md2Cg3 .mbr-text {
  text-align: left;
}
.cid-v3T5Md2Cg3 .mbr-text,
.cid-v3T5Md2Cg3 .mbr-card-btn {
  text-align: left;
}
.cid-v3T5Md2Cg3 .mbr-text,
.cid-v3T5Md2Cg3 .mbr-section-btn {
  text-align: left;
}
.cid-v3T5Md2Cg3 .mbr-text,
.cid-v3T5Md2Cg3 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3T5Md2Cg3 .card-text,
.cid-v3T5Md2Cg3 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3T5Md2Cg3 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3T8mNKOBD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0a0a44;
}
.cid-v3T8mNKOBD .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-v3T8mNKOBD .item:focus,
.cid-v3T8mNKOBD span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3T8mNKOBD .align-right {
    text-align: center;
  }
}
.cid-v3T8mNKOBD .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3T8mNKOBD .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3T8mNKOBD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3T8mNKOBD .item {
    margin-bottom: 1rem;
  }
}
.cid-v3T8mNKOBD .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3T8mNKOBD .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3T8mNKOBD .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3T8mNKOBD .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3T8mNKOBD .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3T8mNKOBD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3T8mNKOBD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3T8mNKOBD .mbr-text,
.cid-v3T8mNKOBD .item .mbr-section-btn {
  text-align: center;
}
.cid-v3T8mNKOBD .mbr-number {
  color: #f0466a;
}
.cid-v3T8mNKOBD .mbr-section-subtitle,
.cid-v3T8mNKOBD .mbr-section-head .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v3T8mNKOBD .mbr-text {
  text-align: left;
}
.cid-v3T8mNKOBD .mbr-text,
.cid-v3T8mNKOBD .mbr-card-btn {
  text-align: left;
}
.cid-v3T8mNKOBD .mbr-text,
.cid-v3T8mNKOBD .mbr-section-btn {
  text-align: left;
}
.cid-v3T8mNKOBD .mbr-text,
.cid-v3T8mNKOBD .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3T8mNKOBD .card-text,
.cid-v3T8mNKOBD .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3T8mNKOBD .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3T8mNKOBD hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cid-v3T5MdWiDr {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-v3T5MdWiDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3T5MdWiDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3T5MdWiDr .container {
    padding: 0 16px;
  }
}
.cid-v3T5MdWiDr .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3T5MdWiDr .card {
    margin-bottom: 40px;
  }
}
.cid-v3T5MdWiDr .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3T5MdWiDr .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v3T5MdWiDr .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v3T5MdWiDr .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3T5MdWiDr .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v3T5MdWiDr .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v3T5MdWiDr .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3T5MdWiDr .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-v3T5MdWiDr .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3T5MdWiDr .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-v3T5MdWiDr .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v3T5MdWiDr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3T5MdWiDr .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3T5MdWiDr .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v3T5MdWiDr .mbr-section-title {
  color: #ffffff;
}
.cid-v3T5MdWiDr .copyright {
  color: #ffffff;
}
.cid-v3T5MdWiDr .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3T5MdWiDr .list {
  color: #ffffff;
  text-align: left;
}
.cid-v3T5MdWiDr .mbr-section-title,
.cid-v3T5MdWiDr .title-wrapper,
.cid-v3T5MdWiDr .social-wrapper {
  text-align: left;
}
.cid-v3TqueqWzq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3TqueqWzq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3TqueqWzq .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-v3TqueqWzq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3TqueqWzq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3TqueqWzq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v3TqueqWzq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3TqueqWzq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3TqueqWzq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v3TqueqWzq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v3TqueqWzq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v3TqueqWzq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v3TqueqWzq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3TqueqWzq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3TqueqWzq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v3TqueqWzq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v3TqueqWzq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v3TqueqWzq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3TqueqWzq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3TqueqWzq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v3TqueqWzq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3TqueqWzq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3TqueqWzq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v3TqueqWzq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v3TqueqWzq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3TqueqWzq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3TqueqWzq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3TqueqWzq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-v3TqueqWzq .nav-item:focus,
.cid-v3TqueqWzq .nav-link:focus {
  outline: none;
}
.cid-v3TqueqWzq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3TqueqWzq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3TqueqWzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3TqueqWzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3TqueqWzq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3TqueqWzq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3TqueqWzq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v3TqueqWzq .navbar.opened {
  transition: all 0.25s;
}
.cid-v3TqueqWzq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3TqueqWzq .navbar .navbar-logo img {
  width: auto;
}
.cid-v3TqueqWzq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v3TqueqWzq .navbar.collapsed {
  justify-content: center;
}
.cid-v3TqueqWzq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3TqueqWzq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3TqueqWzq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3TqueqWzq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3TqueqWzq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3TqueqWzq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3TqueqWzq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3TqueqWzq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3TqueqWzq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3TqueqWzq .navbar {
    min-height: 72px;
  }
  .cid-v3TqueqWzq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3TqueqWzq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3TqueqWzq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3TqueqWzq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3TqueqWzq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3TqueqWzq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3TqueqWzq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3TqueqWzq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3TqueqWzq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3TqueqWzq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3TqueqWzq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3TqueqWzq .dropdown-item.active,
.cid-v3TqueqWzq .dropdown-item:active {
  background-color: transparent;
}
.cid-v3TqueqWzq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3TqueqWzq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3TqueqWzq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3TqueqWzq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-v3TqueqWzq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-v3TqueqWzq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3TqueqWzq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3TqueqWzq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3TqueqWzq .navbar-buttons {
    text-align: left;
  }
}
.cid-v3TqueqWzq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3TqueqWzq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3TqueqWzq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3TqueqWzq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3TqueqWzq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3TqueqWzq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3TqueqWzq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3TqueqWzq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3TqueqWzq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3TqueqWzq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3TqueqWzq .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-v3TqueqWzq .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-v3TqueqWzq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3TqueqWzq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3TqueqWzq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3TqueqWzq .navbar {
    height: 70px;
  }
  .cid-v3TqueqWzq .navbar.opened {
    height: auto;
  }
  .cid-v3TqueqWzq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3TqueqWzq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3TqueqWzq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3TqueqWzq .navbar-brand {
    margin-right: auto;
  }
  .cid-v3TqueqWzq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-v3TqueqWzq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3TqueqWzq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3TqueqWzq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3TqueqWzq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3TqueqWzq .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v3TqueqWzq .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3TqueqWzq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3TquePYvQ {
  padding-top: 195px;
  padding-bottom: 75px;
  background-image: url("../../../../assets/portal/images/colegio-foto-azul.jpg-2000x1212.jpg");
}
.cid-v3TquePYvQ .container-fluid {
  position: relative;
}
.cid-v3TquePYvQ .page-title-content {
  width: 100%;
}
.cid-v3TquePYvQ .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-v3TquePYvQ .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-v3TquePYvQ .page-title-content {
    text-align: center;
  }
}
.cid-v3TquePYvQ .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-v3TquePYvQ a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-v3TquePYvQ a:not(:first-child) {
  margin-left: 20px;
}
.cid-v3TquePYvQ a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-v3TquePYvQ a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-v3TquePYvQ a:hover:after,
.cid-v3TquePYvQ a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-v3TquePYvQ a:hover:before,
.cid-v3TquePYvQ a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-v3TquePYvQ a.text-white:hover,
.cid-v3TquePYvQ a.text-white:focus {
  color: #ffffff !important;
}
.cid-v3TquePYvQ .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3TquePYvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TquePYvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Tquf4vXs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-v3Tquf4vXs .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-v3Tquf4vXs .item:focus,
.cid-v3Tquf4vXs span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3Tquf4vXs .align-right {
    text-align: center;
  }
}
.cid-v3Tquf4vXs .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3Tquf4vXs .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3Tquf4vXs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3Tquf4vXs .item {
    margin-bottom: 1rem;
  }
}
.cid-v3Tquf4vXs .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3Tquf4vXs .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3Tquf4vXs .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3Tquf4vXs .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3Tquf4vXs .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3Tquf4vXs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3Tquf4vXs .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3Tquf4vXs .mbr-text,
.cid-v3Tquf4vXs .item .mbr-section-btn {
  text-align: center;
}
.cid-v3Tquf4vXs .mbr-number {
  color: #f0466a;
}
.cid-v3Tquf4vXs .mbr-section-subtitle,
.cid-v3Tquf4vXs .mbr-section-head .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v3Tquf4vXs .mbr-text {
  text-align: left;
}
.cid-v3Tquf4vXs .mbr-text,
.cid-v3Tquf4vXs .mbr-card-btn {
  text-align: left;
}
.cid-v3Tquf4vXs .mbr-text,
.cid-v3Tquf4vXs .mbr-section-btn {
  text-align: left;
}
.cid-v3Tquf4vXs .mbr-text,
.cid-v3Tquf4vXs .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3Tquf4vXs .card-text,
.cid-v3Tquf4vXs .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3Tquf4vXs .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3Tqufm6Aj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0a0a44;
}
.cid-v3Tqufm6Aj .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-v3Tqufm6Aj .item:focus,
.cid-v3Tqufm6Aj span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3Tqufm6Aj .align-right {
    text-align: center;
  }
}
.cid-v3Tqufm6Aj .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3Tqufm6Aj .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3Tqufm6Aj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3Tqufm6Aj .item {
    margin-bottom: 1rem;
  }
}
.cid-v3Tqufm6Aj .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3Tqufm6Aj .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3Tqufm6Aj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3Tqufm6Aj .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3Tqufm6Aj .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3Tqufm6Aj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3Tqufm6Aj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3Tqufm6Aj .mbr-text,
.cid-v3Tqufm6Aj .item .mbr-section-btn {
  text-align: center;
}
.cid-v3Tqufm6Aj .mbr-number {
  color: #f0466a;
}
.cid-v3Tqufm6Aj .mbr-section-subtitle,
.cid-v3Tqufm6Aj .mbr-section-head .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v3Tqufm6Aj .mbr-text {
  text-align: left;
}
.cid-v3Tqufm6Aj .mbr-text,
.cid-v3Tqufm6Aj .mbr-card-btn {
  text-align: left;
}
.cid-v3Tqufm6Aj .mbr-text,
.cid-v3Tqufm6Aj .mbr-section-btn {
  text-align: left;
}
.cid-v3Tqufm6Aj .mbr-text,
.cid-v3Tqufm6Aj .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3Tqufm6Aj .card-text,
.cid-v3Tqufm6Aj .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3Tqufm6Aj .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3Tqufm6Aj hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cid-v3TqufDYYX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-v3TqufDYYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TqufDYYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3TqufDYYX .container {
    padding: 0 16px;
  }
}
.cid-v3TqufDYYX .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3TqufDYYX .card {
    margin-bottom: 40px;
  }
}
.cid-v3TqufDYYX .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3TqufDYYX .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v3TqufDYYX .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v3TqufDYYX .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3TqufDYYX .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v3TqufDYYX .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v3TqufDYYX .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3TqufDYYX .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-v3TqufDYYX .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3TqufDYYX .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-v3TqufDYYX .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v3TqufDYYX .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3TqufDYYX .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3TqufDYYX .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v3TqufDYYX .mbr-section-title {
  color: #ffffff;
}
.cid-v3TqufDYYX .copyright {
  color: #ffffff;
}
.cid-v3TqufDYYX .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3TqufDYYX .list {
  color: #ffffff;
  text-align: left;
}
.cid-v3TqufDYYX .mbr-section-title,
.cid-v3TqufDYYX .title-wrapper,
.cid-v3TqufDYYX .social-wrapper {
  text-align: left;
}
.cid-v3TtR3Xyb3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3TtR3Xyb3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3TtR3Xyb3 .btn:hover {
  background: #123861 !important;
  border-color: #123861 !important;
}
@media (max-width: 767px) {
  .cid-v3TtR3Xyb3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3TtR3Xyb3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3TtR3Xyb3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v3TtR3Xyb3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3TtR3Xyb3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3TtR3Xyb3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v3TtR3Xyb3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v3TtR3Xyb3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v3TtR3Xyb3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v3TtR3Xyb3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3TtR3Xyb3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3TtR3Xyb3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v3TtR3Xyb3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v3TtR3Xyb3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v3TtR3Xyb3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3TtR3Xyb3 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3TtR3Xyb3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v3TtR3Xyb3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3TtR3Xyb3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3TtR3Xyb3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v3TtR3Xyb3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v3TtR3Xyb3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3TtR3Xyb3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3TtR3Xyb3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3TtR3Xyb3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #123861;
}
.cid-v3TtR3Xyb3 .nav-item:focus,
.cid-v3TtR3Xyb3 .nav-link:focus {
  outline: none;
}
.cid-v3TtR3Xyb3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3TtR3Xyb3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3TtR3Xyb3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3TtR3Xyb3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3TtR3Xyb3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3TtR3Xyb3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3TtR3Xyb3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v3TtR3Xyb3 .navbar.opened {
  transition: all 0.25s;
}
.cid-v3TtR3Xyb3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3TtR3Xyb3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3TtR3Xyb3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v3TtR3Xyb3 .navbar.collapsed {
  justify-content: center;
}
.cid-v3TtR3Xyb3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3TtR3Xyb3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3TtR3Xyb3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3TtR3Xyb3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3TtR3Xyb3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3TtR3Xyb3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3TtR3Xyb3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3TtR3Xyb3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3TtR3Xyb3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3TtR3Xyb3 .navbar {
    min-height: 72px;
  }
  .cid-v3TtR3Xyb3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3TtR3Xyb3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3TtR3Xyb3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3TtR3Xyb3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3TtR3Xyb3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3TtR3Xyb3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3TtR3Xyb3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3TtR3Xyb3 .dropdown-item.active,
.cid-v3TtR3Xyb3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3TtR3Xyb3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3TtR3Xyb3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3TtR3Xyb3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3TtR3Xyb3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123861;
}
.cid-v3TtR3Xyb3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-v3TtR3Xyb3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3TtR3Xyb3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3TtR3Xyb3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3TtR3Xyb3 .navbar-buttons {
    text-align: left;
  }
}
.cid-v3TtR3Xyb3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3TtR3Xyb3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3TtR3Xyb3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3TtR3Xyb3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3TtR3Xyb3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3TtR3Xyb3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3TtR3Xyb3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3TtR3Xyb3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3TtR3Xyb3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3TtR3Xyb3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3TtR3Xyb3 .navbar-dropdown {
  padding: 0;
  background-color: #123861 !important;
  position: fixed;
}
.cid-v3TtR3Xyb3 .opacityScroll {
  background: rgba(18, 56, 97, 0) !important;
}
.cid-v3TtR3Xyb3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3TtR3Xyb3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3TtR3Xyb3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3TtR3Xyb3 .navbar {
    height: 70px;
  }
  .cid-v3TtR3Xyb3 .navbar.opened {
    height: auto;
  }
  .cid-v3TtR3Xyb3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3TtR3Xyb3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3TtR3Xyb3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3TtR3Xyb3 .navbar-brand {
    margin-right: auto;
  }
  .cid-v3TtR3Xyb3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #123861;
    backdrop-filter: blur(8px);
  }
  .cid-v3TtR3Xyb3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3TtR3Xyb3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3TtR3Xyb3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3TtR3Xyb3 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v3TtR3Xyb3 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3TtR3Xyb3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3TtR4pJkO {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../../assets/portal/images/colegio-foto-azul.jpg-2000x1212.jpg");
}
.cid-v3TtR4pJkO .mbr-overlay {
  background: #0a0a44;
  opacity: 0.5;
}
.cid-v3TtR4pJkO .item:focus,
.cid-v3TtR4pJkO span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3TtR4pJkO .align-right {
    text-align: center;
  }
}
.cid-v3TtR4pJkO .card-wrapper {
  background: #03235b;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3TtR4pJkO .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3TtR4pJkO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3TtR4pJkO .item {
    margin-bottom: 1rem;
  }
}
.cid-v3TtR4pJkO .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3TtR4pJkO .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3TtR4pJkO .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3TtR4pJkO .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3TtR4pJkO .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-v3TtR4pJkO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3TtR4pJkO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3TtR4pJkO .mbr-text,
.cid-v3TtR4pJkO .item .mbr-section-btn {
  text-align: center;
}
.cid-v3TtR4pJkO .mbr-number {
  color: #f0466a;
}
.cid-v3TtR4pJkO .mbr-section-subtitle,
.cid-v3TtR4pJkO .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3TtR4pJkO .mbr-text {
  text-align: left;
}
.cid-v3TtR4pJkO .mbr-text,
.cid-v3TtR4pJkO .mbr-card-btn {
  text-align: left;
}
.cid-v3TtR4pJkO .mbr-text,
.cid-v3TtR4pJkO .mbr-section-btn {
  text-align: left;
}
.cid-v3TtR4pJkO .mbr-text,
.cid-v3TtR4pJkO .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3TtR4pJkO .card-text,
.cid-v3TtR4pJkO .item .mbr-section-btn {
  text-align: center;
  color: #c21338;
}
.cid-v3TtR4pJkO .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3TtR4O2xA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #03235b;
}
.cid-v3TtR4O2xA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TtR4O2xA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3TtR4O2xA .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-v3TtR4O2xA .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3TtR4O2xA .item {
    margin-bottom: 15px;
  }
}
.cid-v3TtR4O2xA .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #03235b;
}
@media (max-width: 992px) {
  .cid-v3TtR4O2xA .item .item-wrapper {
    padding: 30px;
  }
}
.cid-v3TtR4O2xA .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3TtR4O2xA .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v3TtR4O2xA .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v3TtR4O2xA .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-v3TtR4O2xA .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-v3TtR4O2xA .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3TtR4O2xA .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3TtR4O2xA .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v3TtR4O2xA .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v3TtR4O2xA .card-title {
  color: #000000;
}
.cid-v3TtR4O2xA .card-text {
  color: #8a8a8a;
}
.cid-v3TtR58f9u {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-v3TtR58f9u .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: left;
}
.cid-v3TtR58f9u .item:focus,
.cid-v3TtR58f9u span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3TtR58f9u .align-right {
    text-align: center;
  }
}
.cid-v3TtR58f9u .card-wrapper {
  background: #0a0a44;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3TtR58f9u .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v3TtR58f9u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3TtR58f9u .item {
    margin-bottom: 1rem;
  }
}
.cid-v3TtR58f9u .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-v3TtR58f9u .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3TtR58f9u .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3TtR58f9u .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v3TtR58f9u .item-wrapper {
  position: relative;
  background: #03235b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3TtR58f9u .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3TtR58f9u .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3TtR58f9u .mbr-text,
.cid-v3TtR58f9u .item .mbr-section-btn {
  text-align: center;
}
.cid-v3TtR58f9u .mbr-number {
  color: #f0466a;
}
.cid-v3TtR58f9u .mbr-section-subtitle,
.cid-v3TtR58f9u .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3TtR58f9u .mbr-text {
  text-align: left;
}
.cid-v3TtR58f9u .mbr-text,
.cid-v3TtR58f9u .mbr-card-btn {
  text-align: left;
}
.cid-v3TtR58f9u .mbr-text,
.cid-v3TtR58f9u .mbr-section-btn {
  text-align: left;
}
.cid-v3TtR58f9u .mbr-text,
.cid-v3TtR58f9u .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-v3TtR58f9u .card-text,
.cid-v3TtR58f9u .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3TtR58f9u .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3TtR5whEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0a44;
}
.cid-v3TtR5whEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TtR5whEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3TtR5whEv .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-v3TtR5whEv .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3TtR5whEv .item {
    margin-bottom: 15px;
  }
}
.cid-v3TtR5whEv .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #0a0a44;
}
@media (max-width: 992px) {
  .cid-v3TtR5whEv .item .item-wrapper {
    padding: 30px;
  }
}
.cid-v3TtR5whEv .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3TtR5whEv .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v3TtR5whEv .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v3TtR5whEv .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-v3TtR5whEv .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-v3TtR5whEv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3TtR5whEv .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3TtR5whEv .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v3TtR5whEv .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v3TtR5whEv .card-title {
  color: #000000;
}
.cid-v3TtR5whEv .card-text {
  color: #8a8a8a;
}
.cid-v3TtR5QZci {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a0a44;
}
.cid-v3TtR5QZci .mbr-text {
  color: #ffffff;
}
.cid-v3TtR5QZci .mbr-section-subtitle {
  color: #000000;
}
.cid-v3TtR5QZci .mbr-section-title {
  color: #000000;
}
.cid-v3TtR69tmL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #123861;
}
.cid-v3TtR69tmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TtR69tmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3TtR69tmL .container {
    padding: 0 16px;
  }
}
.cid-v3TtR69tmL .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3TtR69tmL .card {
    margin-bottom: 40px;
  }
}
.cid-v3TtR69tmL .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3TtR69tmL .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v3TtR69tmL .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-v3TtR69tmL .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3TtR69tmL .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v3TtR69tmL .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-v3TtR69tmL .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3TtR69tmL .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #c21338;
}
.cid-v3TtR69tmL .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3TtR69tmL .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #c21338;
}
.cid-v3TtR69tmL .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v3TtR69tmL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3TtR69tmL .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3TtR69tmL .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v3TtR69tmL .mbr-section-title {
  color: #ffffff;
}
.cid-v3TtR69tmL .copyright {
  color: #ffffff;
}
.cid-v3TtR69tmL .mbr-card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3TtR69tmL .list {
  color: #ffffff;
  text-align: left;
}
.cid-v3TtR69tmL .mbr-section-title,
.cid-v3TtR69tmL .title-wrapper,
.cid-v3TtR69tmL .social-wrapper {
  text-align: left;
}
