body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-sm {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-md {
  padding: 6px 20px;
  border-radius: 0;
}
.btn-lg {
  padding: 6px 20px;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ffb000 !important;
}
.bg-info {
  background-color: #c80036 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c1844 !important;
  border-color: #0c1844 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c80036 !important;
  border-color: #c80036 !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: #71001f !important;
  border-color: #71001f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #71001f !important;
  border-color: #71001f !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffb000 !important;
  border-color: #ffb000 !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: #a87400 !important;
  border-color: #a87400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a87400 !important;
  border-color: #a87400 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0c1844;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #0c1844 !important;
  border-color: #0c1844 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c80036;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #71001f !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: #c80036 !important;
  border-color: #c80036 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a87400 !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: #ffb000 !important;
  border-color: #ffb000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
}
.text-secondary {
  color: #0c1844 !important;
}
.text-success {
  color: #ffb000 !important;
}
.text-info {
  color: #c80036 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #996a00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #62001a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c80036;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffefcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ff487a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 1px;
  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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0c1844 !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='%23ffffff' %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;
}
.cid-tgtEvN42mR {
  z-index: 1000;
  width: 100%;
}
.cid-tgtEvN42mR .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
  position: fixed;
}
.cid-tgtEvN42mR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-tgtEvN42mR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tgtEvN42mR .menu_box .navbar.opened,
  .cid-tgtEvN42mR .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tgtEvN42mR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tgtEvN42mR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tgtEvN42mR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tgtEvN42mR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tgtEvN42mR .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tgtEvN42mR .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tgtEvN42mR .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #0c1844;
  }
  .cid-tgtEvN42mR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tgtEvN42mR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tgtEvN42mR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tgtEvN42mR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tgtEvN42mR .offcanvas-body .mbr-text,
  .cid-tgtEvN42mR .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tgtEvN42mR .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tgtEvN42mR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tgtEvN42mR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c1844;
  }
  .cid-tgtEvN42mR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tgtEvN42mR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tgtEvN42mR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tgtEvN42mR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tgtEvN42mR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tgtEvN42mR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tgtEvN42mR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tgtEvN42mR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tgtEvN42mR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tgtEvN42mR li.nav-item:hover {
    opacity: .8;
  }
  .cid-tgtEvN42mR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tgtEvN42mR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tgtEvN42mR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tgtEvN42mR .nav-item {
    margin: 0 !important;
  }
}
.cid-tgtEvN42mR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tgtEvN42mR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tgtEvN42mR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tgtEvN42mR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tgtEvN42mR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tgtEvN42mR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tgtEvN42mR .offcanvas_box {
    display: none;
  }
}
.cid-tgtEvN42mR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tgtEvN42mR .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tgtEvN42mR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgtEvN42mR .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tgtEvN42mR .container {
  display: flex;
  margin: auto;
}
.cid-tgtEvN42mR .iconfont-wrapper {
  color: #0c1844;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tgtEvN42mR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tgtEvN42mR .iconfont-wrapper:hover {
  color: #ffffff;
}
.cid-tgtEvN42mR .navbar-caption {
  color: #1e4381;
}
.cid-tgtEvN42mR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tgtEvN42mR .navbar-nav {
    margin: 0;
  }
}
.cid-tgtEvN42mR .dropdown-menu,
.cid-tgtEvN42mR .navbar.opened {
  background-color: false !important;
}
.cid-tgtEvN42mR .nav-item:focus,
.cid-tgtEvN42mR .nav-link:focus {
  outline: none;
}
.cid-tgtEvN42mR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgtEvN42mR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgtEvN42mR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgtEvN42mR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgtEvN42mR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgtEvN42mR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgtEvN42mR .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tgtEvN42mR .navbar.opened {
  transition: all 0.3s;
}
.cid-tgtEvN42mR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tgtEvN42mR .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-tgtEvN42mR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tgtEvN42mR .navbar.collapsed {
  justify-content: center;
}
.cid-tgtEvN42mR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgtEvN42mR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tgtEvN42mR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgtEvN42mR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgtEvN42mR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgtEvN42mR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tgtEvN42mR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tgtEvN42mR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tgtEvN42mR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tgtEvN42mR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgtEvN42mR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgtEvN42mR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tgtEvN42mR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgtEvN42mR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgtEvN42mR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgtEvN42mR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tgtEvN42mR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tgtEvN42mR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tgtEvN42mR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgtEvN42mR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgtEvN42mR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tgtEvN42mR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgtEvN42mR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgtEvN42mR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgtEvN42mR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgtEvN42mR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgtEvN42mR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgtEvN42mR .dropdown-item.active,
.cid-tgtEvN42mR .dropdown-item:active {
  background-color: transparent;
}
.cid-tgtEvN42mR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgtEvN42mR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgtEvN42mR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgtEvN42mR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgtEvN42mR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tgtEvN42mR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgtEvN42mR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-tgtEvN42mR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c1844;
}
.cid-tgtEvN42mR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgtEvN42mR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgtEvN42mR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgtEvN42mR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgtEvN42mR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgtEvN42mR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgtEvN42mR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgtEvN42mR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgtEvN42mR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tgtEvN42mR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgtEvN42mR .navbar {
    height: 70px;
  }
  .cid-tgtEvN42mR .navbar.opened {
    height: auto;
  }
  .cid-tgtEvN42mR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgtEvN42mR .mbr-section-btn .btn,
.cid-tgtEvN42mR .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #ffb000 !important;
  box-shadow: none;
}
.cid-tgtEvN42mR .mbr-section-btn .btn:hover,
.cid-tgtEvN42mR .mbr-section-btn-main .btn:hover {
  color: #ffb000 !important;
  border: 1px solid #ffb000 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tgtEvN42mR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tgtEvN42mR .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tgtEvN42mR .navbar-caption:hover {
  color: #ffffff;
}
.cid-tgtEvN42mR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tgtEvN42mR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tgtEvN42mR .text_widget {
  color: #ffffff;
}
.cid-tgtEvN42mR .mbr-section-subtitle,
.cid-tgtEvN42mR .text_widget {
  text-align: left;
}
.cid-tgtEvN42mR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tgtEUsSL8X {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tgtEUsSL8X .row::after {
  content: '';
  display: block;
  background: #ffb000;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .row::after {
    display: none;
  }
}
.cid-tgtEUsSL8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtEUsSL8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtEUsSL8X .image {
  position: relative;
}
.cid-tgtEUsSL8X .image::before {
  content: '';
  display: block;
  background: #0c1844;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .image::before {
    display: none;
  }
}
.cid-tgtEUsSL8X .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-tgtEUsSL8X .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #c80036;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .image-wrapper::before {
    display: none;
  }
}
.cid-tgtEUsSL8X .image-wrapper::after {
  content: '';
  display: block;
  background: #ffb000;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .image-wrapper::after {
    display: none;
  }
}
.cid-tgtEUsSL8X .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-tgtEUsSL8X .title {
  display: flex;
  align-items: center;
}
.cid-tgtEUsSL8X .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-tgtEUsSL8X .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tgtEUsSL8X .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tgtEUsSL8X .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tgtEUsSL8X .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-tgtEUsSL8X .mbr-section-title {
  color: #0c1844;
}
.cid-tgtEUsSL8X .mbr-text {
  color: #0c1844;
}
.cid-uKm7HycxBv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0c1844;
}
.cid-uKm7HycxBv .row {
  position: relative;
}
.cid-uKm7HycxBv .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #c80036;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uKm7HycxBv .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #c80036;
  }
}
@media (max-width: 768px) {
  .cid-uKm7HycxBv .row::after {
    display: none;
  }
}
.cid-uKm7HycxBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm7HycxBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKm7HycxBv .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uKm7HycxBv .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffb000;
}
.cid-uKm7HycxBv .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffb000;
}
.cid-uKm7HycxBv .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKm7HycxBv .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uKm7HycxBv .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uKm7HycxBv .mbr-section-title {
  color: #ffffff;
}
.cid-uKm7HycxBv .mbr-section-title,
.cid-uKm7HycxBv .mbr-section-btn {
  text-align: center;
}
.cid-uJLXuVAWtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uJLXuVAWtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLXuVAWtc .row {
  padding: 0 110px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJLXuVAWtc .row {
    padding: 0 12px;
  }
}
.cid-uJLXuVAWtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLXuVAWtc .item {
  padding: 0 16px;
  min-height: 400px;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uJLXuVAWtc .item .item-menu-overlay {
  display: none !important;
}
.cid-uJLXuVAWtc .item .item-wrapper {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #0c1844;
  height: 100%;
  border-radius: 15% 0 20% 0;
}
.cid-uJLXuVAWtc .item .item-wrapper .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uJLXuVAWtc .item .item-wrapper .text-wrapper span {
  margin-bottom: 20px;
  font-size: 32px;
}
.cid-uJLXuVAWtc .item .item-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-uJLXuVAWtc .item .item-wrapper .mbr-section-btn {
  z-index: 1;
}
.cid-uJLXuVAWtc .item .item-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
  margin-bottom: 0;
}
.cid-uJLXuVAWtc .item .item-wrapper .mbr-section-btn .btn:hover {
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uJLXuVAWtc .item:nth-child(2n) .item-wrapper {
  background-color: #c80036;
}
.cid-uJLXuVAWtc .mbr-card-title,
.cid-uJLXuVAWtc .mbr-iconfont {
  color: #ffffff;
}
.cid-uJLXuVAWtc .mbr-card-title,
.cid-uJLXuVAWtc .mbr-iconfont,
.cid-uJLXuVAWtc .mbr-section-btn {
  text-align: center;
}
.cid-uKm5cIxPmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uKm5cIxPmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm5cIxPmw .row {
  padding: 0 110px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKm5cIxPmw .row {
    padding: 0 12px;
  }
}
.cid-uKm5cIxPmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKm5cIxPmw .item {
  padding: 0 16px;
  min-height: 400px;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uKm5cIxPmw .item .item-menu-overlay {
  display: none !important;
}
.cid-uKm5cIxPmw .item .item-wrapper {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffb000;
  height: 100%;
  border-radius: 15% 0 20% 0;
}
.cid-uKm5cIxPmw .item .item-wrapper .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uKm5cIxPmw .item .item-wrapper .text-wrapper span {
  margin-bottom: 20px;
  font-size: 32px;
}
.cid-uKm5cIxPmw .item .item-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKm5cIxPmw .item .item-wrapper .mbr-section-btn {
  z-index: 1;
}
.cid-uKm5cIxPmw .item .item-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
  margin-bottom: 0;
}
.cid-uKm5cIxPmw .item .item-wrapper .mbr-section-btn .btn:hover {
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uKm5cIxPmw .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-uKm5cIxPmw .mbr-card-title,
.cid-uKm5cIxPmw .mbr-iconfont {
  color: #ffffff;
}
.cid-uKm5cIxPmw .mbr-card-title,
.cid-uKm5cIxPmw .mbr-iconfont,
.cid-uKm5cIxPmw .mbr-section-btn {
  text-align: center;
}
.cid-tgtF4z3m9X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tgtF4z3m9X .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tgtF4z3m9X .row {
    padding: 0 12px;
  }
}
.cid-tgtF4z3m9X .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 400px 0 400px 0;
}
.cid-tgtF4z3m9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtF4z3m9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtF4z3m9X .title-wrapper {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.cid-tgtF4z3m9X .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tgtF4z3m9X .card {
  margin-bottom: 40px;
}
.cid-tgtF4z3m9X .card .mbr-card-title {
  margin: 0;
}
.cid-tgtF4z3m9X .card .card-title {
  margin: 0;
}
.cid-tgtF4z3m9X .mbr-section-title {
  color: #ffb000;
}
.cid-tgtF4z3m9X .mbr-card-title {
  color: #0c1844;
}
.cid-tgtF4z3m9X .card-title {
  color: #ffb000;
}
.cid-uN0gQ0roJr {
  background-color: #fafafa;
}
.cid-uN0gQ0roJr .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uN0gQ0roJr .row {
    padding: 0 12px;
  }
}
.cid-uN0gQ0roJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN0gQ0roJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN0gQ0roJr .image-wrapper {
  position: relative;
}
.cid-uN0gQ0roJr .image-wrapper::before {
  content: '';
  display: block;
  background-color: #0c1844;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-uN0gQ0roJr .image-wrapper::before {
    display: none;
  }
}
.cid-uN0gQ0roJr .image-wrapper::after {
  content: '';
  display: block;
  background-color: #c80036;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 100px;
  height: 100px;
  border-radius: 0 100% 0 0;
}
@media (max-width: 992px) {
  .cid-uN0gQ0roJr .image-wrapper::after {
    display: none;
  }
}
.cid-uN0gQ0roJr .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-uN0gQ0roJr .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uN0gQ0roJr .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uN0gQ0roJr .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uN0gQ0roJr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uN0gQ0roJr .mbr-section-title {
  color: #c80036;
}
.cid-uN0gQ0roJr .mbr-text {
  color: #0c1844;
}
.cid-uN0gQ0roJr .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uN0gQ0roJr .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uN0gQ0roJr .mbr-section-title,
.cid-uN0gQ0roJr .mbr-section-btn {
  text-align: center;
}
.cid-uN0gQ0roJr .botao-estilizado {
  background-color: #c80036;
  color: #ffffff;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}
.cid-uN0gQ0roJr .botao-estilizado:hover {
  background-color: #a0002c;
}
.cid-uKmhWLI6zG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0c1844;
}
.cid-uKmhWLI6zG .row {
  position: relative;
}
.cid-uKmhWLI6zG .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #ffb000;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uKmhWLI6zG .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #ffb000;
  }
}
@media (max-width: 768px) {
  .cid-uKmhWLI6zG .row::after {
    display: none;
  }
}
.cid-uKmhWLI6zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmhWLI6zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmhWLI6zG .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uKmhWLI6zG .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #0c1844;
}
.cid-uKmhWLI6zG .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #0c1844;
}
.cid-uKmhWLI6zG .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKmhWLI6zG .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uKmhWLI6zG .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uKmhWLI6zG .mbr-section-title {
  color: #ffffff;
}
.cid-uKmhWLI6zG .mbr-section-title,
.cid-uKmhWLI6zG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKmevPbAHu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKmevPbAHu img {
  width: 180px;
  margin: auto;
}
.cid-uKmevPbAHu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uKmevPbAHu .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uKmevPbAHu .card {
    max-width: 20%;
  }
}
.cid-uKmevPbAHu .mbr-section-title {
  color: #4e423d;
}
.cid-uKmevPbAHu .mbr-section-subtitle {
  text-align: left;
}
.cid-uKme0vUQPe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKme0vUQPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKme0vUQPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKme0vUQPe .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKme0vUQPe .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uKme0vUQPe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-uKme0vUQPe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKme0vUQPe .embla__slide .slide-content {
  width: 100%;
}
.cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper {
  position: relative;
  background-color: #fafafa;
  height: 100%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 24px;
    display: block;
  }
}
.cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-img .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-content .tag-wrapper .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: #0c1844;
  margin-bottom: 24px;
}
.cid-uKme0vUQPe .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uKme0vUQPe .embla__button--next,
.cid-uKme0vUQPe .embla__button--prev {
  display: flex;
}
.cid-uKme0vUQPe .embla__button {
  top: -8rem;
  width: 64px;
  height: 64px;
  font-size: 28px;
  background-color: #0c1844 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKme0vUQPe .embla__button {
    top: 0;
  }
}
.cid-uKme0vUQPe .embla__button:hover {
  opacity: .7 !important;
}
.cid-uKme0vUQPe .embla__button.embla__button--prev {
  right: 4.5rem;
}
.cid-uKme0vUQPe .embla__button.embla__button--next {
  right: 0;
}
.cid-uKme0vUQPe .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uKme0vUQPe .embla {
    padding-top: 6rem;
  }
}
.cid-uKme0vUQPe .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKme0vUQPe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKme0vUQPe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKme0vUQPe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKme0vUQPe .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uKme0vUQPe .mbr-section-title {
  color: #2c2c26;
}
.cid-uKme0vUQPe .item-name {
  color: #2c2c26;
}
.cid-uKme0vUQPe .item-tag {
  color: #63635d;
}
.cid-uKme0vUQPe .item-text {
  color: #000000;
}
.cid-uKme0vUQPe .item-tag,
.cid-uKme0vUQPe .tag-wrapper {
  color: #fafafa;
}
.cid-uKmlZrlhVc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1844;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #c80036, #0c1844 30%);
}
.cid-uKmlZrlhVc .title-wrapper {
  margin-bottom: 22px;
}
.cid-uKmlZrlhVc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKmlZrlhVc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #c80036 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKmlZrlhVc .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKmlZrlhVc .mbr-section-btn {
    text-align: left;
  }
}
.cid-uKmlZrlhVc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uKmlZrlhVc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKmlZrlhVc .embla__slide .slide-content {
  width: 100%;
}
.cid-uKmlZrlhVc .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uKmlZrlhVc .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uKmlZrlhVc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uKmlZrlhVc .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKmlZrlhVc .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #fafafa;
  padding: 2px 8px;
}
.cid-uKmlZrlhVc .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uKmlZrlhVc .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uKmlZrlhVc .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uKmlZrlhVc .embla__button--next,
.cid-uKmlZrlhVc .embla__button--prev {
  display: flex;
}
.cid-uKmlZrlhVc .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #ffb000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uKmlZrlhVc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKmlZrlhVc .embla__button:hover {
  box-shadow: 0 0 33px 0 #ffb000;
}
.cid-uKmlZrlhVc .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uKmlZrlhVc .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uKmlZrlhVc .embla__button.embla__button--next {
  right: 0;
}
.cid-uKmlZrlhVc .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uKmlZrlhVc .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKmlZrlhVc .embla {
    padding-bottom: 32px;
  }
}
.cid-uKmlZrlhVc .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uKmlZrlhVc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKmlZrlhVc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKmlZrlhVc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKmlZrlhVc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKmlZrlhVc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uKmlZrlhVc .mbr-section-title {
  color: #ffffff;
}
.cid-uKmlZrlhVc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKmlZrlhVc .item-wrap {
  color: #ffffff;
}
.cid-uKmlZrlhVc .item-title {
  color: #ffffff;
}
.cid-uKmlZrlhVc .item-text {
  color: #ffffff;
}
.cid-uMpBI40sgs {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uMpBI40sgs .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uMpBI40sgs .card-wrapper {
  background-color: #0c1844;
  border-radius: 16px;
}
.cid-uMpBI40sgs .image-wrapper {
  height: 100%;
}
.cid-uMpBI40sgs .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uMpBI40sgs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffb000;
  transition: all 0.3s;
}
.cid-uMpBI40sgs .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffb000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uMpBI40sgs .social-row .soc-item:hover {
  background-color: #ffb000;
}
.cid-uMpBI40sgs .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-uMpBI40sgs .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uMpBI40sgs .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMpBI40sgs .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uMpBI40sgs .mbr-text,
.cid-uMpBI40sgs .social-row {
  color: #ffffff;
}
.cid-uMpBI40sgs .mbr-section-title {
  color: #c80036;
}
.cid-uMpBI40sgs .card-title {
  color: #ffffff;
}
.cid-uMpBI40sgs .card-subtitle {
  color: #ffb000;
}
.cid-uMvtikKflB {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uMvtikKflB .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMvtikKflB .card {
  background-color: #0c1844;
  padding: 4rem 10rem;
}
.cid-uMvtikKflB .input-group-btn {
  display: block;
}
.cid-uMvtikKflB .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uMvtikKflB .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffb000;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uMvtikKflB .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-uMvtikKflB .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uMvtikKflB .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uMvtikKflB .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uMvtikKflB .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-uMvtikKflB .card {
    padding: 2rem;
  }
}
.cid-uMvtikKflB .mbr-section-title,
.cid-uMvtikKflB .line-wrap {
  color: #ffffff;
}
.cid-uMvtikKflB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvtikKflB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvtikKflB LABEL {
  color: #f4f4f4;
  text-align: left;
}
.cid-uMvtikKflB P {
  color: #bbbbbb;
}
.cid-uLd385iVhC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLd385iVhC .container-fluid,
.cid-uLd385iVhC .container {
  position: relative;
}
.cid-uLd385iVhC .container-fluid::before,
.cid-uLd385iVhC .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #0c1844;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    display: none;
  }
}
.cid-uLd385iVhC .media-wrap {
  height: 300px;
}
.cid-uLd385iVhC .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLd385iVhC .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLd385iVhC .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper {
    background-color: #0c1844;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #c80036;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLd385iVhC .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .list {
    background-color: #0c1844;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLd385iVhC .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLd385iVhC .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLd385iVhC .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright {
    background-color: #0c1844;
  }
}
.cid-uLd385iVhC .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLd385iVhC .mbr-text {
  color: #bcbfca;
}
.cid-uLd385iVhC .mbr-desc {
  color: #ffffff;
}
.cid-uLd385iVhC .mbr-link {
  color: #ffb000;
}
.cid-uLd385iVhC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKmaPpD4KM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c1844;
}
.cid-uKmaPpD4KM p {
  text-align: center;
}
.cid-uKmaPpD4KM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uKmaPpD4KM .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uKmaPpD4KM a {
  font-weight: normal;
}
.cid-uKmaPpD4KM .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-uKmaPpD4KM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uKmaPpD4KM .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uKmaPpD4KM .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uKmaPpD4KM li a {
  position: relative;
}
.cid-uKmaPpD4KM li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-uKmaPpD4KM li a:hover:before {
  width: 100%;
}
.cid-uKmaPpD4KM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f1f1f2;
  text-align: center;
}
.cid-uKmaPpD4KM .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-uKmaPpD4KM .d-flex {
    flex-direction: column;
  }
  .cid-uKmaPpD4KM .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-uKmaPpD4KM .icon-transition span {
  display: block;
}
.cid-uKmaPpD4KM .list-inline-item a {
  display: block;
}
.cid-uKmaPpD4KM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKmaPpD4KM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uKmaPpD4KM .icon-transition span {
  color: #f1f1f2;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uKmaPpD4KM .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-uKmaPpD4KM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uKmaPpD4KM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uKmaPpD4KM .logo-footer {
    text-align: center;
  }
  .cid-uKmaPpD4KM .social-media {
    justify-content: center;
  }
}
.cid-uMjzCgMdB4 {
  z-index: 1000;
  width: 100%;
}
.cid-uMjzCgMdB4 .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
  position: fixed;
}
.cid-uMjzCgMdB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-uMjzCgMdB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMjzCgMdB4 .menu_box .navbar.opened,
  .cid-uMjzCgMdB4 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMjzCgMdB4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMjzCgMdB4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMjzCgMdB4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMjzCgMdB4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMjzCgMdB4 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMjzCgMdB4 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMjzCgMdB4 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #0c1844;
  }
  .cid-uMjzCgMdB4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMjzCgMdB4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMjzCgMdB4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMjzCgMdB4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMjzCgMdB4 .offcanvas-body .mbr-text,
  .cid-uMjzCgMdB4 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMjzCgMdB4 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMjzCgMdB4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMjzCgMdB4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c1844;
  }
  .cid-uMjzCgMdB4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMjzCgMdB4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMjzCgMdB4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMjzCgMdB4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMjzCgMdB4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMjzCgMdB4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMjzCgMdB4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMjzCgMdB4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMjzCgMdB4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uMjzCgMdB4 li.nav-item:hover {
    opacity: .8;
  }
  .cid-uMjzCgMdB4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMjzCgMdB4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMjzCgMdB4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMjzCgMdB4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uMjzCgMdB4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMjzCgMdB4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uMjzCgMdB4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjzCgMdB4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMjzCgMdB4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMjzCgMdB4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMjzCgMdB4 .offcanvas_box {
    display: none;
  }
}
.cid-uMjzCgMdB4 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMjzCgMdB4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMjzCgMdB4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMjzCgMdB4 .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uMjzCgMdB4 .container {
  display: flex;
  margin: auto;
}
.cid-uMjzCgMdB4 .iconfont-wrapper {
  color: #0c1844;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMjzCgMdB4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMjzCgMdB4 .iconfont-wrapper:hover {
  color: #ffffff;
}
.cid-uMjzCgMdB4 .navbar-caption {
  color: #1e4381;
}
.cid-uMjzCgMdB4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMjzCgMdB4 .navbar-nav {
    margin: 0;
  }
}
.cid-uMjzCgMdB4 .dropdown-menu,
.cid-uMjzCgMdB4 .navbar.opened {
  background-color: false !important;
}
.cid-uMjzCgMdB4 .nav-item:focus,
.cid-uMjzCgMdB4 .nav-link:focus {
  outline: none;
}
.cid-uMjzCgMdB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMjzCgMdB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjzCgMdB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMjzCgMdB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMjzCgMdB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMjzCgMdB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMjzCgMdB4 .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uMjzCgMdB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMjzCgMdB4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMjzCgMdB4 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uMjzCgMdB4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMjzCgMdB4 .navbar.collapsed {
  justify-content: center;
}
.cid-uMjzCgMdB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMjzCgMdB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMjzCgMdB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMjzCgMdB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMjzCgMdB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMjzCgMdB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMjzCgMdB4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMjzCgMdB4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMjzCgMdB4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMjzCgMdB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMjzCgMdB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMjzCgMdB4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMjzCgMdB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMjzCgMdB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMjzCgMdB4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMjzCgMdB4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMjzCgMdB4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMjzCgMdB4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMjzCgMdB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMjzCgMdB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMjzCgMdB4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMjzCgMdB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMjzCgMdB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMjzCgMdB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMjzCgMdB4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMjzCgMdB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjzCgMdB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjzCgMdB4 .dropdown-item.active,
.cid-uMjzCgMdB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMjzCgMdB4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMjzCgMdB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMjzCgMdB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMjzCgMdB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMjzCgMdB4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uMjzCgMdB4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMjzCgMdB4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-uMjzCgMdB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c1844;
}
.cid-uMjzCgMdB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMjzCgMdB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjzCgMdB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjzCgMdB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMjzCgMdB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjzCgMdB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMjzCgMdB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMjzCgMdB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjzCgMdB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMjzCgMdB4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMjzCgMdB4 .navbar {
    height: 70px;
  }
  .cid-uMjzCgMdB4 .navbar.opened {
    height: auto;
  }
  .cid-uMjzCgMdB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMjzCgMdB4 .mbr-section-btn .btn,
.cid-uMjzCgMdB4 .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #ffb000 !important;
  box-shadow: none;
}
.cid-uMjzCgMdB4 .mbr-section-btn .btn:hover,
.cid-uMjzCgMdB4 .mbr-section-btn-main .btn:hover {
  color: #ffb000 !important;
  border: 1px solid #ffb000 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uMjzCgMdB4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMjzCgMdB4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMjzCgMdB4 .navbar-caption:hover {
  color: #ffffff;
}
.cid-uMjzCgMdB4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMjzCgMdB4 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uMjzCgMdB4 .text_widget {
  color: #ffffff;
}
.cid-uMjzCgMdB4 .mbr-section-subtitle,
.cid-uMjzCgMdB4 .text_widget {
  text-align: left;
}
.cid-uMjzCgMdB4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMjH8im3uw {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #c80036;
}
.cid-uMjH8im3uw .row {
  position: relative;
}
.cid-uMjH8im3uw .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #0c1844;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uMjH8im3uw .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #0c1844;
  }
}
@media (max-width: 768px) {
  .cid-uMjH8im3uw .row::after {
    display: none;
  }
}
.cid-uMjH8im3uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjH8im3uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjH8im3uw .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uMjH8im3uw .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #c80036;
}
.cid-uMjH8im3uw .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #c80036;
}
.cid-uMjH8im3uw .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uMjH8im3uw .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uMjH8im3uw .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uMjH8im3uw .mbr-section-title {
  color: #ffffff;
}
.cid-uMjH8im3uw .mbr-section-title,
.cid-uMjH8im3uw .mbr-section-btn {
  text-align: center;
}
.cid-uMjGUdRBQM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uMjGUdRBQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjGUdRBQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjGUdRBQM .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMjGUdRBQM .row {
    padding: 0 12px;
  }
}
.cid-uMjGUdRBQM .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-uMjGUdRBQM .text-wrapper {
    padding: 0;
  }
}
.cid-uMjGUdRBQM .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uMjGUdRBQM .text-wrapper .mbr-section-title span {
  color: #0c1844;
}
.cid-uMjGUdRBQM .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMjGUdRBQM .image {
  position: relative;
}
.cid-uMjGUdRBQM .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ffb000;
}
@media (max-width: 992px) {
  .cid-uMjGUdRBQM .image::before {
    display: none;
  }
}
.cid-uMjGUdRBQM .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ffb000;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uMjGUdRBQM .image::after {
    display: none;
  }
}
.cid-uMjGUdRBQM .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-uMjGUdRBQM .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-uMjGUdRBQM .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #c80036;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uMjGUdRBQM .image-wrapper::before {
    display: none;
  }
}
.cid-uMjGUdRBQM .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #c80036;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMjGUdRBQM .image-wrapper::after {
    display: none;
  }
}
.cid-uMjGUdRBQM .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMjGUdRBQM .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-uMjGUdRBQM .mbr-section-title {
  color: #0c1844;
}
.cid-uMjGUdRBQM .mbr-text {
  color: #1e4381;
}
.cid-uMjzCjFtyd {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMjzCjFtyd .container-fluid,
.cid-uMjzCjFtyd .container {
  position: relative;
}
.cid-uMjzCjFtyd .container-fluid::before,
.cid-uMjzCjFtyd .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #0c1844;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMjzCjFtyd .container-fluid::before,
  .cid-uMjzCjFtyd .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uMjzCjFtyd .container-fluid::before,
  .cid-uMjzCjFtyd .container::before {
    display: none;
  }
}
.cid-uMjzCjFtyd .media-wrap {
  height: 300px;
}
.cid-uMjzCjFtyd .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMjzCjFtyd .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uMjzCjFtyd .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMjzCjFtyd .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uMjzCjFtyd .text-wrapper {
    background-color: #0c1844;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uMjzCjFtyd .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uMjzCjFtyd .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #c80036;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uMjzCjFtyd .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uMjzCjFtyd .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uMjzCjFtyd .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMjzCjFtyd .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uMjzCjFtyd .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uMjzCjFtyd .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uMjzCjFtyd .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uMjzCjFtyd .list {
    background-color: #0c1844;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uMjzCjFtyd .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uMjzCjFtyd .list .item-wrap:hover {
  opacity: .7;
}
.cid-uMjzCjFtyd .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uMjzCjFtyd .copyright {
    background-color: #0c1844;
  }
}
.cid-uMjzCjFtyd .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMjzCjFtyd .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uMjzCjFtyd .mbr-text {
  color: #bcbfca;
}
.cid-uMjzCjFtyd .mbr-desc {
  color: #ffffff;
}
.cid-uMjzCjFtyd .mbr-link {
  color: #ffb000;
}
.cid-uMjzCjFtyd .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uMjzCk8qXj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c1844;
}
.cid-uMjzCk8qXj p {
  text-align: center;
}
.cid-uMjzCk8qXj .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uMjzCk8qXj .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uMjzCk8qXj a {
  font-weight: normal;
}
.cid-uMjzCk8qXj .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-uMjzCk8qXj .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uMjzCk8qXj .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uMjzCk8qXj .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uMjzCk8qXj li a {
  position: relative;
}
.cid-uMjzCk8qXj li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-uMjzCk8qXj li a:hover:before {
  width: 100%;
}
.cid-uMjzCk8qXj .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f1f1f2;
  text-align: center;
}
.cid-uMjzCk8qXj .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-uMjzCk8qXj .d-flex {
    flex-direction: column;
  }
  .cid-uMjzCk8qXj .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-uMjzCk8qXj .icon-transition span {
  display: block;
}
.cid-uMjzCk8qXj .list-inline-item a {
  display: block;
}
.cid-uMjzCk8qXj .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjzCk8qXj .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uMjzCk8qXj .icon-transition span {
  color: #f1f1f2;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uMjzCk8qXj .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-uMjzCk8qXj .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uMjzCk8qXj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uMjzCk8qXj .logo-footer {
    text-align: center;
  }
  .cid-uMjzCk8qXj .social-media {
    justify-content: center;
  }
}
.cid-uKmB6b7wzZ {
  z-index: 1000;
  width: 100%;
}
.cid-uKmB6b7wzZ .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
  position: fixed;
}
.cid-uKmB6b7wzZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-uKmB6b7wzZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKmB6b7wzZ .menu_box .navbar.opened,
  .cid-uKmB6b7wzZ .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKmB6b7wzZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKmB6b7wzZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKmB6b7wzZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKmB6b7wzZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKmB6b7wzZ .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKmB6b7wzZ .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKmB6b7wzZ .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #0c1844;
  }
  .cid-uKmB6b7wzZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKmB6b7wzZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKmB6b7wzZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKmB6b7wzZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKmB6b7wzZ .offcanvas-body .mbr-text,
  .cid-uKmB6b7wzZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uKmB6b7wzZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uKmB6b7wzZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKmB6b7wzZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c1844;
  }
  .cid-uKmB6b7wzZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKmB6b7wzZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKmB6b7wzZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKmB6b7wzZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKmB6b7wzZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKmB6b7wzZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKmB6b7wzZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKmB6b7wzZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKmB6b7wzZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uKmB6b7wzZ li.nav-item:hover {
    opacity: .8;
  }
  .cid-uKmB6b7wzZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uKmB6b7wzZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKmB6b7wzZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKmB6b7wzZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uKmB6b7wzZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKmB6b7wzZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uKmB6b7wzZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKmB6b7wzZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKmB6b7wzZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKmB6b7wzZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKmB6b7wzZ .offcanvas_box {
    display: none;
  }
}
.cid-uKmB6b7wzZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uKmB6b7wzZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKmB6b7wzZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKmB6b7wzZ .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uKmB6b7wzZ .container {
  display: flex;
  margin: auto;
}
.cid-uKmB6b7wzZ .iconfont-wrapper {
  color: #0c1844;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKmB6b7wzZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKmB6b7wzZ .iconfont-wrapper:hover {
  color: #ffffff;
}
.cid-uKmB6b7wzZ .navbar-caption {
  color: #1e4381;
}
.cid-uKmB6b7wzZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKmB6b7wzZ .navbar-nav {
    margin: 0;
  }
}
.cid-uKmB6b7wzZ .dropdown-menu,
.cid-uKmB6b7wzZ .navbar.opened {
  background-color: false !important;
}
.cid-uKmB6b7wzZ .nav-item:focus,
.cid-uKmB6b7wzZ .nav-link:focus {
  outline: none;
}
.cid-uKmB6b7wzZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKmB6b7wzZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKmB6b7wzZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKmB6b7wzZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKmB6b7wzZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKmB6b7wzZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKmB6b7wzZ .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uKmB6b7wzZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uKmB6b7wzZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKmB6b7wzZ .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uKmB6b7wzZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKmB6b7wzZ .navbar.collapsed {
  justify-content: center;
}
.cid-uKmB6b7wzZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKmB6b7wzZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKmB6b7wzZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKmB6b7wzZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKmB6b7wzZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKmB6b7wzZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKmB6b7wzZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKmB6b7wzZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKmB6b7wzZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKmB6b7wzZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKmB6b7wzZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKmB6b7wzZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKmB6b7wzZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKmB6b7wzZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKmB6b7wzZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKmB6b7wzZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKmB6b7wzZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKmB6b7wzZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKmB6b7wzZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKmB6b7wzZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKmB6b7wzZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKmB6b7wzZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKmB6b7wzZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKmB6b7wzZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKmB6b7wzZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKmB6b7wzZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKmB6b7wzZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKmB6b7wzZ .dropdown-item.active,
.cid-uKmB6b7wzZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uKmB6b7wzZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKmB6b7wzZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKmB6b7wzZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKmB6b7wzZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKmB6b7wzZ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uKmB6b7wzZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKmB6b7wzZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-uKmB6b7wzZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c1844;
}
.cid-uKmB6b7wzZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKmB6b7wzZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKmB6b7wzZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKmB6b7wzZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKmB6b7wzZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKmB6b7wzZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKmB6b7wzZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKmB6b7wzZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKmB6b7wzZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKmB6b7wzZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKmB6b7wzZ .navbar {
    height: 70px;
  }
  .cid-uKmB6b7wzZ .navbar.opened {
    height: auto;
  }
  .cid-uKmB6b7wzZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKmB6b7wzZ .mbr-section-btn .btn,
.cid-uKmB6b7wzZ .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #ffb000 !important;
  box-shadow: none;
}
.cid-uKmB6b7wzZ .mbr-section-btn .btn:hover,
.cid-uKmB6b7wzZ .mbr-section-btn-main .btn:hover {
  color: #ffb000 !important;
  border: 1px solid #ffb000 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uKmB6b7wzZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKmB6b7wzZ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uKmB6b7wzZ .navbar-caption:hover {
  color: #ffffff;
}
.cid-uKmB6b7wzZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKmB6b7wzZ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKmB6b7wzZ .text_widget {
  color: #ffffff;
}
.cid-uKmB6b7wzZ .mbr-section-subtitle,
.cid-uKmB6b7wzZ .text_widget {
  text-align: left;
}
.cid-uKmB6b7wzZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKD2A23Ps8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uKD2A23Ps8 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uKD2A23Ps8 .row {
    padding: 0 12px;
  }
}
.cid-uKD2A23Ps8 .row::after {
  content: '';
  display: block;
  background: #c80036;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKD2A23Ps8 .row::after {
    display: none;
  }
}
.cid-uKD2A23Ps8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD2A23Ps8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD2A23Ps8 .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKD2A23Ps8 .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uKD2A23Ps8 .image-wrapper::before {
  content: '';
  display: block;
  background-color: #ffb000;
  position: absolute;
  top: 0;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKD2A23Ps8 .image-wrapper::before {
    display: none;
  }
}
.cid-uKD2A23Ps8 .image-wrapper::after {
  content: '';
  display: block;
  background-color: #0c1844;
  position: absolute;
  top: 120px;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKD2A23Ps8 .image-wrapper::after {
    display: none;
  }
}
.cid-uKD2A23Ps8 .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uKD2A23Ps8 .title {
  display: flex;
  align-items: center;
}
.cid-uKD2A23Ps8 .title-wrapper {
  z-index: 1;
}
.cid-uKD2A23Ps8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uKD2A23Ps8 .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uKD2A23Ps8 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKD2A23Ps8 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffb000;
  box-shadow: none;
}
.cid-uKD2A23Ps8 .title-wrapper .mbr-section-btn .btn:hover {
  background: #ffb000 !important;
  box-shadow: none !important;
}
.cid-uKD2A23Ps8 .mbr-section-title {
  color: #1e4381;
}
.cid-uKD2A23Ps8 .mbr-section-subtitle {
  color: #f3722f;
}
.cid-uKD2A23Ps8 .mbr-text {
  color: #000000;
}
.cid-uKD2A23Ps8 .mbr-section-title,
.cid-uKD2A23Ps8 .mbr-section-btn {
  color: #0c1844;
}
.cid-uKD87Y5pca {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uKD87Y5pca .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uKD87Y5pca .row {
    padding: 0 12px;
  }
}
.cid-uKD87Y5pca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD87Y5pca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD87Y5pca .title-container {
  display: flex;
  justify-content: center;
}
.cid-uKD87Y5pca .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #ffffff;
}
.cid-uKD87Y5pca .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKD87Y5pca .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-uKD87Y5pca .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-uKD87Y5pca .mbr-section-subtitle {
  color: #0c1844;
  text-align: center;
}
.cid-uKDbRbY1Bc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uKDbRbY1Bc .row {
  padding: 0 110px;
  position: relative;
}
.cid-uKDbRbY1Bc .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .row {
    padding: 0 12px;
  }
}
.cid-uKDbRbY1Bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDbRbY1Bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDbRbY1Bc .image {
  position: relative;
}
.cid-uKDbRbY1Bc .image::before {
  content: '';
  display: block;
  background-color: #0c1844;
  position: absolute;
  top: -4rem;
  left: 6rem;
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .image::before {
    display: none;
  }
}
.cid-uKDbRbY1Bc .image::after {
  content: '';
  display: block;
  background-color: #c80036;
  position: absolute;
  top: -2.7rem;
  left: 7.3rem;
  width: 60px;
  height: 60px;
  border-radius: 0 100% 0 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .image::after {
    display: none;
  }
}
.cid-uKDbRbY1Bc .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-uKDbRbY1Bc .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.cid-uKDbRbY1Bc .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ffb000;
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .image-wrapper::before {
    display: none;
  }
}
.cid-uKDbRbY1Bc .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background-color: #000000;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .image-wrapper::after {
    display: none;
  }
}
.cid-uKDbRbY1Bc .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .text-wrapper {
    padding: 0;
  }
}
.cid-uKDbRbY1Bc .text-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uKDbRbY1Bc .text-wrapper .mbr-section-title {
    margin: 10px 0;
  }
}
.cid-uKDbRbY1Bc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKDbRbY1Bc .mbr-section-title {
  color: #0c1844;
}
.cid-uKDbRbY1Bc .mbr-text {
  color: #1e4381;
}
.cid-uKD9yaOtu9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uKD9yaOtu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD9yaOtu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD9yaOtu9 .row {
  padding: 1rem;
}
.cid-uKD9yaOtu9 .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 400px 0 0 0;
}
.cid-uKD9yaOtu9 .title-wrapper {
  padding-left: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uKD9yaOtu9 .title-wrapper {
    padding: 0;
  }
}
.cid-uKD9yaOtu9 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uKD9yaOtu9 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKD9yaOtu9 .cards .card {
  margin-bottom: 20px;
}
.cid-uKD9yaOtu9 .cards .card .mbr-number {
  margin: 0;
}
.cid-uKD9yaOtu9 .cards .card .mbr-desc {
  margin: 0;
}
.cid-uKD9yaOtu9 .mbr-section-title {
  color: #000000;
}
.cid-uKD9yaOtu9 .mbr-text {
  color: #0c1844;
}
.cid-uKD9yaOtu9 .mbr-number {
  color: #ee2947;
}
.cid-uKD9yaOtu9 .mbr-desc {
  color: #1e4381;
  text-align: left;
}
.cid-uKDcVvD3vX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uKDcVvD3vX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDcVvD3vX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDcVvD3vX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKDcVvD3vX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uKDcVvD3vX .items-wrapper {
  margin: 0 -10px;
}
.cid-uKDcVvD3vX .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKDcVvD3vX .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uKDcVvD3vX .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uKDcVvD3vX .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uKDcVvD3vX .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uKDcVvD3vX .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uKDcVvD3vX .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKDcVvD3vX .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uKDcVvD3vX .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uKDcVvD3vX .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uKDcVvD3vX .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uKDcVvD3vX .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKDcVvD3vX .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #0c1844, #232323 50%);
}
.cid-uKDcVvD3vX .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #c80036, #232323 50%);
}
.cid-uKDcVvD3vX .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffb000, #232323 50%);
}
.cid-uKDcVvD3vX .mbr-section-title,
.cid-uKDcVvD3vX .title-wrapper {
  color: #0c1844;
  text-align: center;
}
.cid-uKDcVvD3vX .item-title {
  color: #ffffff;
}
.cid-uKDcVvD3vX .item-text {
  color: #ffffff;
}
.cid-uKmB6gyNpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKmB6gyNpO .row {
  position: relative;
}
.cid-uKmB6gyNpO .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #c80036;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uKmB6gyNpO .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #c80036;
  }
}
@media (max-width: 768px) {
  .cid-uKmB6gyNpO .row::after {
    display: none;
  }
}
.cid-uKmB6gyNpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmB6gyNpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmB6gyNpO .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uKmB6gyNpO .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffb000;
}
.cid-uKmB6gyNpO .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #0c1844;
}
.cid-uKmB6gyNpO .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKmB6gyNpO .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uKmB6gyNpO .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uKmB6gyNpO .mbr-section-title {
  color: #ffffff;
}
.cid-uKmB6gyNpO .mbr-section-title,
.cid-uKmB6gyNpO .mbr-section-btn {
  text-align: center;
  color: #0c1844;
}
.cid-uLd385iVhC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLd385iVhC .container-fluid,
.cid-uLd385iVhC .container {
  position: relative;
}
.cid-uLd385iVhC .container-fluid::before,
.cid-uLd385iVhC .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #0c1844;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    display: none;
  }
}
.cid-uLd385iVhC .media-wrap {
  height: 300px;
}
.cid-uLd385iVhC .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLd385iVhC .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLd385iVhC .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper {
    background-color: #0c1844;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #c80036;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLd385iVhC .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .list {
    background-color: #0c1844;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLd385iVhC .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLd385iVhC .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLd385iVhC .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright {
    background-color: #0c1844;
  }
}
.cid-uLd385iVhC .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLd385iVhC .mbr-text {
  color: #bcbfca;
}
.cid-uLd385iVhC .mbr-desc {
  color: #ffffff;
}
.cid-uLd385iVhC .mbr-link {
  color: #ffb000;
}
.cid-uLd385iVhC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKmB6Azk3i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c1844;
}
.cid-uKmB6Azk3i p {
  text-align: center;
}
.cid-uKmB6Azk3i .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uKmB6Azk3i .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uKmB6Azk3i a {
  font-weight: normal;
}
.cid-uKmB6Azk3i .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-uKmB6Azk3i .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uKmB6Azk3i .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uKmB6Azk3i .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uKmB6Azk3i li a {
  position: relative;
}
.cid-uKmB6Azk3i li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-uKmB6Azk3i li a:hover:before {
  width: 100%;
}
.cid-uKmB6Azk3i .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f1f1f2;
  text-align: center;
}
.cid-uKmB6Azk3i .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-uKmB6Azk3i .d-flex {
    flex-direction: column;
  }
  .cid-uKmB6Azk3i .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-uKmB6Azk3i .icon-transition span {
  display: block;
}
.cid-uKmB6Azk3i .list-inline-item a {
  display: block;
}
.cid-uKmB6Azk3i .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKmB6Azk3i .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uKmB6Azk3i .icon-transition span {
  color: #f1f1f2;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uKmB6Azk3i .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-uKmB6Azk3i .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uKmB6Azk3i .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uKmB6Azk3i .logo-footer {
    text-align: center;
  }
  .cid-uKmB6Azk3i .social-media {
    justify-content: center;
  }
}
.cid-uL6lIGpgaj {
  z-index: 1000;
  width: 100%;
}
.cid-uL6lIGpgaj .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
  position: fixed;
}
.cid-uL6lIGpgaj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-uL6lIGpgaj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uL6lIGpgaj .menu_box .navbar.opened,
  .cid-uL6lIGpgaj .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uL6lIGpgaj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uL6lIGpgaj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uL6lIGpgaj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6lIGpgaj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uL6lIGpgaj .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uL6lIGpgaj .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uL6lIGpgaj .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #0c1844;
  }
  .cid-uL6lIGpgaj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uL6lIGpgaj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uL6lIGpgaj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uL6lIGpgaj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uL6lIGpgaj .offcanvas-body .mbr-text,
  .cid-uL6lIGpgaj .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uL6lIGpgaj .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uL6lIGpgaj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uL6lIGpgaj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c1844;
  }
  .cid-uL6lIGpgaj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uL6lIGpgaj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uL6lIGpgaj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uL6lIGpgaj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uL6lIGpgaj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uL6lIGpgaj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL6lIGpgaj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uL6lIGpgaj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uL6lIGpgaj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uL6lIGpgaj li.nav-item:hover {
    opacity: .8;
  }
  .cid-uL6lIGpgaj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uL6lIGpgaj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uL6lIGpgaj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uL6lIGpgaj .nav-item {
    margin: 0 !important;
  }
}
.cid-uL6lIGpgaj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uL6lIGpgaj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uL6lIGpgaj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uL6lIGpgaj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL6lIGpgaj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uL6lIGpgaj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uL6lIGpgaj .offcanvas_box {
    display: none;
  }
}
.cid-uL6lIGpgaj .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uL6lIGpgaj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uL6lIGpgaj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6lIGpgaj .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uL6lIGpgaj .container {
  display: flex;
  margin: auto;
}
.cid-uL6lIGpgaj .iconfont-wrapper {
  color: #0c1844;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uL6lIGpgaj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uL6lIGpgaj .iconfont-wrapper:hover {
  color: #ffffff;
}
.cid-uL6lIGpgaj .navbar-caption {
  color: #1e4381;
}
.cid-uL6lIGpgaj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uL6lIGpgaj .navbar-nav {
    margin: 0;
  }
}
.cid-uL6lIGpgaj .dropdown-menu,
.cid-uL6lIGpgaj .navbar.opened {
  background-color: false !important;
}
.cid-uL6lIGpgaj .nav-item:focus,
.cid-uL6lIGpgaj .nav-link:focus {
  outline: none;
}
.cid-uL6lIGpgaj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6lIGpgaj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6lIGpgaj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6lIGpgaj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6lIGpgaj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6lIGpgaj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6lIGpgaj .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uL6lIGpgaj .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6lIGpgaj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uL6lIGpgaj .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uL6lIGpgaj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uL6lIGpgaj .navbar.collapsed {
  justify-content: center;
}
.cid-uL6lIGpgaj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6lIGpgaj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL6lIGpgaj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6lIGpgaj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6lIGpgaj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6lIGpgaj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uL6lIGpgaj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6lIGpgaj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uL6lIGpgaj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uL6lIGpgaj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6lIGpgaj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6lIGpgaj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uL6lIGpgaj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6lIGpgaj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6lIGpgaj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6lIGpgaj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uL6lIGpgaj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uL6lIGpgaj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uL6lIGpgaj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6lIGpgaj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6lIGpgaj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uL6lIGpgaj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6lIGpgaj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6lIGpgaj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6lIGpgaj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL6lIGpgaj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6lIGpgaj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6lIGpgaj .dropdown-item.active,
.cid-uL6lIGpgaj .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6lIGpgaj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6lIGpgaj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6lIGpgaj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6lIGpgaj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6lIGpgaj ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uL6lIGpgaj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6lIGpgaj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-uL6lIGpgaj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c1844;
}
.cid-uL6lIGpgaj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6lIGpgaj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6lIGpgaj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6lIGpgaj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6lIGpgaj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6lIGpgaj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6lIGpgaj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6lIGpgaj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6lIGpgaj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uL6lIGpgaj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL6lIGpgaj .navbar {
    height: 70px;
  }
  .cid-uL6lIGpgaj .navbar.opened {
    height: auto;
  }
  .cid-uL6lIGpgaj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6lIGpgaj .mbr-section-btn .btn,
.cid-uL6lIGpgaj .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #ffb000 !important;
  box-shadow: none;
}
.cid-uL6lIGpgaj .mbr-section-btn .btn:hover,
.cid-uL6lIGpgaj .mbr-section-btn-main .btn:hover {
  color: #ffb000 !important;
  border: 1px solid #ffb000 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uL6lIGpgaj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uL6lIGpgaj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uL6lIGpgaj .navbar-caption:hover {
  color: #ffffff;
}
.cid-uL6lIGpgaj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uL6lIGpgaj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uL6lIGpgaj .text_widget {
  color: #ffffff;
}
.cid-uL6lIGpgaj .mbr-section-subtitle,
.cid-uL6lIGpgaj .text_widget {
  text-align: left;
}
.cid-uL6lIGpgaj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL6lIH50ta {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uL6lIH50ta .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uL6lIH50ta .row {
    padding: 0 12px;
  }
}
.cid-uL6lIH50ta .row::after {
  content: '';
  display: block;
  background: #0c1844;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uL6lIH50ta .row::after {
    display: none;
  }
}
.cid-uL6lIH50ta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6lIH50ta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6lIH50ta .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uL6lIH50ta .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-uL6lIH50ta .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-uL6lIH50ta .title {
  display: flex;
  align-items: center;
}
.cid-uL6lIH50ta .title-wrapper {
  z-index: 1;
}
.cid-uL6lIH50ta .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-uL6lIH50ta .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uL6lIH50ta .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uL6lIH50ta .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffb000;
  box-shadow: none;
}
.cid-uL6lIH50ta .title-wrapper .mbr-section-btn .btn:hover {
  background: #ffb000 !important;
  box-shadow: none !important;
}
.cid-uL6lIH50ta .mbr-section-title {
  color: #1e4381;
}
.cid-uL6lIH50ta .mbr-section-subtitle {
  color: #f3722f;
}
.cid-uL6lIH50ta .mbr-text {
  color: #000000;
}
.cid-uL6lIH50ta .mbr-section-title,
.cid-uL6lIH50ta .mbr-section-btn {
  color: #c80036;
}
.cid-uL7HR4bWYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uL7HR4bWYF .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uL7HR4bWYF .row {
    padding: 0 12px;
  }
}
.cid-uL7HR4bWYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7HR4bWYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7HR4bWYF .image-wrapper {
  position: relative;
}
.cid-uL7HR4bWYF .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
  border-radius: 0 0 100% 0;
}
.cid-uL7HR4bWYF .text-wrapper {
  padding: 60px 0 0 100px;
  padding: 60px 100px 0 0;
}
@media (max-width: 992px) {
  .cid-uL7HR4bWYF .text-wrapper {
    padding: 60px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uL7HR4bWYF .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uL7HR4bWYF .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uL7HR4bWYF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uL7HR4bWYF .mbr-section-title {
  color: #c80036;
}
.cid-uL7HR4bWYF .mbr-text {
  color: #0c1844;
}
.cid-uL7J1u6l9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uL7J1u6l9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7J1u6l9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7J1u6l9Q .row {
  justify-content: center;
}
.cid-uL7J1u6l9Q .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uL7J1u6l9Q .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uL7J1u6l9Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL7J1u6l9Q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uL7J1u6l9Q .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uL7J1u6l9Q .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL7J1u6l9Q .items-wrapper {
    display: block;
  }
}
.cid-uL7J1u6l9Q .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uL7J1u6l9Q .item {
    margin-bottom: 16px;
  }
}
.cid-uL7J1u6l9Q .item:hover,
.cid-uL7J1u6l9Q .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uL7J1u6l9Q .item:hover,
  .cid-uL7J1u6l9Q .item:focus {
    transform: none;
  }
}
.cid-uL7J1u6l9Q .item:hover .item-wrapper .item-img img,
.cid-uL7J1u6l9Q .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uL7J1u6l9Q .item .item-wrapper {
  height: 100%;
  background-color: #0c1844;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uL7J1u6l9Q .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uL7J1u6l9Q .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uL7J1u6l9Q .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL7J1u6l9Q .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uL7J1u6l9Q .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #cbff5b;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uL7J1u6l9Q .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uL7J1u6l9Q .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uL7J1u6l9Q .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uL7J1u6l9Q .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL7J1u6l9Q .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uL7J1u6l9Q .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uL7J1u6l9Q .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uL7J1u6l9Q .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uL7J1u6l9Q .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uL7J1u6l9Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL7J1u6l9Q .card-title {
  color: #ffffff;
}
.cid-uL7J1u6l9Q .card-text {
  color: #000000;
}
.cid-uL7J1u6l9Q .iconfont-wrapper {
  text-align: center;
}
.cid-uL7J1u6l9Q .mbr-tag {
  color: #000000;
}
.cid-uL7J1u6l9Q .mbr-section-title,
.cid-uL7J1u6l9Q .mbr-section-btn {
  color: #0c1844;
}
.cid-uL7J1u6l9Q .card-text,
.cid-uL7J1u6l9Q .mbr-section-btn {
  color: #ffffff;
}
.cid-uL7P6FjEz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uL7P6FjEz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7P6FjEz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7P6FjEz5 .row {
  padding: 1rem;
}
.cid-uL7P6FjEz5 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uL7P6FjEz5 .row {
    padding: 0 12px;
  }
}
.cid-uL7P6FjEz5 .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-uL7P6FjEz5 .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #f1f1f2;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uL7P6FjEz5 .row::after {
    display: none;
  }
}
.cid-uL7P6FjEz5 .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uL7P6FjEz5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL7P6FjEz5 .title-wrapper .mbr-section-title span {
  color: #0c1844;
}
.cid-uL7P6FjEz5 .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uL7P6FjEz5 .text-wrapper {
    padding: 0;
  }
}
.cid-uL7P6FjEz5 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uL7P6FjEz5 .mbr-section-title {
  color: #1e4381;
}
.cid-uL7P6FjEz5 .mbr-text {
  color: #1e4381;
}
.cid-uL6lIJfbMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL6lIJfbMT .row {
  position: relative;
}
.cid-uL6lIJfbMT .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #000000;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uL6lIJfbMT .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #000000;
  }
}
@media (max-width: 768px) {
  .cid-uL6lIJfbMT .row::after {
    display: none;
  }
}
.cid-uL6lIJfbMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6lIJfbMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6lIJfbMT .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uL6lIJfbMT .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #c80036;
}
.cid-uL6lIJfbMT .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffb000;
}
.cid-uL6lIJfbMT .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uL6lIJfbMT .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uL6lIJfbMT .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uL6lIJfbMT .mbr-section-title {
  color: #ffffff;
}
.cid-uL6lIJfbMT .mbr-section-title,
.cid-uL6lIJfbMT .mbr-section-btn {
  text-align: center;
  color: #0c1844;
}
.cid-uLd385iVhC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLd385iVhC .container-fluid,
.cid-uLd385iVhC .container {
  position: relative;
}
.cid-uLd385iVhC .container-fluid::before,
.cid-uLd385iVhC .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #0c1844;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    display: none;
  }
}
.cid-uLd385iVhC .media-wrap {
  height: 300px;
}
.cid-uLd385iVhC .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLd385iVhC .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLd385iVhC .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper {
    background-color: #0c1844;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #c80036;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLd385iVhC .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .list {
    background-color: #0c1844;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLd385iVhC .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLd385iVhC .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLd385iVhC .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright {
    background-color: #0c1844;
  }
}
.cid-uLd385iVhC .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLd385iVhC .mbr-text {
  color: #bcbfca;
}
.cid-uLd385iVhC .mbr-desc {
  color: #ffffff;
}
.cid-uLd385iVhC .mbr-link {
  color: #ffb000;
}
.cid-uLd385iVhC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uL6lIKaRaE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c1844;
}
.cid-uL6lIKaRaE p {
  text-align: center;
}
.cid-uL6lIKaRaE .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uL6lIKaRaE .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uL6lIKaRaE a {
  font-weight: normal;
}
.cid-uL6lIKaRaE .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-uL6lIKaRaE .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uL6lIKaRaE .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uL6lIKaRaE .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uL6lIKaRaE li a {
  position: relative;
}
.cid-uL6lIKaRaE li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-uL6lIKaRaE li a:hover:before {
  width: 100%;
}
.cid-uL6lIKaRaE .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f1f1f2;
  text-align: center;
}
.cid-uL6lIKaRaE .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-uL6lIKaRaE .d-flex {
    flex-direction: column;
  }
  .cid-uL6lIKaRaE .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-uL6lIKaRaE .icon-transition span {
  display: block;
}
.cid-uL6lIKaRaE .list-inline-item a {
  display: block;
}
.cid-uL6lIKaRaE .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6lIKaRaE .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uL6lIKaRaE .icon-transition span {
  color: #f1f1f2;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uL6lIKaRaE .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-uL6lIKaRaE .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uL6lIKaRaE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uL6lIKaRaE .logo-footer {
    text-align: center;
  }
  .cid-uL6lIKaRaE .social-media {
    justify-content: center;
  }
}
.cid-uLbtyTMbNm {
  z-index: 1000;
  width: 100%;
}
.cid-uLbtyTMbNm .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
  position: fixed;
}
.cid-uLbtyTMbNm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-uLbtyTMbNm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLbtyTMbNm .menu_box .navbar.opened,
  .cid-uLbtyTMbNm .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbtyTMbNm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbtyTMbNm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbtyTMbNm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbtyTMbNm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbtyTMbNm .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbtyTMbNm .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbtyTMbNm .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #0c1844;
  }
  .cid-uLbtyTMbNm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbtyTMbNm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbtyTMbNm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbtyTMbNm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbtyTMbNm .offcanvas-body .mbr-text,
  .cid-uLbtyTMbNm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLbtyTMbNm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLbtyTMbNm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbtyTMbNm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c1844;
  }
  .cid-uLbtyTMbNm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbtyTMbNm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbtyTMbNm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbtyTMbNm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbtyTMbNm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbtyTMbNm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbtyTMbNm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbtyTMbNm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbtyTMbNm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uLbtyTMbNm li.nav-item:hover {
    opacity: .8;
  }
  .cid-uLbtyTMbNm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLbtyTMbNm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbtyTMbNm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbtyTMbNm .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbtyTMbNm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbtyTMbNm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uLbtyTMbNm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbtyTMbNm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbtyTMbNm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbtyTMbNm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbtyTMbNm .offcanvas_box {
    display: none;
  }
}
.cid-uLbtyTMbNm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLbtyTMbNm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbtyTMbNm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLbtyTMbNm .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uLbtyTMbNm .container {
  display: flex;
  margin: auto;
}
.cid-uLbtyTMbNm .iconfont-wrapper {
  color: #0c1844;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbtyTMbNm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbtyTMbNm .iconfont-wrapper:hover {
  color: #ffffff;
}
.cid-uLbtyTMbNm .navbar-caption {
  color: #1e4381;
}
.cid-uLbtyTMbNm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbtyTMbNm .navbar-nav {
    margin: 0;
  }
}
.cid-uLbtyTMbNm .dropdown-menu,
.cid-uLbtyTMbNm .navbar.opened {
  background-color: false !important;
}
.cid-uLbtyTMbNm .nav-item:focus,
.cid-uLbtyTMbNm .nav-link:focus {
  outline: none;
}
.cid-uLbtyTMbNm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbtyTMbNm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbtyTMbNm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbtyTMbNm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbtyTMbNm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbtyTMbNm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbtyTMbNm .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uLbtyTMbNm .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbtyTMbNm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbtyTMbNm .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uLbtyTMbNm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbtyTMbNm .navbar.collapsed {
  justify-content: center;
}
.cid-uLbtyTMbNm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbtyTMbNm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbtyTMbNm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbtyTMbNm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbtyTMbNm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbtyTMbNm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbtyTMbNm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbtyTMbNm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbtyTMbNm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbtyTMbNm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbtyTMbNm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbtyTMbNm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbtyTMbNm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbtyTMbNm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbtyTMbNm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbtyTMbNm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbtyTMbNm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbtyTMbNm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbtyTMbNm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLbtyTMbNm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbtyTMbNm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbtyTMbNm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbtyTMbNm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbtyTMbNm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbtyTMbNm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbtyTMbNm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLbtyTMbNm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbtyTMbNm .dropdown-item.active,
.cid-uLbtyTMbNm .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbtyTMbNm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbtyTMbNm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbtyTMbNm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbtyTMbNm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbtyTMbNm ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uLbtyTMbNm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbtyTMbNm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-uLbtyTMbNm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c1844;
}
.cid-uLbtyTMbNm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbtyTMbNm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbtyTMbNm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbtyTMbNm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbtyTMbNm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbtyTMbNm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbtyTMbNm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbtyTMbNm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbtyTMbNm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbtyTMbNm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbtyTMbNm .navbar {
    height: 70px;
  }
  .cid-uLbtyTMbNm .navbar.opened {
    height: auto;
  }
  .cid-uLbtyTMbNm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbtyTMbNm .mbr-section-btn .btn,
.cid-uLbtyTMbNm .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #ffb000 !important;
  box-shadow: none;
}
.cid-uLbtyTMbNm .mbr-section-btn .btn:hover,
.cid-uLbtyTMbNm .mbr-section-btn-main .btn:hover {
  color: #ffb000 !important;
  border: 1px solid #ffb000 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uLbtyTMbNm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbtyTMbNm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uLbtyTMbNm .navbar-caption:hover {
  color: #ffffff;
}
.cid-uLbtyTMbNm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLbtyTMbNm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uLbtyTMbNm .text_widget {
  color: #ffffff;
}
.cid-uLbtyTMbNm .mbr-section-subtitle,
.cid-uLbtyTMbNm .text_widget {
  text-align: left;
}
.cid-uLbtyTMbNm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbvrxiKMw {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c1844;
}
.cid-uLbvrxiKMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbvrxiKMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbvrxiKMw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uLbvrxiKMw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLbvrxiKMw .container {
    padding: 0 24px;
  }
}
.cid-uLbvrxiKMw .row {
  position: relative;
}
.cid-uLbvrxiKMw .row .card {
  justify-content: center;
}
.cid-uLbvrxiKMw .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #c80036;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uLbvrxiKMw .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uLbvrxiKMw .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uLbvrxiKMw .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLbvrxiKMw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLbvrxiKMw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLbvrxiKMw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLbvrxiKMw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLbvrxiKMw .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uLbvrxiKMw .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uLbvrxiKMw .image-wrapper {
  position: relative;
}
.cid-uLbvrxiKMw .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLbvrxiKMw .image-wrapper img {
    height: 350px;
  }
}
.cid-uLbvrxiKMw .mbr-section-title {
  color: #F5DF4D;
}
.cid-uLbvrxiKMw .mbr-text {
  color: #FF3399;
}
.cid-uLbvrxiKMw .mbr-text,
.cid-uLbvrxiKMw .mbr-section-btn {
  color: #ffffff;
}
.cid-uLbvrxiKMw .mbr-section-title,
.cid-uLbvrxiKMw .mbr-section-btn {
  color: #ffb000;
}
.cid-uLbwvVWfQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uLbwvVWfQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbwvVWfQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbwvVWfQ5 .row {
  padding: 1rem;
}
.cid-uLbwvVWfQ5 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uLbwvVWfQ5 .row {
    padding: 0 12px;
  }
}
.cid-uLbwvVWfQ5 .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-uLbwvVWfQ5 .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uLbwvVWfQ5 .row::after {
    display: none;
  }
}
.cid-uLbwvVWfQ5 .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uLbwvVWfQ5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbwvVWfQ5 .title-wrapper .mbr-section-title span {
  color: #0c1844;
}
.cid-uLbwvVWfQ5 .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLbwvVWfQ5 .text-wrapper {
    padding: 0;
  }
}
.cid-uLbwvVWfQ5 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uLbwvVWfQ5 .mbr-section-title {
  color: #0c1844;
}
.cid-uLbwvVWfQ5 .mbr-text {
  color: #1e4381;
}
.cid-uLbwZj10Za {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uLbwZj10Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbwZj10Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbwZj10Za .row {
  padding: 1rem;
}
.cid-uLbwZj10Za .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f1f1f2;
  border-radius: 400px 0 0 0;
}
.cid-uLbwZj10Za .title-wrapper {
  padding-left: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLbwZj10Za .title-wrapper {
    padding: 0;
  }
}
.cid-uLbwZj10Za .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uLbwZj10Za .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLbwZj10Za .cards .card {
  margin-bottom: 20px;
}
.cid-uLbwZj10Za .cards .card .mbr-number {
  margin: 0;
}
.cid-uLbwZj10Za .cards .card .mbr-desc {
  margin: 0;
}
.cid-uLbwZj10Za .mbr-section-title {
  color: #0c1844;
}
.cid-uLbwZj10Za .mbr-text {
  color: #0c1844;
}
.cid-uLbwZj10Za .mbr-number {
  color: #ee2947;
}
.cid-uLbwZj10Za .mbr-desc {
  color: #1e4381;
  text-align: left;
}
.cid-uLbCDxBw3G {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uLbCDxBw3G .row {
  position: relative;
}
.cid-uLbCDxBw3G .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #0c1844;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uLbCDxBw3G .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #0c1844;
  }
}
@media (max-width: 768px) {
  .cid-uLbCDxBw3G .row::after {
    display: none;
  }
}
.cid-uLbCDxBw3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbCDxBw3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbCDxBw3G .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uLbCDxBw3G .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffffff;
}
.cid-uLbCDxBw3G .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffffff;
}
.cid-uLbCDxBw3G .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLbCDxBw3G .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uLbCDxBw3G .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uLbCDxBw3G .mbr-section-title {
  color: #ffffff;
}
.cid-uLbCDxBw3G .mbr-section-title,
.cid-uLbCDxBw3G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLbBgYxIZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uLbBgYxIZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbBgYxIZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbBgYxIZh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uLbBgYxIZh .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uLbBgYxIZh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLbBgYxIZh .container {
    padding: 0 16px;
  }
}
.cid-uLbBgYxIZh .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uLbBgYxIZh .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uLbBgYxIZh .item {
    margin-bottom: 24px;
  }
}
.cid-uLbBgYxIZh .item .item-wrapper {
  background-image: linear-gradient(135deg, #0c1844, #c80036 34%, #ffb000 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uLbBgYxIZh .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uLbBgYxIZh .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLbBgYxIZh .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLbBgYxIZh .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uLbBgYxIZh .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uLbBgYxIZh .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uLbBgYxIZh .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uLbBgYxIZh .card-title {
  color: #080808;
}
.cid-uLbBgYxIZh .card-text {
  color: #0c1844;
}
.cid-uLbtzbStfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLbtzbStfq .row {
  position: relative;
}
.cid-uLbtzbStfq .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #000000;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uLbtzbStfq .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #000000;
  }
}
@media (max-width: 768px) {
  .cid-uLbtzbStfq .row::after {
    display: none;
  }
}
.cid-uLbtzbStfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbtzbStfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbtzbStfq .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uLbtzbStfq .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffffff;
}
.cid-uLbtzbStfq .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffffff;
}
.cid-uLbtzbStfq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLbtzbStfq .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uLbtzbStfq .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uLbtzbStfq .mbr-section-title {
  color: #ffffff;
}
.cid-uLbtzbStfq .mbr-section-title,
.cid-uLbtzbStfq .mbr-section-btn {
  text-align: center;
  color: #0c1844;
}
.cid-uLd385iVhC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLd385iVhC .container-fluid,
.cid-uLd385iVhC .container {
  position: relative;
}
.cid-uLd385iVhC .container-fluid::before,
.cid-uLd385iVhC .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #0c1844;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    display: none;
  }
}
.cid-uLd385iVhC .media-wrap {
  height: 300px;
}
.cid-uLd385iVhC .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLd385iVhC .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLd385iVhC .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper {
    background-color: #0c1844;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #c80036;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLd385iVhC .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .list {
    background-color: #0c1844;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLd385iVhC .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLd385iVhC .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLd385iVhC .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright {
    background-color: #0c1844;
  }
}
.cid-uLd385iVhC .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLd385iVhC .mbr-text {
  color: #bcbfca;
}
.cid-uLd385iVhC .mbr-desc {
  color: #ffffff;
}
.cid-uLd385iVhC .mbr-link {
  color: #ffb000;
}
.cid-uLd385iVhC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLbtzhH1my {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c1844;
}
.cid-uLbtzhH1my p {
  text-align: center;
}
.cid-uLbtzhH1my .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uLbtzhH1my .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uLbtzhH1my a {
  font-weight: normal;
}
.cid-uLbtzhH1my .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-uLbtzhH1my .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uLbtzhH1my .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uLbtzhH1my .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uLbtzhH1my li a {
  position: relative;
}
.cid-uLbtzhH1my li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-uLbtzhH1my li a:hover:before {
  width: 100%;
}
.cid-uLbtzhH1my .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f1f1f2;
  text-align: center;
}
.cid-uLbtzhH1my .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-uLbtzhH1my .d-flex {
    flex-direction: column;
  }
  .cid-uLbtzhH1my .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-uLbtzhH1my .icon-transition span {
  display: block;
}
.cid-uLbtzhH1my .list-inline-item a {
  display: block;
}
.cid-uLbtzhH1my .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbtzhH1my .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uLbtzhH1my .icon-transition span {
  color: #f1f1f2;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uLbtzhH1my .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-uLbtzhH1my .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uLbtzhH1my .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uLbtzhH1my .logo-footer {
    text-align: center;
  }
  .cid-uLbtzhH1my .social-media {
    justify-content: center;
  }
}
.cid-uLcXp2lIv3 {
  z-index: 1000;
  width: 100%;
}
.cid-uLcXp2lIv3 .navbar-dropdown {
  background-color: #f1f1f2 !important;
  padding: 0;
  position: fixed;
}
.cid-uLcXp2lIv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f1f2 !important;
  background: #f1f1f2;
}
.cid-uLcXp2lIv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLcXp2lIv3 .menu_box .navbar.opened,
  .cid-uLcXp2lIv3 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLcXp2lIv3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLcXp2lIv3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLcXp2lIv3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLcXp2lIv3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLcXp2lIv3 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLcXp2lIv3 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLcXp2lIv3 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #0c1844;
  }
  .cid-uLcXp2lIv3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLcXp2lIv3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLcXp2lIv3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLcXp2lIv3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLcXp2lIv3 .offcanvas-body .mbr-text,
  .cid-uLcXp2lIv3 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLcXp2lIv3 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLcXp2lIv3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLcXp2lIv3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c1844;
  }
  .cid-uLcXp2lIv3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLcXp2lIv3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLcXp2lIv3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLcXp2lIv3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLcXp2lIv3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLcXp2lIv3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcXp2lIv3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLcXp2lIv3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLcXp2lIv3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uLcXp2lIv3 li.nav-item:hover {
    opacity: .8;
  }
  .cid-uLcXp2lIv3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLcXp2lIv3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLcXp2lIv3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLcXp2lIv3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLcXp2lIv3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLcXp2lIv3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uLcXp2lIv3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcXp2lIv3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcXp2lIv3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLcXp2lIv3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLcXp2lIv3 .offcanvas_box {
    display: none;
  }
}
.cid-uLcXp2lIv3 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLcXp2lIv3 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLcXp2lIv3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLcXp2lIv3 .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-uLcXp2lIv3 .container {
  display: flex;
  margin: auto;
}
.cid-uLcXp2lIv3 .iconfont-wrapper {
  color: #0c1844;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLcXp2lIv3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLcXp2lIv3 .iconfont-wrapper:hover {
  color: #ffffff;
}
.cid-uLcXp2lIv3 .navbar-caption {
  color: #1e4381;
}
.cid-uLcXp2lIv3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLcXp2lIv3 .navbar-nav {
    margin: 0;
  }
}
.cid-uLcXp2lIv3 .dropdown-menu,
.cid-uLcXp2lIv3 .navbar.opened {
  background-color: false !important;
}
.cid-uLcXp2lIv3 .nav-item:focus,
.cid-uLcXp2lIv3 .nav-link:focus {
  outline: none;
}
.cid-uLcXp2lIv3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLcXp2lIv3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcXp2lIv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLcXp2lIv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLcXp2lIv3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcXp2lIv3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLcXp2lIv3 .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uLcXp2lIv3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcXp2lIv3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLcXp2lIv3 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uLcXp2lIv3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcXp2lIv3 .navbar.collapsed {
  justify-content: center;
}
.cid-uLcXp2lIv3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcXp2lIv3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcXp2lIv3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcXp2lIv3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcXp2lIv3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcXp2lIv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLcXp2lIv3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLcXp2lIv3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLcXp2lIv3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLcXp2lIv3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcXp2lIv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcXp2lIv3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLcXp2lIv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcXp2lIv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLcXp2lIv3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLcXp2lIv3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLcXp2lIv3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLcXp2lIv3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLcXp2lIv3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLcXp2lIv3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLcXp2lIv3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLcXp2lIv3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLcXp2lIv3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLcXp2lIv3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLcXp2lIv3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLcXp2lIv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLcXp2lIv3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcXp2lIv3 .dropdown-item.active,
.cid-uLcXp2lIv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcXp2lIv3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcXp2lIv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcXp2lIv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcXp2lIv3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcXp2lIv3 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uLcXp2lIv3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcXp2lIv3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f1f2;
  background: #ffffff;
}
.cid-uLcXp2lIv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c1844;
}
.cid-uLcXp2lIv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcXp2lIv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcXp2lIv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcXp2lIv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcXp2lIv3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcXp2lIv3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcXp2lIv3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcXp2lIv3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcXp2lIv3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLcXp2lIv3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcXp2lIv3 .navbar {
    height: 70px;
  }
  .cid-uLcXp2lIv3 .navbar.opened {
    height: auto;
  }
  .cid-uLcXp2lIv3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcXp2lIv3 .mbr-section-btn .btn,
.cid-uLcXp2lIv3 .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #ffb000 !important;
  box-shadow: none;
}
.cid-uLcXp2lIv3 .mbr-section-btn .btn:hover,
.cid-uLcXp2lIv3 .mbr-section-btn-main .btn:hover {
  color: #ffb000 !important;
  border: 1px solid #ffb000 !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-uLcXp2lIv3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLcXp2lIv3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uLcXp2lIv3 .navbar-caption:hover {
  color: #ffffff;
}
.cid-uLcXp2lIv3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLcXp2lIv3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uLcXp2lIv3 .text_widget {
  color: #ffffff;
}
.cid-uLcXp2lIv3 .mbr-section-subtitle,
.cid-uLcXp2lIv3 .text_widget {
  text-align: left;
}
.cid-uLcXp2lIv3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLcZzItwbh {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #c80036;
  position: relative;
}
.cid-uLcZzItwbh::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#0c1844 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uLcZzItwbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcZzItwbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcZzItwbh .row {
  justify-content: center;
}
.cid-uLcZzItwbh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uLcZzItwbh .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLcZzItwbh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uLcZzItwbh .mbr-section-title {
  color: #ffffff;
}
.cid-uLcZzItwbh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLcZzItwbh .mbr-section-title,
.cid-uLcZzItwbh .mbr-section-btn {
  text-align: center;
}
.cid-uLd07FRBAk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uLd07FRBAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLd07FRBAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLd07FRBAk .items-wrap {
  justify-content: space-between;
}
.cid-uLd07FRBAk .items-wrap .card {
  justify-content: center;
}
.cid-uLd07FRBAk .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uLd07FRBAk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLd07FRBAk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLd07FRBAk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLd07FRBAk .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLd07FRBAk .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLd07FRBAk .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLd07FRBAk .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLd07FRBAk .image-wrapper img {
    height: 350px;
  }
}
.cid-uLd07FRBAk .mbr-desc {
  color: #000000;
}
.cid-uLd07FRBAk .mbr-section-title {
  color: #0c1844;
}
.cid-uLd07FRBAk .mbr-text {
  color: #000000;
}
.cid-uLd07FRBAk .mbr-text,
.cid-uLd07FRBAk .mbr-section-btn {
  color: #0c1844;
}
.cid-uLcXp8hE7k {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uLcXp8hE7k .row {
  position: relative;
}
.cid-uLcXp8hE7k .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #0c1844;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uLcXp8hE7k .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #0c1844;
  }
}
@media (max-width: 768px) {
  .cid-uLcXp8hE7k .row::after {
    display: none;
  }
}
.cid-uLcXp8hE7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcXp8hE7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcXp8hE7k .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uLcXp8hE7k .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #0c1844;
}
.cid-uLcXp8hE7k .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #c80036;
}
.cid-uLcXp8hE7k .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLcXp8hE7k .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uLcXp8hE7k .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uLcXp8hE7k .mbr-section-title {
  color: #ffffff;
}
.cid-uLcXp8hE7k .mbr-section-title,
.cid-uLcXp8hE7k .mbr-section-btn {
  text-align: center;
  color: #0c1844;
}
.cid-uLd0SCaRND {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-uLd0SCaRND .row {
  justify-content: center;
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uLd0SCaRND .row {
    padding: 0 12px;
  }
}
.cid-uLd0SCaRND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLd0SCaRND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLd0SCaRND .card-wrapper {
  margin-bottom: 35px;
}
.cid-uLd0SCaRND .card-wrapper .mbr-number {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uLd0SCaRND .card-wrapper .mbr-number {
    margin-bottom: 0;
  }
}
.cid-uLd0SCaRND .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .cid-uLd0SCaRND .card-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-uLd0SCaRND .card-wrapper .mbr-text {
  margin: 0;
}
.cid-uLd0SCaRND .mbr-number {
  color: #ee2947;
}
.cid-uLd0SCaRND .mbr-section-title {
  color: #c80036;
}
.cid-uLd0SCaRND .mbr-text {
  color: #0c1844;
}
.cid-uLdwSsg6Mi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uLdwSsg6Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdwSsg6Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdwSsg6Mi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLdwSsg6Mi .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uLdwSsg6Mi .items-wrapper {
  margin: 0 -10px;
}
.cid-uLdwSsg6Mi .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLdwSsg6Mi .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uLdwSsg6Mi .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uLdwSsg6Mi .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uLdwSsg6Mi .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uLdwSsg6Mi .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uLdwSsg6Mi .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLdwSsg6Mi .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uLdwSsg6Mi .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uLdwSsg6Mi .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uLdwSsg6Mi .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uLdwSsg6Mi .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLdwSsg6Mi .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #0c1844, #232323 50%);
}
.cid-uLdwSsg6Mi .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #c80036, #232323 50%);
}
.cid-uLdwSsg6Mi .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffb000, #232323 50%);
}
.cid-uLdwSsg6Mi .mbr-section-title,
.cid-uLdwSsg6Mi .title-wrapper {
  color: #0c1844;
  text-align: center;
}
.cid-uLdwSsg6Mi .item-title {
  color: #ffffff;
}
.cid-uLdwSsg6Mi .item-text {
  color: #ffffff;
}
.cid-uLcXpb44kO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLcXpb44kO .row {
  position: relative;
}
.cid-uLcXpb44kO .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #c80036;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uLcXpb44kO .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #c80036;
  }
}
@media (max-width: 768px) {
  .cid-uLcXpb44kO .row::after {
    display: none;
  }
}
.cid-uLcXpb44kO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcXpb44kO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcXpb44kO .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-uLcXpb44kO .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffffff;
}
.cid-uLcXpb44kO .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #ffffff;
}
.cid-uLcXpb44kO .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLcXpb44kO .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.cid-uLcXpb44kO .title-wrapper .mbr-section-btn .btn:hover {
  color: #c80036 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-uLcXpb44kO .mbr-section-title {
  color: #ffffff;
}
.cid-uLcXpb44kO .mbr-section-title,
.cid-uLcXpb44kO .mbr-section-btn {
  text-align: center;
  color: #0c1844;
}
.cid-uLd385iVhC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLd385iVhC .container-fluid,
.cid-uLd385iVhC .container {
  position: relative;
}
.cid-uLd385iVhC .container-fluid::before,
.cid-uLd385iVhC .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #0c1844;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .container-fluid::before,
  .cid-uLd385iVhC .container::before {
    display: none;
  }
}
.cid-uLd385iVhC .media-wrap {
  height: 300px;
}
.cid-uLd385iVhC .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLd385iVhC .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLd385iVhC .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper {
    background-color: #0c1844;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLd385iVhC .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #c80036;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLd385iVhC .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLd385iVhC .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .list {
    background-color: #0c1844;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLd385iVhC .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLd385iVhC .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLd385iVhC .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright {
    background-color: #0c1844;
  }
}
.cid-uLd385iVhC .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLd385iVhC .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLd385iVhC .mbr-text {
  color: #bcbfca;
}
.cid-uLd385iVhC .mbr-desc {
  color: #ffffff;
}
.cid-uLd385iVhC .mbr-link {
  color: #ffb000;
}
.cid-uLd385iVhC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLcXpdVCJs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c1844;
}
.cid-uLcXpdVCJs p {
  text-align: center;
}
.cid-uLcXpdVCJs .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uLcXpdVCJs .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uLcXpdVCJs a {
  font-weight: normal;
}
.cid-uLcXpdVCJs .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-uLcXpdVCJs .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uLcXpdVCJs .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uLcXpdVCJs .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uLcXpdVCJs li a {
  position: relative;
}
.cid-uLcXpdVCJs li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-uLcXpdVCJs li a:hover:before {
  width: 100%;
}
.cid-uLcXpdVCJs .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f1f1f2;
  text-align: center;
}
.cid-uLcXpdVCJs .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-uLcXpdVCJs .d-flex {
    flex-direction: column;
  }
  .cid-uLcXpdVCJs .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-uLcXpdVCJs .icon-transition span {
  display: block;
}
.cid-uLcXpdVCJs .list-inline-item a {
  display: block;
}
.cid-uLcXpdVCJs .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLcXpdVCJs .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcXpdVCJs .icon-transition span {
  color: #f1f1f2;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uLcXpdVCJs .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-uLcXpdVCJs .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uLcXpdVCJs .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uLcXpdVCJs .logo-footer {
    text-align: center;
  }
  .cid-uLcXpdVCJs .social-media {
    justify-content: center;
  }
}
