body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ed790e !important;
}
.bg-success {
  background-color: #4479d9 !important;
}
.bg-info {
  background-color: #0449a6 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed790e !important;
  border-color: #ed790e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9b4f09 !important;
  border-color: #9b4f09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b4f09 !important;
  border-color: #9b4f09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed790e !important;
  border-color: #ed790e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9b4f09 !important;
  border-color: #9b4f09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9b4f09 !important;
  border-color: #9b4f09 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0449a6 !important;
  border-color: #0449a6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #022451 !important;
  border-color: #022451 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #022451 !important;
  border-color: #022451 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed790e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9b4f09 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed790e !important;
  border-color: #ed790e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed790e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9b4f09 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed790e !important;
  border-color: #ed790e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0449a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #022451 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0449a6 !important;
  border-color: #0449a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ed790e !important;
}
.text-secondary {
  color: #ed790e !important;
}
.text-success {
  color: #4479d9 !important;
}
.text-info {
  color: #0449a6 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8d4808 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8d4808 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f4a98 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #021d42 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ed790e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0449a6;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed790e;
  border-color: #ed790e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed790e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce3cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3086fa;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ed790e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ed790e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed790e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed790e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed790e;
  border-bottom-color: #ed790e;
}
.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: #000000 !important;
  background-color: #ed790e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ed790e !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='%23ed790e' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v0kyn8fiMK .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v0kyn8fiMK .collapsed {
  flex-direction: row!important;
}
.cid-v0kyn8fiMK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0kyn8fiMK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0kyn8fiMK .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v0kyn8fiMK .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v0kyn8fiMK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v0kyn8fiMK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0kyn8fiMK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0kyn8fiMK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0kyn8fiMK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v0kyn8fiMK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v0kyn8fiMK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0kyn8fiMK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0kyn8fiMK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0kyn8fiMK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0kyn8fiMK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v0kyn8fiMK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0kyn8fiMK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v0kyn8fiMK .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v0kyn8fiMK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0kyn8fiMK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0kyn8fiMK .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v0kyn8fiMK .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v0kyn8fiMK .nav-item:focus,
.cid-v0kyn8fiMK .nav-link:focus {
  outline: none;
}
.cid-v0kyn8fiMK .text-white:hover,
.cid-v0kyn8fiMK .text-white:active,
.cid-v0kyn8fiMK .text-white:focus {
  color: white!important;
}
.cid-v0kyn8fiMK .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v0kyn8fiMK .dropdown-item:hover {
  color: black!important;
}
.cid-v0kyn8fiMK .dropdown-menu {
  background-color: white!important;
}
.cid-v0kyn8fiMK .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v0kyn8fiMK .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v0kyn8fiMK .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v0kyn8fiMK .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v0kyn8fiMK .nav-item .nav-link {
    position: relative;
  }
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0kyn8fiMK .navbar-caption {
  font-weight: 600!important;
}
.cid-v0kyn8fiMK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0kyn8fiMK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0kyn8fiMK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0kyn8fiMK .dropdown-item.active,
.cid-v0kyn8fiMK .dropdown-item:active {
  background-color: transparent;
}
.cid-v0kyn8fiMK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0kyn8fiMK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0kyn8fiMK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0kyn8fiMK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v0kyn8fiMK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0kyn8fiMK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0kyn8fiMK .navbar-buttons {
  text-align: center;
}
.cid-v0kyn8fiMK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0kyn8fiMK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0kyn8fiMK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0kyn8fiMK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0kyn8fiMK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0kyn8fiMK .nav-link {
  font-weight: 600!important;
}
.cid-v0kyn8fiMK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0kyn8fiMK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v0kyn8fiMK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0kyn8fiMK .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0kyn8fiMK .navbar {
    height: 77px;
  }
  .cid-v0kyn8fiMK .navbar.opened {
    height: auto;
  }
  .cid-v0kyn8fiMK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0N2T3EZqA {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-v0N2T3EZqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0N2T3EZqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-v0N2T3EZqA .mbr-section-title {
  text-align: justify;
}
.cid-v0N6ADMtMP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0449a6;
}
.cid-v0N6ADMtMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0N6ADMtMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0N6ADMtMP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0N6ADMtMP .row {
  flex-direction: row-reverse;
}
.cid-v0N6ADMtMP img {
  width: 100%;
}
.cid-v0kyTV1kE6 {
  display: flex;
  background-image: url("../../../assets/images/fodo-ucags-fachada-1-2000x908.jpg");
}
.cid-v0kyTV1kE6 .mbr-overlay {
  background-color: #0449a6;
  opacity: 0.8;
}
.cid-v0kyTV1kE6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v0kyTV1kE6 {
    align-items: flex-end;
  }
  .cid-v0kyTV1kE6 .row {
    justify-content: flex-start;
  }
  .cid-v0kyTV1kE6 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0kyTV1kE6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0kyTV1kE6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0kyTV1kE6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0kyTV1kE6 .content-wrap {
    width: 100%;
  }
}
.cid-v0Njyle0HK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo-1-1920x1080.jpg");
}
.cid-v0Njyle0HK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Njyle0HK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Njyle0HK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v0Njyle0HK .card {
    margin-bottom: 2rem!important;
  }
  .cid-v0Njyle0HK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Njyle0HK .link-wrap {
    align-items: center;
  }
}
.cid-v0Njyle0HK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0Njyle0HK .card-title,
.cid-v0Njyle0HK .card-box {
  color: #ffffff;
}
.cid-v0NqgANrJU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo-2-1920x1080.jpg");
}
.cid-v0NqgANrJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NqgANrJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0NqgANrJU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v0NqgANrJU .card {
    margin-bottom: 2rem!important;
  }
  .cid-v0NqgANrJU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0NqgANrJU .link-wrap {
    align-items: center;
  }
}
.cid-v0NqgANrJU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0NqgANrJU .card-title,
.cid-v0NqgANrJU .card-box {
  color: #ffffff;
}
.cid-v0NurznbVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-3-1920x1280.jpg");
}
.cid-v0NurznbVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NurznbVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0NurznbVk .card {
  justify-content: center;
}
.cid-v0NurznbVk .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-v0NurznbVk .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v0NurznbVk .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-v0NurznbVk .images-wrapper {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v0NurznbVk .images-wrapper {
    margin-left: 0;
  }
}
.cid-v0NurznbVk .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-v0NurznbVk .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-v0NurznbVk .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-v0NurznbVk .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0NurznbVk .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-v0NurznbVk .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0NurznbVk .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v0NurznbVk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0NurznbVk .content-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v0NurznbVk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0NurznbVk .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v0NurznbVk .mbr-label {
  color: #ffffff;
}
.cid-v0NurznbVk .mbr-section-title {
  color: #ffffff;
}
.cid-v0NurznbVk .mbr-text {
  color: #ffffff;
}
.cid-v0NurznbVk .mbr-section-title,
.cid-v0NurznbVk .mbr-section-btn,
.cid-v0NurznbVk .title-wrapper {
  color: #0449a6;
}
.cid-v0NurznbVk .mbr-text,
.cid-v0NurznbVk .text-wrapper {
  color: #232323;
}
.cid-v0NhXzJ7GE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0NhXzJ7GE .fb-page,
.cid-v0NhXzJ7GE span,
.cid-v0NhXzJ7GE iframe {
  width: 500px;
  height: 620px;
}
.cid-v0NhXzJ7GE blockquote {
  display: none;
}
.cid-v0NhXzJ7GE .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-v0NdRYCE7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v0NdRYCE7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NdRYCE7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0NdRYCE7s .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0NdRYCE7s .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0NdRYCE7s .row {
    text-align: center;
  }
  .cid-v0NdRYCE7s .row > div {
    margin: auto;
  }
  .cid-v0NdRYCE7s .social-row {
    justify-content: center;
  }
}
.cid-v0NdRYCE7s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0NdRYCE7s .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0NdRYCE7s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0NdRYCE7s .list {
    margin-bottom: 0rem;
  }
}
.cid-v0NdRYCE7s .mbr-text {
  color: #bbbbbb;
}
.cid-v0NdRYCE7s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0NdRYCE7s .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0NdRYCE7s div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v0kyn8fiMK .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v0kyn8fiMK .collapsed {
  flex-direction: row!important;
}
.cid-v0kyn8fiMK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0kyn8fiMK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0kyn8fiMK .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v0kyn8fiMK .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v0kyn8fiMK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v0kyn8fiMK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0kyn8fiMK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0kyn8fiMK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0kyn8fiMK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0kyn8fiMK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v0kyn8fiMK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v0kyn8fiMK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0kyn8fiMK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0kyn8fiMK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0kyn8fiMK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0kyn8fiMK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0kyn8fiMK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v0kyn8fiMK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0kyn8fiMK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v0kyn8fiMK .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v0kyn8fiMK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0kyn8fiMK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0kyn8fiMK .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v0kyn8fiMK .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v0kyn8fiMK .nav-item:focus,
.cid-v0kyn8fiMK .nav-link:focus {
  outline: none;
}
.cid-v0kyn8fiMK .text-white:hover,
.cid-v0kyn8fiMK .text-white:active,
.cid-v0kyn8fiMK .text-white:focus {
  color: white!important;
}
.cid-v0kyn8fiMK .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v0kyn8fiMK .dropdown-item:hover {
  color: black!important;
}
.cid-v0kyn8fiMK .dropdown-menu {
  background-color: white!important;
}
.cid-v0kyn8fiMK .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v0kyn8fiMK .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v0kyn8fiMK .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v0kyn8fiMK .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v0kyn8fiMK .nav-item .nav-link {
    position: relative;
  }
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0kyn8fiMK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0kyn8fiMK .navbar-caption {
  font-weight: 600!important;
}
.cid-v0kyn8fiMK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0kyn8fiMK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0kyn8fiMK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0kyn8fiMK .dropdown-item.active,
.cid-v0kyn8fiMK .dropdown-item:active {
  background-color: transparent;
}
.cid-v0kyn8fiMK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0kyn8fiMK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0kyn8fiMK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0kyn8fiMK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v0kyn8fiMK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0kyn8fiMK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v0kyn8fiMK .navbar-buttons {
  text-align: center;
}
.cid-v0kyn8fiMK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0kyn8fiMK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0kyn8fiMK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0kyn8fiMK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0kyn8fiMK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0kyn8fiMK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0kyn8fiMK .nav-link {
  font-weight: 600!important;
}
.cid-v0kyn8fiMK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0kyn8fiMK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v0kyn8fiMK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0kyn8fiMK .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0kyn8fiMK .navbar {
    height: 77px;
  }
  .cid-v0kyn8fiMK .navbar.opened {
    height: auto;
  }
  .cid-v0kyn8fiMK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EGNhfmkR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0449a6;
}
.cid-v3EGNhfmkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EGNhfmkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EGNhfmkR .mbr-section-title {
  color: #ffffff;
}
.cid-v2uJbeFeNK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0449a6;
  overflow: hidden;
}
.cid-v2uJbeFeNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2uJbeFeNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2uJbeFeNK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v2uJbeFeNK .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2uJbeFeNK .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v2uJbeFeNK .container {
    padding: 0 22px;
  }
}
.cid-v2uJbeFeNK .row {
  justify-content: center;
}
.cid-v2uJbeFeNK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2uJbeFeNK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v2uJbeFeNK .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-v2uJbeFeNK .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-v2uJbeFeNK .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-v2uJbeFeNK .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  background-color: #0449a6;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-v2uJbeFeNK .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffa14a;
}
.cid-v2uJbeFeNK .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-v2uJbeFeNK .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-v2uJbeFeNK .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #0449a6 130px);
  z-index: 1;
}
.cid-v2uJbeFeNK .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2uJbeFeNK .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-v2uJbeFeNK .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-v2uJbeFeNK .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-v2uJbeFeNK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2uJbeFeNK .card-title {
  color: #ffffff;
}
.cid-v2uJbeFeNK .card-text {
  color: #ffffff;
}
.cid-v3EH83vmwW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0449a6;
  overflow: hidden;
}
.cid-v3EH83vmwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EH83vmwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EH83vmwW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v3EH83vmwW .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3EH83vmwW .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v3EH83vmwW .container {
    padding: 0 22px;
  }
}
.cid-v3EH83vmwW .row {
  justify-content: center;
}
.cid-v3EH83vmwW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3EH83vmwW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3EH83vmwW .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-v3EH83vmwW .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-v3EH83vmwW .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-v3EH83vmwW .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  background-color: #0449a6;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-v3EH83vmwW .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffa14a;
}
.cid-v3EH83vmwW .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-v3EH83vmwW .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-v3EH83vmwW .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #0449a6 130px);
  z-index: 1;
}
.cid-v3EH83vmwW .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3EH83vmwW .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-v3EH83vmwW .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-v3EH83vmwW .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-v3EH83vmwW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3EH83vmwW .card-title {
  color: #ffffff;
}
.cid-v3EH83vmwW .card-text {
  color: #ffffff;
}
.cid-v3EH8D88hK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0449a6;
  overflow: hidden;
}
.cid-v3EH8D88hK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EH8D88hK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EH8D88hK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v3EH8D88hK .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3EH8D88hK .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v3EH8D88hK .container {
    padding: 0 22px;
  }
}
.cid-v3EH8D88hK .row {
  justify-content: center;
}
.cid-v3EH8D88hK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3EH8D88hK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3EH8D88hK .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-v3EH8D88hK .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-v3EH8D88hK .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-v3EH8D88hK .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  background-color: #0449a6;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-v3EH8D88hK .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffa14a;
}
.cid-v3EH8D88hK .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-v3EH8D88hK .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-v3EH8D88hK .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #0449a6 130px);
  z-index: 1;
}
.cid-v3EH8D88hK .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3EH8D88hK .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-v3EH8D88hK .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-v3EH8D88hK .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-v3EH8D88hK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3EH8D88hK .card-title {
  color: #ffffff;
}
.cid-v3EH8D88hK .card-text {
  color: #ffffff;
}
.cid-v0NdRYCE7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v0NdRYCE7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NdRYCE7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0NdRYCE7s .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0NdRYCE7s .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0NdRYCE7s .row {
    text-align: center;
  }
  .cid-v0NdRYCE7s .row > div {
    margin: auto;
  }
  .cid-v0NdRYCE7s .social-row {
    justify-content: center;
  }
}
.cid-v0NdRYCE7s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0NdRYCE7s .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0NdRYCE7s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0NdRYCE7s .list {
    margin-bottom: 0rem;
  }
}
.cid-v0NdRYCE7s .mbr-text {
  color: #bbbbbb;
}
.cid-v0NdRYCE7s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0NdRYCE7s .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0NdRYCE7s div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2uSAREqfX .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v2uSAREqfX .collapsed {
  flex-direction: row!important;
}
.cid-v2uSAREqfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2uSAREqfX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2uSAREqfX .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v2uSAREqfX .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v2uSAREqfX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v2uSAREqfX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2uSAREqfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2uSAREqfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2uSAREqfX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2uSAREqfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2uSAREqfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2uSAREqfX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2uSAREqfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2uSAREqfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2uSAREqfX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2uSAREqfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2uSAREqfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2uSAREqfX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2uSAREqfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2uSAREqfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2uSAREqfX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2uSAREqfX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2uSAREqfX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2uSAREqfX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2uSAREqfX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2uSAREqfX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2uSAREqfX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2uSAREqfX .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v2uSAREqfX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2uSAREqfX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2uSAREqfX .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2uSAREqfX .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v2uSAREqfX .nav-item:focus,
.cid-v2uSAREqfX .nav-link:focus {
  outline: none;
}
.cid-v2uSAREqfX .text-white:hover,
.cid-v2uSAREqfX .text-white:active,
.cid-v2uSAREqfX .text-white:focus {
  color: white!important;
}
.cid-v2uSAREqfX .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v2uSAREqfX .dropdown-item:hover {
  color: black!important;
}
.cid-v2uSAREqfX .dropdown-menu {
  background-color: white!important;
}
.cid-v2uSAREqfX .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v2uSAREqfX .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2uSAREqfX .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v2uSAREqfX .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v2uSAREqfX .nav-item .nav-link {
    position: relative;
  }
}
.cid-v2uSAREqfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2uSAREqfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2uSAREqfX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v2uSAREqfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2uSAREqfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2uSAREqfX .navbar-caption {
  font-weight: 600!important;
}
.cid-v2uSAREqfX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2uSAREqfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2uSAREqfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2uSAREqfX .dropdown-item.active,
.cid-v2uSAREqfX .dropdown-item:active {
  background-color: transparent;
}
.cid-v2uSAREqfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2uSAREqfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2uSAREqfX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2uSAREqfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v2uSAREqfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2uSAREqfX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2uSAREqfX .navbar-buttons {
  text-align: center;
}
.cid-v2uSAREqfX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2uSAREqfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v2uSAREqfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2uSAREqfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2uSAREqfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2uSAREqfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2uSAREqfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2uSAREqfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2uSAREqfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2uSAREqfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2uSAREqfX .nav-link {
  font-weight: 600!important;
}
.cid-v2uSAREqfX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2uSAREqfX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2uSAREqfX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v2uSAREqfX .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2uSAREqfX .navbar {
    height: 77px;
  }
  .cid-v2uSAREqfX .navbar.opened {
    height: auto;
  }
  .cid-v2uSAREqfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2uSARVsaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
  overflow: hidden;
}
.cid-v2uSARVsaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2uSARVsaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2uSARVsaT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v2uSARVsaT .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2uSARVsaT .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v2uSARVsaT .container {
    padding: 0 22px;
  }
}
.cid-v2uSARVsaT .row {
  justify-content: center;
}
.cid-v2uSARVsaT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2uSARVsaT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v2uSARVsaT .tabs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cid-v2uSARVsaT .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  justify-content: center;
  border: none;
}
.cid-v2uSARVsaT .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 22px 22px;
  transition: all 0.3s ease-in-out;
}
.cid-v2uSARVsaT .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  background-color: #0449a6;
  border-radius: 100px !important;
  transition: all 0.3s ease-in-out;
}
.cid-v2uSARVsaT .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffa14a;
}
.cid-v2uSARVsaT .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}
.cid-v2uSARVsaT .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-v2uSARVsaT .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 45%;
  background-image: linear-gradient(transparent, #0449a6 130px);
  z-index: 1;
}
.cid-v2uSARVsaT .content-wrapper .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2uSARVsaT .content-wrapper .item-content {
    margin-bottom: 30px;
  }
}
.cid-v2uSARVsaT .content-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-v2uSARVsaT .content-wrapper .item-content .card-text {
  margin-bottom: 10px;
}
.cid-v2uSARVsaT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2uSARVsaT .card-title {
  color: #ffffff;
}
.cid-v2uSARVsaT .card-text {
  color: #ffffff;
}
.cid-v2uSAShU5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v2uSAShU5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2uSAShU5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2uSAShU5V .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2uSAShU5V .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2uSAShU5V .row {
    text-align: center;
  }
  .cid-v2uSAShU5V .row > div {
    margin: auto;
  }
  .cid-v2uSAShU5V .social-row {
    justify-content: center;
  }
}
.cid-v2uSAShU5V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2uSAShU5V .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2uSAShU5V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2uSAShU5V .list {
    margin-bottom: 0rem;
  }
}
.cid-v2uSAShU5V .mbr-text {
  color: #bbbbbb;
}
.cid-v2uSAShU5V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2uSAShU5V .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2uSAShU5V div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2uZ4DKbDS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v2uZ4DKbDS .collapsed {
  flex-direction: row!important;
}
.cid-v2uZ4DKbDS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2uZ4DKbDS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2uZ4DKbDS .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v2uZ4DKbDS .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v2uZ4DKbDS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v2uZ4DKbDS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2uZ4DKbDS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2uZ4DKbDS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2uZ4DKbDS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2uZ4DKbDS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2uZ4DKbDS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2uZ4DKbDS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2uZ4DKbDS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2uZ4DKbDS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2uZ4DKbDS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2uZ4DKbDS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2uZ4DKbDS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2uZ4DKbDS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2uZ4DKbDS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2uZ4DKbDS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2uZ4DKbDS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2uZ4DKbDS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2uZ4DKbDS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2uZ4DKbDS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2uZ4DKbDS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2uZ4DKbDS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2uZ4DKbDS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2uZ4DKbDS .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v2uZ4DKbDS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2uZ4DKbDS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2uZ4DKbDS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2uZ4DKbDS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v2uZ4DKbDS .nav-item:focus,
.cid-v2uZ4DKbDS .nav-link:focus {
  outline: none;
}
.cid-v2uZ4DKbDS .text-white:hover,
.cid-v2uZ4DKbDS .text-white:active,
.cid-v2uZ4DKbDS .text-white:focus {
  color: white!important;
}
.cid-v2uZ4DKbDS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v2uZ4DKbDS .dropdown-item:hover {
  color: black!important;
}
.cid-v2uZ4DKbDS .dropdown-menu {
  background-color: white!important;
}
.cid-v2uZ4DKbDS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v2uZ4DKbDS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2uZ4DKbDS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v2uZ4DKbDS .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v2uZ4DKbDS .nav-item .nav-link {
    position: relative;
  }
}
.cid-v2uZ4DKbDS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2uZ4DKbDS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2uZ4DKbDS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v2uZ4DKbDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2uZ4DKbDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2uZ4DKbDS .navbar-caption {
  font-weight: 600!important;
}
.cid-v2uZ4DKbDS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2uZ4DKbDS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2uZ4DKbDS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2uZ4DKbDS .dropdown-item.active,
.cid-v2uZ4DKbDS .dropdown-item:active {
  background-color: transparent;
}
.cid-v2uZ4DKbDS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2uZ4DKbDS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2uZ4DKbDS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2uZ4DKbDS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v2uZ4DKbDS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2uZ4DKbDS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2uZ4DKbDS .navbar-buttons {
  text-align: center;
}
.cid-v2uZ4DKbDS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2uZ4DKbDS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v2uZ4DKbDS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2uZ4DKbDS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2uZ4DKbDS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2uZ4DKbDS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2uZ4DKbDS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2uZ4DKbDS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2uZ4DKbDS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2uZ4DKbDS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2uZ4DKbDS .nav-link {
  font-weight: 600!important;
}
.cid-v2uZ4DKbDS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2uZ4DKbDS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2uZ4DKbDS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v2uZ4DKbDS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2uZ4DKbDS .navbar {
    height: 77px;
  }
  .cid-v2uZ4DKbDS .navbar.opened {
    height: auto;
  }
  .cid-v2uZ4DKbDS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3KCgUkPa2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0449a6;
}
.cid-v3KCgUkPa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KCgUkPa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3KCgUkPa2 .mbr-section-title {
  color: #ffffff;
}
.cid-v3KCgUkPa2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3KCapAz2q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0449a6;
}
.cid-v3KCapAz2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KCapAz2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3KCapAz2q .card {
  justify-content: center;
}
.cid-v3KCapAz2q .images-wrapper {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  min-height: 465px;
}
@media (max-width: 1440px) {
  .cid-v3KCapAz2q .images-wrapper {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3KCapAz2q .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-v3KCapAz2q .images-wrapper {
    display: block;
  }
}
.cid-v3KCapAz2q .images-wrapper .image_1 img {
  bottom: 0;
  left: 30%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.cid-v3KCapAz2q .images-wrapper .image_2 img {
  top: 25%;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v3KCapAz2q .images-wrapper .image_3 img {
  top: 20%;
  right: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v3KCapAz2q .images-wrapper .image_4 img {
  top: 0;
  left: 10%;
  width: 200px;
  height: 200px;
}
.cid-v3KCapAz2q .images-wrapper .image_5 img {
  top: 0;
  right: 15%;
  width: 200px;
  height: 200px;
}
.cid-v3KCapAz2q .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v3KCapAz2q .images-wrapper .image-wrap img {
    position: static;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v3KCapAz2q .images-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3KCapAz2q .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3KCapAz2q .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v3KCapAz2q .content-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3KCapAz2q .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-v3KCapAz2q .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3KCapAz2q .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v3KCapAz2q .mbr-label {
  color: #bbbbbb;
}
.cid-v3KCapAz2q .mbr-section-title {
  color: #000000;
}
.cid-v3KCapAz2q .mbr-text {
  color: #ffffff;
}
.cid-v3KCapAz2q .mbr-section-title,
.cid-v3KCapAz2q .mbr-section-btn,
.cid-v3KCapAz2q .title-wrapper {
  color: #ffffff;
}
.cid-v3Mhl4xA4x {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #0449a6;
}
.cid-v3Mhl4xA4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Mhl4xA4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Mhl4xA4x .item {
  padding-bottom: 2rem;
}
.cid-v3Mhl4xA4x .item-wrapper {
  position: relative;
}
.cid-v3Mhl4xA4x .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3Mhl4xA4x .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3Mhl4xA4x .carousel-control,
.cid-v3Mhl4xA4x .close {
  background: #1b1b1b;
}
.cid-v3Mhl4xA4x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3Mhl4xA4x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3Mhl4xA4x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3Mhl4xA4x .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3Mhl4xA4x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3Mhl4xA4x .close::before {
  content: '\e91a';
}
.cid-v3Mhl4xA4x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3Mhl4xA4x .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3Mhl4xA4x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3Mhl4xA4x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3Mhl4xA4x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3Mhl4xA4x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3Mhl4xA4x .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3Mhl4xA4x .carousel-indicators li.active,
.cid-v3Mhl4xA4x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3Mhl4xA4x .carousel-indicators li::after,
.cid-v3Mhl4xA4x .carousel-indicators li::before {
  content: none;
}
.cid-v3Mhl4xA4x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3Mhl4xA4x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3Mhl4xA4x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3Mhl4xA4x .carousel-indicators {
    display: none;
  }
}
.cid-v3Mhl4xA4x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3Mhl4xA4x .carousel-inner > .active {
  display: block;
}
.cid-v3Mhl4xA4x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3Mhl4xA4x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3Mhl4xA4x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3Mhl4xA4x .carousel-control,
  .cid-v3Mhl4xA4x .carousel-indicators,
  .cid-v3Mhl4xA4x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3Mhl4xA4x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3Mhl4xA4x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3Mhl4xA4x .carousel-indicators .active,
.cid-v3Mhl4xA4x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3Mhl4xA4x .carousel-indicators .active {
  background: #fff;
}
.cid-v3Mhl4xA4x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3Mhl4xA4x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3Mhl4xA4x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3Mhl4xA4x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3Mhl4xA4x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3Mhl4xA4x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3Mhl4xA4x .carousel {
  width: 100%;
}
.cid-v3Mhl4xA4x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3Mhl4xA4x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3Mhl4xA4x .modal.fade .modal-dialog,
.cid-v3Mhl4xA4x .modal.in .modal-dialog {
  transform: none;
}
.cid-v3Mhl4xA4x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3Mhl4xA4x H6 {
  text-align: center;
}
.cid-v3MgzqiaEj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v3MgzqiaEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3MgzqiaEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3MgzqiaEj .card {
  justify-content: center;
}
.cid-v3MgzqiaEj .images-wrapper {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  min-height: 465px;
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 1440px) {
  .cid-v3MgzqiaEj .images-wrapper {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3MgzqiaEj .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-v3MgzqiaEj .images-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v3MgzqiaEj .images-wrapper {
    margin-left: 0;
  }
}
.cid-v3MgzqiaEj .images-wrapper .image_1 img {
  bottom: 0;
  left: 30%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.cid-v3MgzqiaEj .images-wrapper .image_2 img {
  top: 25%;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v3MgzqiaEj .images-wrapper .image_3 img {
  top: 20%;
  right: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v3MgzqiaEj .images-wrapper .image_4 img {
  top: 0;
  left: 10%;
  width: 200px;
  height: 200px;
}
.cid-v3MgzqiaEj .images-wrapper .image_5 img {
  top: 0;
  right: 15%;
  width: 200px;
  height: 200px;
}
.cid-v3MgzqiaEj .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v3MgzqiaEj .images-wrapper .image-wrap img {
    position: static;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v3MgzqiaEj .images-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3MgzqiaEj .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3MgzqiaEj .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v3MgzqiaEj .content-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3MgzqiaEj .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-v3MgzqiaEj .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3MgzqiaEj .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v3MgzqiaEj .mbr-label {
  color: #bbbbbb;
}
.cid-v3MgzqiaEj .mbr-section-title {
  color: #000000;
}
.cid-v3MgzqiaEj .mbr-text {
  color: #ffffff;
}
.cid-v3MgzqiaEj .mbr-section-title,
.cid-v3MgzqiaEj .mbr-section-btn,
.cid-v3MgzqiaEj .title-wrapper {
  color: #ffffff;
}
.cid-v3Mi2UOo9p {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #0449a6;
}
.cid-v3Mi2UOo9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Mi2UOo9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Mi2UOo9p .item {
  padding-bottom: 2rem;
}
.cid-v3Mi2UOo9p .item-wrapper {
  position: relative;
}
.cid-v3Mi2UOo9p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3Mi2UOo9p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3Mi2UOo9p .carousel-control,
.cid-v3Mi2UOo9p .close {
  background: #1b1b1b;
}
.cid-v3Mi2UOo9p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3Mi2UOo9p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3Mi2UOo9p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3Mi2UOo9p .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3Mi2UOo9p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3Mi2UOo9p .close::before {
  content: '\e91a';
}
.cid-v3Mi2UOo9p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3Mi2UOo9p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3Mi2UOo9p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3Mi2UOo9p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3Mi2UOo9p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3Mi2UOo9p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3Mi2UOo9p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3Mi2UOo9p .carousel-indicators li.active,
.cid-v3Mi2UOo9p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3Mi2UOo9p .carousel-indicators li::after,
.cid-v3Mi2UOo9p .carousel-indicators li::before {
  content: none;
}
.cid-v3Mi2UOo9p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3Mi2UOo9p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3Mi2UOo9p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3Mi2UOo9p .carousel-indicators {
    display: none;
  }
}
.cid-v3Mi2UOo9p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3Mi2UOo9p .carousel-inner > .active {
  display: block;
}
.cid-v3Mi2UOo9p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3Mi2UOo9p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3Mi2UOo9p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3Mi2UOo9p .carousel-control,
  .cid-v3Mi2UOo9p .carousel-indicators,
  .cid-v3Mi2UOo9p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3Mi2UOo9p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3Mi2UOo9p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3Mi2UOo9p .carousel-indicators .active,
.cid-v3Mi2UOo9p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3Mi2UOo9p .carousel-indicators .active {
  background: #fff;
}
.cid-v3Mi2UOo9p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3Mi2UOo9p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3Mi2UOo9p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3Mi2UOo9p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3Mi2UOo9p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3Mi2UOo9p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3Mi2UOo9p .carousel {
  width: 100%;
}
.cid-v3Mi2UOo9p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3Mi2UOo9p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3Mi2UOo9p .modal.fade .modal-dialog,
.cid-v3Mi2UOo9p .modal.in .modal-dialog {
  transform: none;
}
.cid-v3Mi2UOo9p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3Mi2UOo9p H6 {
  text-align: center;
}
.cid-v2uZ4EjyxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v2uZ4EjyxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2uZ4EjyxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2uZ4EjyxE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2uZ4EjyxE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2uZ4EjyxE .row {
    text-align: center;
  }
  .cid-v2uZ4EjyxE .row > div {
    margin: auto;
  }
  .cid-v2uZ4EjyxE .social-row {
    justify-content: center;
  }
}
.cid-v2uZ4EjyxE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2uZ4EjyxE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2uZ4EjyxE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2uZ4EjyxE .list {
    margin-bottom: 0rem;
  }
}
.cid-v2uZ4EjyxE .mbr-text {
  color: #bbbbbb;
}
.cid-v2uZ4EjyxE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2uZ4EjyxE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2uZ4EjyxE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2v4Lk6fHU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v2v4Lk6fHU .collapsed {
  flex-direction: row!important;
}
.cid-v2v4Lk6fHU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2v4Lk6fHU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2v4Lk6fHU .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v2v4Lk6fHU .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v2v4Lk6fHU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v2v4Lk6fHU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2v4Lk6fHU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2v4Lk6fHU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2v4Lk6fHU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2v4Lk6fHU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2v4Lk6fHU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2v4Lk6fHU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2v4Lk6fHU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2v4Lk6fHU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2v4Lk6fHU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2v4Lk6fHU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2v4Lk6fHU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2v4Lk6fHU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2v4Lk6fHU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2v4Lk6fHU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2v4Lk6fHU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2v4Lk6fHU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2v4Lk6fHU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2v4Lk6fHU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2v4Lk6fHU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2v4Lk6fHU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2v4Lk6fHU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2v4Lk6fHU .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v2v4Lk6fHU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2v4Lk6fHU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2v4Lk6fHU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2v4Lk6fHU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v2v4Lk6fHU .nav-item:focus,
.cid-v2v4Lk6fHU .nav-link:focus {
  outline: none;
}
.cid-v2v4Lk6fHU .text-white:hover,
.cid-v2v4Lk6fHU .text-white:active,
.cid-v2v4Lk6fHU .text-white:focus {
  color: white!important;
}
.cid-v2v4Lk6fHU .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v2v4Lk6fHU .dropdown-item:hover {
  color: black!important;
}
.cid-v2v4Lk6fHU .dropdown-menu {
  background-color: white!important;
}
.cid-v2v4Lk6fHU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v2v4Lk6fHU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2v4Lk6fHU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v2v4Lk6fHU .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v2v4Lk6fHU .nav-item .nav-link {
    position: relative;
  }
}
.cid-v2v4Lk6fHU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2v4Lk6fHU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2v4Lk6fHU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v2v4Lk6fHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2v4Lk6fHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2v4Lk6fHU .navbar-caption {
  font-weight: 600!important;
}
.cid-v2v4Lk6fHU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2v4Lk6fHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2v4Lk6fHU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2v4Lk6fHU .dropdown-item.active,
.cid-v2v4Lk6fHU .dropdown-item:active {
  background-color: transparent;
}
.cid-v2v4Lk6fHU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2v4Lk6fHU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2v4Lk6fHU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2v4Lk6fHU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v2v4Lk6fHU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2v4Lk6fHU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2v4Lk6fHU .navbar-buttons {
  text-align: center;
}
.cid-v2v4Lk6fHU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2v4Lk6fHU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v2v4Lk6fHU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2v4Lk6fHU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2v4Lk6fHU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2v4Lk6fHU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2v4Lk6fHU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2v4Lk6fHU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2v4Lk6fHU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2v4Lk6fHU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2v4Lk6fHU .nav-link {
  font-weight: 600!important;
}
.cid-v2v4Lk6fHU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2v4Lk6fHU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2v4Lk6fHU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v2v4Lk6fHU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2v4Lk6fHU .navbar {
    height: 77px;
  }
  .cid-v2v4Lk6fHU .navbar.opened {
    height: auto;
  }
  .cid-v2v4Lk6fHU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2v6BWQsAn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2v6BWQsAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2v6BWQsAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2v6BWQsAn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v2v6BWQsAn .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2v6BWQsAn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2v6BWQsAn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v2v6BWQsAn .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ed790e;
}
.cid-v3EKwfbw1N {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3EKwfbw1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EKwfbw1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EKwfbw1N .google-map {
  height: 350px;
  position: relative;
}
.cid-v3EKwfbw1N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3EKwfbw1N .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-v3EKwfbw1N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3EKwfbw1N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2v8kwQQ0r {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f8f8f8;
}
.cid-v2v8kwQQ0r .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v2v8kwQQ0r .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ed790e;
}
.cid-v2v8kwQQ0r .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-v2v8kwQQ0r .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v2v8kwQQ0r .text-content {
    max-width: none;
  }
}
.cid-v2v8kwQQ0r .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2v8kwQQ0r .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2v8kwQQ0r .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v2v8kwQQ0r .icons {
    justify-content: center !important;
  }
  .cid-v2v8kwQQ0r .text-content * {
    text-align: center;
  }
}
.cid-v2v8kwQQ0r P {
  color: #1a449a;
  text-align: center;
}
.cid-v2v8kwQQ0r .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-v2v4LkQr0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v2v4LkQr0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2v4LkQr0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2v4LkQr0q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2v4LkQr0q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2v4LkQr0q .row {
    text-align: center;
  }
  .cid-v2v4LkQr0q .row > div {
    margin: auto;
  }
  .cid-v2v4LkQr0q .social-row {
    justify-content: center;
  }
}
.cid-v2v4LkQr0q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2v4LkQr0q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2v4LkQr0q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2v4LkQr0q .list {
    margin-bottom: 0rem;
  }
}
.cid-v2v4LkQr0q .mbr-text {
  color: #bbbbbb;
}
.cid-v2v4LkQr0q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2v4LkQr0q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2v4LkQr0q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2uUP9SO2F .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v2uUP9SO2F .collapsed {
  flex-direction: row!important;
}
.cid-v2uUP9SO2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2uUP9SO2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2uUP9SO2F .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v2uUP9SO2F .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v2uUP9SO2F .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v2uUP9SO2F .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2uUP9SO2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2uUP9SO2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2uUP9SO2F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2uUP9SO2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2uUP9SO2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2uUP9SO2F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2uUP9SO2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2uUP9SO2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2uUP9SO2F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2uUP9SO2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2uUP9SO2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2uUP9SO2F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2uUP9SO2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2uUP9SO2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2uUP9SO2F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2uUP9SO2F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2uUP9SO2F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2uUP9SO2F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2uUP9SO2F .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2uUP9SO2F .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2uUP9SO2F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2uUP9SO2F .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v2uUP9SO2F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2uUP9SO2F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2uUP9SO2F .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2uUP9SO2F .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v2uUP9SO2F .nav-item:focus,
.cid-v2uUP9SO2F .nav-link:focus {
  outline: none;
}
.cid-v2uUP9SO2F .text-white:hover,
.cid-v2uUP9SO2F .text-white:active,
.cid-v2uUP9SO2F .text-white:focus {
  color: white!important;
}
.cid-v2uUP9SO2F .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v2uUP9SO2F .dropdown-item:hover {
  color: black!important;
}
.cid-v2uUP9SO2F .dropdown-menu {
  background-color: white!important;
}
.cid-v2uUP9SO2F .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v2uUP9SO2F .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2uUP9SO2F .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v2uUP9SO2F .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v2uUP9SO2F .nav-item .nav-link {
    position: relative;
  }
}
.cid-v2uUP9SO2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2uUP9SO2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2uUP9SO2F .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v2uUP9SO2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2uUP9SO2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2uUP9SO2F .navbar-caption {
  font-weight: 600!important;
}
.cid-v2uUP9SO2F .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2uUP9SO2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2uUP9SO2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2uUP9SO2F .dropdown-item.active,
.cid-v2uUP9SO2F .dropdown-item:active {
  background-color: transparent;
}
.cid-v2uUP9SO2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2uUP9SO2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2uUP9SO2F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2uUP9SO2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v2uUP9SO2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2uUP9SO2F ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2uUP9SO2F .navbar-buttons {
  text-align: center;
}
.cid-v2uUP9SO2F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2uUP9SO2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v2uUP9SO2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2uUP9SO2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2uUP9SO2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2uUP9SO2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2uUP9SO2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2uUP9SO2F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2uUP9SO2F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2uUP9SO2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2uUP9SO2F .nav-link {
  font-weight: 600!important;
}
.cid-v2uUP9SO2F a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2uUP9SO2F .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2uUP9SO2F .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v2uUP9SO2F .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2uUP9SO2F .navbar {
    height: 77px;
  }
  .cid-v2uUP9SO2F .navbar.opened {
    height: auto;
  }
  .cid-v2uUP9SO2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2uVHOAiKg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0449a6;
}
.cid-v2uVHOAiKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2uVHOAiKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2uVHOAiKg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v2uVHOAiKg .card {
    margin-bottom: 2rem!important;
  }
  .cid-v2uVHOAiKg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2uVHOAiKg .link-wrap {
    align-items: center;
  }
}
.cid-v2uVHOAiKg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2uVHOAiKg .card-title,
.cid-v2uVHOAiKg .card-box {
  color: #ffffff;
}
.cid-v2uVohVrq4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa14a;
}
.cid-v2uVohVrq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2uVohVrq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2uVohVrq4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v2uVohVrq4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-v2uVohVrq4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2uVohVrq4 .link-wrap {
    align-items: center;
  }
}
.cid-v2uVohVrq4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2uUPaDgkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v2uUPaDgkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2uUPaDgkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2uUPaDgkD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2uUPaDgkD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2uUPaDgkD .row {
    text-align: center;
  }
  .cid-v2uUPaDgkD .row > div {
    margin: auto;
  }
  .cid-v2uUPaDgkD .social-row {
    justify-content: center;
  }
}
.cid-v2uUPaDgkD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v2uUPaDgkD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v2uUPaDgkD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2uUPaDgkD .list {
    margin-bottom: 0rem;
  }
}
.cid-v2uUPaDgkD .mbr-text {
  color: #bbbbbb;
}
.cid-v2uUPaDgkD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v2uUPaDgkD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v2uUPaDgkD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3ELR29qIk .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v3ELR29qIk .collapsed {
  flex-direction: row!important;
}
.cid-v3ELR29qIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3ELR29qIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3ELR29qIk .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v3ELR29qIk .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v3ELR29qIk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v3ELR29qIk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3ELR29qIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3ELR29qIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3ELR29qIk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3ELR29qIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3ELR29qIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3ELR29qIk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3ELR29qIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3ELR29qIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v3ELR29qIk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v3ELR29qIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3ELR29qIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3ELR29qIk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3ELR29qIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3ELR29qIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3ELR29qIk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3ELR29qIk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3ELR29qIk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3ELR29qIk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3ELR29qIk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3ELR29qIk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3ELR29qIk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v3ELR29qIk .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v3ELR29qIk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3ELR29qIk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3ELR29qIk .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v3ELR29qIk .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v3ELR29qIk .nav-item:focus,
.cid-v3ELR29qIk .nav-link:focus {
  outline: none;
}
.cid-v3ELR29qIk .text-white:hover,
.cid-v3ELR29qIk .text-white:active,
.cid-v3ELR29qIk .text-white:focus {
  color: white!important;
}
.cid-v3ELR29qIk .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v3ELR29qIk .dropdown-item:hover {
  color: black!important;
}
.cid-v3ELR29qIk .dropdown-menu {
  background-color: white!important;
}
.cid-v3ELR29qIk .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v3ELR29qIk .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v3ELR29qIk .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v3ELR29qIk .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v3ELR29qIk .nav-item .nav-link {
    position: relative;
  }
}
.cid-v3ELR29qIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3ELR29qIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3ELR29qIk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v3ELR29qIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3ELR29qIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3ELR29qIk .navbar-caption {
  font-weight: 600!important;
}
.cid-v3ELR29qIk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3ELR29qIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3ELR29qIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3ELR29qIk .dropdown-item.active,
.cid-v3ELR29qIk .dropdown-item:active {
  background-color: transparent;
}
.cid-v3ELR29qIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3ELR29qIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3ELR29qIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3ELR29qIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v3ELR29qIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3ELR29qIk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3ELR29qIk .navbar-buttons {
  text-align: center;
}
.cid-v3ELR29qIk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3ELR29qIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v3ELR29qIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v3ELR29qIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v3ELR29qIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v3ELR29qIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v3ELR29qIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3ELR29qIk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v3ELR29qIk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v3ELR29qIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3ELR29qIk .nav-link {
  font-weight: 600!important;
}
.cid-v3ELR29qIk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3ELR29qIk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v3ELR29qIk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v3ELR29qIk .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3ELR29qIk .navbar {
    height: 77px;
  }
  .cid-v3ELR29qIk .navbar.opened {
    height: auto;
  }
  .cid-v3ELR29qIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EMhwuihQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3EMhwuihQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EMhwuihQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EMDWbQUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3EMDWbQUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EMDWbQUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3EMDWbQUi .text-wrapper {
    padding: 2rem;
  }
}
.cid-v3EMDWbQUi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v3EMDWbQUi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3EO0Asl7j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3EO0Asl7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EO0Asl7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EO0Asl7j .content-wrapper {
  padding: 10px;
  border-top: 10px solid #f47451;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v3EO0Asl7j .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v3EO0Asl7j .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v3EO0Asl7j .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3EO0Asl7j .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3EO0Asl7j .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3EO0Asl7j .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v3EO0Asl7j .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v3EO0Asl7j .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3EO0Asl7j .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3EO0Asl7j .mbr-section-title {
  color: #000c3f;
}
.cid-v3EO0Asl7j .mbr-text {
  color: #000c3f;
}
.cid-v3EO0Asl7j .mbr-section-title,
.cid-v3EO0Asl7j .mbr-section-btn {
  text-align: justify;
}
.cid-v3EO0Asl7j .mbr-text,
.cid-v3EO0Asl7j .text-wrapper {
  text-align: justify;
}
.cid-v3ENG7OsXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3ENG7OsXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ENG7OsXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ENG7OsXc .card {
  justify-content: center;
}
.cid-v3ENG7OsXc .images-wrapper {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  min-height: 465px;
}
@media (max-width: 1440px) {
  .cid-v3ENG7OsXc .images-wrapper {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3ENG7OsXc .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-v3ENG7OsXc .images-wrapper {
    display: block;
  }
}
.cid-v3ENG7OsXc .images-wrapper .image_1 img {
  bottom: 0;
  left: 30%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.cid-v3ENG7OsXc .images-wrapper .image_2 img {
  top: 25%;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v3ENG7OsXc .images-wrapper .image_3 img {
  top: 20%;
  right: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v3ENG7OsXc .images-wrapper .image_4 img {
  top: 0;
  left: 10%;
  width: 200px;
  height: 200px;
}
.cid-v3ENG7OsXc .images-wrapper .image_5 img {
  top: 0;
  right: 15%;
  width: 200px;
  height: 200px;
}
.cid-v3ENG7OsXc .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v3ENG7OsXc .images-wrapper .image-wrap img {
    position: static;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v3ENG7OsXc .images-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3ENG7OsXc .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3ENG7OsXc .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v3ENG7OsXc .content-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3ENG7OsXc .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-v3ENG7OsXc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3ENG7OsXc .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v3ENG7OsXc .mbr-label {
  color: #000000;
}
.cid-v3ENG7OsXc .mbr-section-title {
  color: #000000;
}
.cid-v3ENG7OsXc .mbr-text {
  color: #000000;
}
.cid-v3ELR372xs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v3ELR372xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ELR372xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ELR372xs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3ELR372xs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3ELR372xs .row {
    text-align: center;
  }
  .cid-v3ELR372xs .row > div {
    margin: auto;
  }
  .cid-v3ELR372xs .social-row {
    justify-content: center;
  }
}
.cid-v3ELR372xs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3ELR372xs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v3ELR372xs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3ELR372xs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3ELR372xs .mbr-text {
  color: #bbbbbb;
}
.cid-v3ELR372xs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3ELR372xs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3ELR372xs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3EPJ9VMbr .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v3EPJ9VMbr .collapsed {
  flex-direction: row!important;
}
.cid-v3EPJ9VMbr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3EPJ9VMbr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3EPJ9VMbr .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v3EPJ9VMbr .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v3EPJ9VMbr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v3EPJ9VMbr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3EPJ9VMbr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3EPJ9VMbr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3EPJ9VMbr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3EPJ9VMbr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3EPJ9VMbr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3EPJ9VMbr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3EPJ9VMbr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3EPJ9VMbr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v3EPJ9VMbr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v3EPJ9VMbr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3EPJ9VMbr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3EPJ9VMbr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3EPJ9VMbr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3EPJ9VMbr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3EPJ9VMbr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3EPJ9VMbr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3EPJ9VMbr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3EPJ9VMbr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3EPJ9VMbr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3EPJ9VMbr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3EPJ9VMbr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v3EPJ9VMbr .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v3EPJ9VMbr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3EPJ9VMbr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3EPJ9VMbr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v3EPJ9VMbr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v3EPJ9VMbr .nav-item:focus,
.cid-v3EPJ9VMbr .nav-link:focus {
  outline: none;
}
.cid-v3EPJ9VMbr .text-white:hover,
.cid-v3EPJ9VMbr .text-white:active,
.cid-v3EPJ9VMbr .text-white:focus {
  color: white!important;
}
.cid-v3EPJ9VMbr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v3EPJ9VMbr .dropdown-item:hover {
  color: black!important;
}
.cid-v3EPJ9VMbr .dropdown-menu {
  background-color: white!important;
}
.cid-v3EPJ9VMbr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v3EPJ9VMbr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v3EPJ9VMbr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v3EPJ9VMbr .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v3EPJ9VMbr .nav-item .nav-link {
    position: relative;
  }
}
.cid-v3EPJ9VMbr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3EPJ9VMbr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3EPJ9VMbr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v3EPJ9VMbr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3EPJ9VMbr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3EPJ9VMbr .navbar-caption {
  font-weight: 600!important;
}
.cid-v3EPJ9VMbr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3EPJ9VMbr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3EPJ9VMbr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3EPJ9VMbr .dropdown-item.active,
.cid-v3EPJ9VMbr .dropdown-item:active {
  background-color: transparent;
}
.cid-v3EPJ9VMbr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3EPJ9VMbr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3EPJ9VMbr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3EPJ9VMbr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v3EPJ9VMbr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3EPJ9VMbr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3EPJ9VMbr .navbar-buttons {
  text-align: center;
}
.cid-v3EPJ9VMbr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3EPJ9VMbr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v3EPJ9VMbr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v3EPJ9VMbr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v3EPJ9VMbr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v3EPJ9VMbr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v3EPJ9VMbr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3EPJ9VMbr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v3EPJ9VMbr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v3EPJ9VMbr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3EPJ9VMbr .nav-link {
  font-weight: 600!important;
}
.cid-v3EPJ9VMbr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3EPJ9VMbr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v3EPJ9VMbr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v3EPJ9VMbr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3EPJ9VMbr .navbar {
    height: 77px;
  }
  .cid-v3EPJ9VMbr .navbar.opened {
    height: auto;
  }
  .cid-v3EPJ9VMbr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EUsb80zc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0449a6;
}
.cid-v3EUsb80zc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v3EUsb80zc .mbr-text {
  color: #ffffff;
}
.cid-v3EQLvqR6s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v3EQLvqR6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EQLvqR6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EQLvqR6s .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #0449a6 -10%, #0449a6 30%, #0449a6 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v3EQLvqR6s .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3EQLvqR6s .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3EQLvqR6s .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #0449a6, #0449a6, transparent);
  height: 1px;
  width: 100%;
}
.cid-v3EQLvqR6s .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v3EQLvqR6s .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v3EQLvqR6s .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v3EQLvqR6s .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #0449a6;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v3EQLvqR6s .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ed790e 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #6592e6;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bed3f9 !important;
  box-shadow: none;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v3EQLvqR6s .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3EQLvqR6s .mbr-section-btn {
  text-align: right;
}
.cid-v3EQLvqR6s .mbr-title {
  color: #ffffff;
}
.cid-v3EQLvqR6s .mbr-text {
  color: #ffffff;
}
.cid-v3EQLvqR6s label {
  color: #ffffff;
}
.cid-v3EV9WW0rH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-v3EV9WW0rH .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v3EV9WW0rH .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v3EV9WW0rH .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-v3EV9WW0rH .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v3EV9WW0rH .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-v3EV9WW0rH .timelines-container {
  margin-top: 60px;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-v3EV9WW0rH .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v3EV9WW0rH .container-fluid {
  padding: 0 2rem;
}
.cid-v3EV9WW0rH .separline:before,
.cid-v3EV9WW0rH .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-v3EV9WW0rH .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-v3EV9WW0rH .container-fluid {
    padding: 0 1rem;
  }
  .cid-v3EV9WW0rH .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-v3EV9WW0rH .separline:before,
  .cid-v3EV9WW0rH .first-separline:before {
    left: -10px !important;
  }
  .cid-v3EV9WW0rH .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-v3EV9WW0rH .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-v3EV9WW0rH .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-v3EV9WW0rH .time-line-date-content p {
    float: left !important;
  }
  .cid-v3EV9WW0rH .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-v3EV9WW0rH .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-v3EV9WW0rH .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-v3EV9WW0rH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EV9WW0rH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EPJaXtuP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v3EPJaXtuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EPJaXtuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EPJaXtuP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3EPJaXtuP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3EPJaXtuP .row {
    text-align: center;
  }
  .cid-v3EPJaXtuP .row > div {
    margin: auto;
  }
  .cid-v3EPJaXtuP .social-row {
    justify-content: center;
  }
}
.cid-v3EPJaXtuP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3EPJaXtuP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v3EPJaXtuP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3EPJaXtuP .list {
    margin-bottom: 0rem;
  }
}
.cid-v3EPJaXtuP .mbr-text {
  color: #bbbbbb;
}
.cid-v3EPJaXtuP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3EPJaXtuP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3EPJaXtuP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4wlHwazuR .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v4wlHwazuR .collapsed {
  flex-direction: row!important;
}
.cid-v4wlHwazuR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4wlHwazuR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4wlHwazuR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #0449a6;
}
.cid-v4wlHwazuR .navbar.opened {
  transition: all .3s;
  background: #0449a6 !important;
}
.cid-v4wlHwazuR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4wlHwazuR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4wlHwazuR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4wlHwazuR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4wlHwazuR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4wlHwazuR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4wlHwazuR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4wlHwazuR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4wlHwazuR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4wlHwazuR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4wlHwazuR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4wlHwazuR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4wlHwazuR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4wlHwazuR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4wlHwazuR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4wlHwazuR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4wlHwazuR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4wlHwazuR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4wlHwazuR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4wlHwazuR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4wlHwazuR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4wlHwazuR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4wlHwazuR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4wlHwazuR .navbar.navbar-short {
  background: #0449a6 !important;
  min-height: 60px;
}
.cid-v4wlHwazuR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4wlHwazuR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4wlHwazuR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v4wlHwazuR .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v4wlHwazuR .nav-item:focus,
.cid-v4wlHwazuR .nav-link:focus {
  outline: none;
}
.cid-v4wlHwazuR .text-white:hover,
.cid-v4wlHwazuR .text-white:active,
.cid-v4wlHwazuR .text-white:focus {
  color: white!important;
}
.cid-v4wlHwazuR .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v4wlHwazuR .dropdown-item:hover {
  color: black!important;
}
.cid-v4wlHwazuR .dropdown-menu {
  background-color: white!important;
}
.cid-v4wlHwazuR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v4wlHwazuR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v4wlHwazuR .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-v4wlHwazuR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-v4wlHwazuR .nav-item .nav-link {
    position: relative;
  }
}
.cid-v4wlHwazuR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4wlHwazuR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4wlHwazuR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4wlHwazuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4wlHwazuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4wlHwazuR .navbar-caption {
  font-weight: 600!important;
}
.cid-v4wlHwazuR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4wlHwazuR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4wlHwazuR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4wlHwazuR .dropdown-item.active,
.cid-v4wlHwazuR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4wlHwazuR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4wlHwazuR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4wlHwazuR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4wlHwazuR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0449a6;
}
.cid-v4wlHwazuR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4wlHwazuR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4wlHwazuR .navbar-buttons {
  text-align: center;
}
.cid-v4wlHwazuR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4wlHwazuR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v4wlHwazuR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4wlHwazuR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4wlHwazuR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4wlHwazuR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4wlHwazuR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4wlHwazuR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4wlHwazuR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4wlHwazuR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4wlHwazuR .nav-link {
  font-weight: 600!important;
}
.cid-v4wlHwazuR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4wlHwazuR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v4wlHwazuR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v4wlHwazuR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4wlHwazuR .navbar {
    height: 77px;
  }
  .cid-v4wlHwazuR .navbar.opened {
    height: auto;
  }
  .cid-v4wlHwazuR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4wmHkjhI5 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0449a6;
}
.cid-v4wmHkjhI5 img,
.cid-v4wmHkjhI5 .item-img {
  width: 100%;
}
.cid-v4wmHkjhI5 .item:focus,
.cid-v4wmHkjhI5 span:focus {
  outline: none;
}
.cid-v4wmHkjhI5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4wmHkjhI5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4wmHkjhI5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v4wmHkjhI5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4wmHkjhI5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v4wmHkjhI5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v4wmHkjhI5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4wmHkjhI5 .mbr-section-title {
  color: #ffffff;
}
.cid-v4wmHkjhI5 .mbr-text,
.cid-v4wmHkjhI5 .mbr-section-btn {
  text-align: left;
}
.cid-v4wmHkjhI5 .item-title {
  text-align: left;
}
.cid-v4wmHkjhI5 .item-subtitle {
  text-align: left;
}
.cid-v4wmHkjhI5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4wtqSQX3v {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #0449a6;
}
.cid-v4wtqSQX3v img,
.cid-v4wtqSQX3v .item-img {
  width: 100%;
}
.cid-v4wtqSQX3v .item:focus,
.cid-v4wtqSQX3v span:focus {
  outline: none;
}
.cid-v4wtqSQX3v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4wtqSQX3v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4wtqSQX3v .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v4wtqSQX3v .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4wtqSQX3v .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v4wtqSQX3v .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v4wtqSQX3v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4wtqSQX3v .mbr-section-title {
  color: #ffffff;
}
.cid-v4wtqSQX3v .mbr-text,
.cid-v4wtqSQX3v .mbr-section-btn {
  text-align: left;
}
.cid-v4wtqSQX3v .item-title {
  text-align: left;
}
.cid-v4wtqSQX3v .item-subtitle {
  text-align: left;
}
.cid-v4wtqSQX3v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4wlHxEEsA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0449a6;
}
.cid-v4wlHxEEsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wlHxEEsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wlHxEEsA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4wlHxEEsA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4wlHxEEsA .row {
    text-align: center;
  }
  .cid-v4wlHxEEsA .row > div {
    margin: auto;
  }
  .cid-v4wlHxEEsA .social-row {
    justify-content: center;
  }
}
.cid-v4wlHxEEsA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4wlHxEEsA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4wlHxEEsA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4wlHxEEsA .list {
    margin-bottom: 0rem;
  }
}
.cid-v4wlHxEEsA .mbr-text {
  color: #bbbbbb;
}
.cid-v4wlHxEEsA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4wlHxEEsA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4wlHxEEsA div > *:last-child {
    margin-top: 0 !important;
  }
}
