body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Audiowide', display;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #ffee00 !important;
}
.bg-success {
  background-color: #8c8c8c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #99c392 !important;
}
.bg-danger {
  background-color: #6ba262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffee00 !important;
  border-color: #ffee00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a89d00 !important;
  border-color: #a89d00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e3aa7 !important;
  border-color: #0e3aa7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #071e57 !important;
  border-color: #071e57 !important;
}
.btn-info,
.btn-info: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-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #99c392 !important;
  border-color: #99c392 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #65a45a !important;
  border-color: #65a45a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6ba262 !important;
  border-color: #6ba262 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #476d40 !important;
  border-color: #476d40 !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.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.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: #ffee00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a89d00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffee00 !important;
  border-color: #ffee00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0e3aa7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #071e57 !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: #0e3aa7 !important;
  border-color: #0e3aa7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8c8c8c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #616161 !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: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99c392;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #65a45a !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: #99c392 !important;
  border-color: #99c392 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ba262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #476d40 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6ba262 !important;
  border-color: #6ba262 !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: #ffee00 !important;
}
.text-secondary {
  color: #0e3aa7 !important;
}
.text-success {
  color: #8c8c8c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #99c392 !important;
}
.text-danger {
  color: #6ba262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #998f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #061949 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #595959 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5f9a55 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #40633b !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: #ffee00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #99c392;
}
.alert-danger {
  background-color: #6ba262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffee00;
  border-color: #ffee00;
  color: #191800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffee00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e6f0e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6d1b2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffee00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffee00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffee00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffee00;
}
.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: #ffee00;
  border-bottom-color: #ffee00;
}
.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: #ffee00 !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: #0e3aa7 !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='%23ffee00' %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;
}
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-white,
.btn-black {
  padding: 15px !important;
  min-width: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tbW55t7jzO {
  z-index: 1000;
  width: 100%;
}
.cid-tbW55t7jzO .navbar-dropdown {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-tbW55t7jzO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0) !important;
  background: #ffffff;
}
.cid-tbW55t7jzO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .menu_box .navbar.opened,
  .cid-tbW55t7jzO .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbW55t7jzO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbW55t7jzO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tbW55t7jzO .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbW55t7jzO .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbW55t7jzO .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tbW55t7jzO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbW55t7jzO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbW55t7jzO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbW55t7jzO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbW55t7jzO .offcanvas-body .mbr-text,
  .cid-tbW55t7jzO .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbW55t7jzO .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbW55t7jzO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbW55t7jzO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbW55t7jzO .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-tbW55t7jzO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbW55t7jzO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tbW55t7jzO .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbW55t7jzO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbW55t7jzO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .nav-item {
    margin: 0 !important;
  }
}
.cid-tbW55t7jzO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbW55t7jzO .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-tbW55t7jzO .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-tbW55t7jzO .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-tbW55t7jzO .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-tbW55t7jzO .dropdown-menu .dropdown-item:hover {
    color: #ffee00;
  }
  .cid-tbW55t7jzO .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbW55t7jzO .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-tbW55t7jzO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbW55t7jzO .offcanvas_box {
    display: none;
  }
}
.cid-tbW55t7jzO .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbW55t7jzO .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbW55t7jzO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbW55t7jzO .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbW55t7jzO .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbW55t7jzO .container {
  display: flex;
  margin: auto;
}
.cid-tbW55t7jzO .iconfont-wrapper {
  color: #ffffff;
  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-tbW55t7jzO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbW55t7jzO .iconfont-wrapper:hover {
  color: #ffee00;
}
.cid-tbW55t7jzO .navbar-caption {
  color: #000000;
}
.cid-tbW55t7jzO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbW55t7jzO .navbar-nav {
    margin: 0;
  }
}
.cid-tbW55t7jzO .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbW55t7jzO .dropdown-menu,
.cid-tbW55t7jzO .navbar.opened {
  background-color: true !important;
}
.cid-tbW55t7jzO .nav-item:focus,
.cid-tbW55t7jzO .nav-link:focus {
  outline: none;
}
.cid-tbW55t7jzO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbW55t7jzO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbW55t7jzO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbW55t7jzO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbW55t7jzO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbW55t7jzO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbW55t7jzO .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tbW55t7jzO .navbar.opened {
  transition: all 0.3s;
}
.cid-tbW55t7jzO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbW55t7jzO .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-tbW55t7jzO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbW55t7jzO .navbar.collapsed {
  justify-content: center;
}
.cid-tbW55t7jzO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbW55t7jzO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbW55t7jzO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbW55t7jzO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbW55t7jzO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbW55t7jzO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbW55t7jzO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbW55t7jzO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbW55t7jzO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbW55t7jzO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbW55t7jzO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbW55t7jzO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbW55t7jzO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbW55t7jzO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbW55t7jzO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbW55t7jzO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbW55t7jzO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbW55t7jzO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbW55t7jzO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbW55t7jzO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbW55t7jzO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbW55t7jzO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbW55t7jzO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbW55t7jzO .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-tbW55t7jzO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbW55t7jzO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbW55t7jzO .dropdown-item.active,
.cid-tbW55t7jzO .dropdown-item:active {
  background-color: transparent;
}
.cid-tbW55t7jzO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbW55t7jzO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbW55t7jzO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbW55t7jzO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbW55t7jzO ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbW55t7jzO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbW55t7jzO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #0c235c;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbW55t7jzO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbW55t7jzO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbW55t7jzO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbW55t7jzO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbW55t7jzO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbW55t7jzO .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-tbW55t7jzO .navbar {
    height: 70px;
  }
  .cid-tbW55t7jzO .navbar.opened {
    height: auto;
  }
  .cid-tbW55t7jzO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbW55t7jzO .mbr-section-btn .btn,
.cid-tbW55t7jzO .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbW55t7jzO .mbr-section-btn .btn:first-child,
.cid-tbW55t7jzO .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbW55t7jzO .mbr-section-btn .btn:focus,
.cid-tbW55t7jzO .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbW55t7jzO .mbr-section-btn .btn span,
.cid-tbW55t7jzO .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c235c;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbW55t7jzO .mbr-section-btn .btn:hover,
.cid-tbW55t7jzO .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-tbW55t7jzO .mbr-section-btn .btn:hover span,
.cid-tbW55t7jzO .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbW55t7jzO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbW55t7jzO .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbW55t7jzO .navbar-caption:hover {
  color: #ffee00;
}
.cid-tbW55t7jzO .nav-link:hover {
  color: #ffee00;
}
.cid-tbW55t7jzO .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-tbW55t7jzO .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbW55t7jzO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbW55t7jzO .mbr-section-subtitle,
.cid-tbW55t7jzO .text_widget {
  text-align: left;
}
.cid-tbW55t7jzO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vveUt4wj0F {
  background-image: url("../../../assets/images/whatsapp20image202026-09-1220at2010.33.5220am-1296x584.jpg");
}
.cid-vveUt4wj0F .main-container {
  width: 100%;
}
.cid-vveUt4wj0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vveUt4wj0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vveUt4wj0F .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vveUt4wj0F .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vveUt4wj0F .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vveUt4wj0F .mbr-section-title {
  color: #FFFFFF;
}
.cid-tbW5pbRVUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp20image202026-09-1220at2010.34.1920am-960x540.jpg");
}
.cid-tbW5pbRVUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW5pbRVUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW5pbRVUT .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbW5pbRVUT .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbW5pbRVUT .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbW5pbRVUT .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbW5pbRVUT .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tbW5pbRVUT .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbW5pbRVUT .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tbW5pbRVUT .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tbW5pbRVUT .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tbW5pbRVUT .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tbW5pbRVUT .mbr-section-title {
  color: #FFFFFF;
}
.cid-tbW5pbRVUT .mbr-section-title,
.cid-tbW5pbRVUT .mbr-section-btn {
  text-align: center;
}
.cid-tbW5i9lnKN {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tbW5i9lnKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW5i9lnKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW5i9lnKN .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbW5i9lnKN .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbW5i9lnKN .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbW5i9lnKN .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde448;
  color: #051744;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbW5i9lnKN .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tbW5i9lnKN .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbW5i9lnKN .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #0c235c;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tbW5i9lnKN .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-tbW5i9lnKN .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tbW5i9lnKN .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-tbW5i9lnKN .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tbW5i9lnKN .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-tbW5i9lnKN .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tbW5i9lnKN .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-tbW5i9lnKN .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tbW5i9lnKN .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-tbW5i9lnKN .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tbW5i9lnKN .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-tbW5i9lnKN .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-tbW5i9lnKN .mbr-desc {
  color: #FFFFFF;
}
.cid-tbW5i9lnKN .mbr-text {
  color: #FFFFFF;
}
.cid-tbW5i9lnKN .mbr-text,
.cid-tbW5i9lnKN .mbr-section-btn {
  text-align: center;
}
.cid-vveKPAffo1 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp20image202026-09-1420at2012.42.0720pm201-960x540.jpg");
}
.cid-vveKPAffo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vveKPAffo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vveKPAffo1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vveKPAffo1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vveKPAffo1 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vveKPAffo1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vveKPAffo1 .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vveKPAffo1 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vveKPAffo1 .mbr-section-title {
  color: #47201c;
}
.cid-vveKPAffo1 .mbr-text,
.cid-vveKPAffo1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vveKPAffo1 .mbr-section-title,
.cid-vveKPAffo1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vuQ68R6GSA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vuQ68R6GSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuQ68R6GSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuQ68R6GSA .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vuQ68R6GSA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vuQ68R6GSA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vuQ68R6GSA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vuQ68R6GSA .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vuQ68R6GSA .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vuQ68R6GSA .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vuQ68R6GSA .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-vuQ68R6GSA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #000000;
  border: none;
}
.cid-vuQ68R6GSA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
  background-color: #fde448;
}
.cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-vuQ68R6GSA .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vuQ68R6GSA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vuQ68R6GSA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vuQ68R6GSA .item-title {
  color: #ffffff;
}
.cid-vuQ68R6GSA .item-text {
  color: #ffffff;
}
.cid-tbW5uWf9B0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c235c;
}
.cid-tbW5uWf9B0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW5uWf9B0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW5uWf9B0 .title-wrapper {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin: 0 160px 200px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tbW5uWf9B0 .title-wrapper {
    padding-top: 12px;
    margin: 0 30px 100px;
  }
}
.cid-tbW5uWf9B0 .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tbW5uWf9B0 .cards {
  padding: 0 175px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tbW5uWf9B0 .cards {
    padding: 0 43px;
  }
}
.cid-tbW5uWf9B0 .cards .card:first-child {
  padding: 0 35px 0 0;
}
@media (min-width: 1400px) {
  .cid-tbW5uWf9B0 .cards .card:first-child {
    padding: 0 85px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-tbW5uWf9B0 .cards .card:first-child {
    padding: 0;
  }
}
.cid-tbW5uWf9B0 .cards .card:nth-child(2) {
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .cid-tbW5uWf9B0 .cards .card:nth-child(2) {
    padding: 0 55px;
  }
}
@media (max-width: 992px) {
  .cid-tbW5uWf9B0 .cards .card:nth-child(2) {
    padding: 0;
  }
}
.cid-tbW5uWf9B0 .cards .card:last-child {
  padding: 0 0 0 35px;
}
@media (min-width: 1400px) {
  .cid-tbW5uWf9B0 .cards .card:last-child {
    padding: 0 0 0 85px;
  }
}
@media (max-width: 992px) {
  .cid-tbW5uWf9B0 .cards .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tbW5uWf9B0 .cards .card {
    margin-bottom: 60px;
  }
}
.cid-tbW5uWf9B0 .cards .card .card-wrapper {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tbW5uWf9B0 .cards .card .card-wrapper {
    padding-top: 12px;
  }
}
.cid-tbW5uWf9B0 .cards .card .card-wrapper .mbr-text {
  margin: 0;
}
.cid-tbW5uWf9B0 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tbW5uWf9B0 .mbr-text {
  color: #FFFFFF;
}
.cid-tbW5AHqCIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gruas20ortiz19-1280x720.jpg");
}
.cid-tbW5AHqCIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW5AHqCIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW5AHqCIZ .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tbW5AHqCIZ .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tbW5AHqCIZ .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tbW5AHqCIZ .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-tbW5AHqCIZ .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tbW5AHqCIZ .text-wrapper .mbr-text {
  margin: 40px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tbW5AHqCIZ .text-wrapper .mbr-text {
    margin: 20px 0 0 0;
  }
}
.cid-tbW5AHqCIZ .mbr-section-title {
  color: #ffffff;
}
.cid-tbW5AHqCIZ .mbr-desc {
  color: #ffffff;
}
.cid-tbW5AHqCIZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tbW5jLzUyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbW5jLzUyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW5jLzUyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW5jLzUyR .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbW5jLzUyR .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbW5jLzUyR .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbW5jLzUyR .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbW5jLzUyR .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-tbW5jLzUyR .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbW5jLzUyR .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 200px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tbW5jLzUyR .title-container {
    display: block;
    margin: 0 30px 100px;
    padding: 12px 0 0 0;
  }
}
.cid-tbW5jLzUyR .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tbW5jLzUyR .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-tbW5jLzUyR .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tbW5jLzUyR .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tbW5jLzUyR .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tbW5jLzUyR .cards {
    margin: 0 16px;
  }
}
@media (max-width: 1040px) {
  .cid-tbW5jLzUyR .cards .card {
    padding: 0 12px;
  }
}
.cid-tbW5jLzUyR .cards .card .mbr-amount {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #124ad6;
}
@media (max-width: 992px) {
  .cid-tbW5jLzUyR .cards .card .mbr-amount {
    padding-bottom: 12px;
  }
}
.cid-tbW5jLzUyR .cards .card .mbr-desc {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tbW5jLzUyR .cards .card .mbr-desc {
    margin: 12px 0 0 0;
  }
}
.cid-tbW5jLzUyR .mbr-section-title {
  color: #000000;
}
.cid-tbW5jLzUyR .mbr-amount {
  color: #124ad6;
}
.cid-tbW5jLzUyR .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tbW5HXtAUT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbW5HXtAUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbW5HXtAUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbW5HXtAUT .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbW5HXtAUT .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbW5HXtAUT .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbW5HXtAUT .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbW5HXtAUT .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-tbW5HXtAUT .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbW5HXtAUT .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .tab-content {
    margin: 0 30px;
  }
}
.cid-tbW5HXtAUT .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-tbW5HXtAUT .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-tbW5HXtAUT .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0936a7;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-tbW5HXtAUT .nav {
  align-items: center;
}
.cid-tbW5HXtAUT .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-tbW5HXtAUT .nav-tabs {
    margin-left: 30px;
  }
}
.cid-tbW5HXtAUT .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-tbW5HXtAUT .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-tbW5HXtAUT .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-tbW5HXtAUT .nav-tabs .nav-link.active p {
  display: block;
  color: #0936a7;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-tbW5HXtAUT .mbr-section-title {
  color: #FFFFFF;
}
.cid-tbW5HXtAUT .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tbW5HXtAUT .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tbW5HXtAUT .mbr-amount {
  color: #FFFFFF;
}
.cid-tbW5HXtAUT .mbr-desc {
  color: #FFFFFF;
}
.cid-vuQ2F79dtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuQ2F79dtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuQ2F79dtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuQ2F79dtP .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vuQ2F79dtP .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vuQ2F79dtP .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vuQ2F79dtP .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vuQ2F79dtP .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vuQ2F79dtP .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vuQ2F79dtP .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vuQ2F79dtP .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-vuQ2F79dtP .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vuQ2F79dtP .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-vuQ2F79dtP .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vuQ2F79dtP .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vuQ2F79dtP .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vuQ2F79dtP .cards {
    margin: 0 30px;
  }
}
.cid-vuQ2F79dtP .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vuQ2F79dtP .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-vuQ2F79dtP .cards .card {
    margin-bottom: 40px;
  }
}
.cid-vuQ2F79dtP .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #124ad6;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vuQ2F79dtP .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vuQ2F79dtP .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-vuQ2F79dtP .cards .card .card-title {
  margin-bottom: 0;
}
.cid-vuQ2F79dtP .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vuQ2F79dtP .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-vuQ2F79dtP .mbr-section-title {
  color: #000000;
}
.cid-vuQ2F79dtP .card-title {
  color: #000000;
}
.cid-vuQ2F79dtP .mbr-text {
  color: #000000;
}
.cid-vuQrVcX9c7 {
  background-image: url("../../../assets/images/image2040-1520x1035.png");
}
.cid-vuQrVcX9c7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuQrVcX9c7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuQrVcX9c7 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vuQrVcX9c7 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vuQrVcX9c7 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vuQrVcX9c7 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vuQrVcX9c7 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vuQrVcX9c7 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vuQrVcX9c7 .text {
  display: flex;
  align-items: flex-end;
  height: 48rem;
}
@media (max-width: 992px) {
  .cid-vuQrVcX9c7 .text {
    height: 100%;
  }
}
.cid-vuQrVcX9c7 .text .text-wrapper {
  z-index: 1;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vuQrVcX9c7 .text .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vuQrVcX9c7 .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vuQrVcX9c7 .text .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vuQrVcX9c7 .text .text-wrapper .text-container {
  width: 100%;
}
.cid-vuQrVcX9c7 .text .text-wrapper .text-container .mbr-text {
  margin-bottom: 30px;
  width: 50%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vuQrVcX9c7 .text .text-wrapper .text-container .mbr-text {
    margin-bottom: 15px;
    width: 100%;
  }
}
.cid-vuQrVcX9c7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vuQrVcX9c7 .mbr-text {
  color: #FFFFFF;
  text-align: justify;
}
.cid-vv29F21Itt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vv29F21Itt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv29F21Itt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv29F21Itt .content-wrap {
  margin: 0 -10px;
}
.cid-vv29F21Itt .content-wrap .card {
  padding: 0 10px;
}
.cid-vv29F21Itt .title-wrapper {
  height: 100%;
  padding-right: 12px;
  border-right: 1px solid #d1d1d1;
}
@media (max-width: 992px) {
  .cid-vv29F21Itt .title-wrapper {
    border-right: none;
  }
}
.cid-vv29F21Itt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vv29F21Itt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vv29F21Itt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vv29F21Itt .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vv29F21Itt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vv29F21Itt .embla__slide .slide-content {
  width: 100%;
}
.cid-vv29F21Itt .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 20px 12px;
}
@media (max-width: 768px) {
  .cid-vv29F21Itt .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vv29F21Itt .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vv29F21Itt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 45px;
  object-fit: cover;
}
.cid-vv29F21Itt .embla__button--next,
.cid-vv29F21Itt .embla__button--prev {
  display: flex;
}
.cid-vv29F21Itt .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vv29F21Itt .embla__button:hover {
  background-color: #e6e6e6 !important;
  color: #707070 !important;
}
.cid-vv29F21Itt .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vv29F21Itt .embla__button.embla__button--prev {
  left: 0;
}
.cid-vv29F21Itt .embla__button.embla__button--next {
  left: 50px;
}
.cid-vv29F21Itt .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
.cid-vv29F21Itt .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vv29F21Itt .embla__viewport {
    padding: 0;
  }
}
.cid-vv29F21Itt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vv29F21Itt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vv29F21Itt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vv29F21Itt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vv29F21Itt .border-wrap {
  padding-top: 48px;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 992px) {
  .cid-vv29F21Itt .border-wrap {
    padding-top: 20px;
  }
}
.cid-vv29F21Itt .mbr-section-title {
  color: #000000;
}
.cid-vuQ4TCUkas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuQ4TCUkas .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuQ4TCUkas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuQ4TCUkas .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vuQ4TCUkas .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vuQ4TCUkas .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vuQ4TCUkas .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c235c;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vuQ4TCUkas .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vuQ4TCUkas .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vuQ4TCUkas .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .tab-content {
    margin: 0 30px;
  }
}
.cid-vuQ4TCUkas .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vuQ4TCUkas .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vuQ4TCUkas .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0c235c;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vuQ4TCUkas .nav {
  align-items: center;
}
.cid-vuQ4TCUkas .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vuQ4TCUkas .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vuQ4TCUkas .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vuQ4TCUkas .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vuQ4TCUkas .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vuQ4TCUkas .nav-tabs .nav-link.active p {
  display: block;
  color: #0c235c;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vuQ4TCUkas .mbr-section-title {
  color: #FFFFFF;
}
.cid-vuQ4TCUkas .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vuQ4TCUkas .mbr-text {
  color: #FFFFFF;
}
.cid-vuQ4TCUkas .mbr-amount {
  color: #FFFFFF;
}
.cid-vuQ4TCUkas .mbr-desc {
  color: #FFFFFF;
}
.cid-vuQtVVsw9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vuQtVVsw9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuQtVVsw9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuQtVVsw9z .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vuQtVVsw9z .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vuQtVVsw9z .content-wrapper .border_1 {
  left: 0;
}
.cid-vuQtVVsw9z .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vuQtVVsw9z .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vuQtVVsw9z .content-wrapper .border_3 {
  left: 50%;
}
.cid-vuQtVVsw9z .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vuQtVVsw9z .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vuQtVVsw9z .content-wrapper .border_5 {
  left: 100%;
}
.cid-vuQtVVsw9z .items-wrapper {
  margin: 0;
}
.cid-vuQtVVsw9z .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vuQtVVsw9z .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vuQtVVsw9z .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vuQtVVsw9z .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vuQtVVsw9z .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vuQtVVsw9z .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #0936a7;
  border-left: 1px solid #0936a7;
}
.cid-vuQtVVsw9z .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vuQtVVsw9z .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #0936a7;
  margin-bottom: 3px;
}
.cid-vuQtVVsw9z .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vuQtVVsw9z .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vuQtVVsw9z .image-wrapper {
  margin-left: 1px;
}
.cid-vuQtVVsw9z .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vuQtVVsw9z .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vuQtVVsw9z .content-wrap {
  padding: 0 56px;
}
@media (max-width: 1440px) {
  .cid-vuQtVVsw9z .content-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-vuQtVVsw9z .content-wrap {
    padding: 0;
  }
}
.cid-vuQtVVsw9z .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vuQtVVsw9z .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vuQtVVsw9z .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vuQtVVsw9z .mbr-label {
  color: #f0e226;
}
.cid-vuQtVVsw9z .mbr-text {
  color: #b3b2ae;
}
.cid-vuQFeVUa3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuQFeVUa3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuQFeVUa3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuQFeVUa3z .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vuQFeVUa3z .card {
    margin-bottom: 40px;
  }
}
.cid-vuQFeVUa3z .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vuQFeVUa3z .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vuQFeVUa3z .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vuQFeVUa3z .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vuQFeVUa3z .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vuQFeVUa3z .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vuQFeVUa3z .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vuQFeVUa3z .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vuQFeVUa3z img {
  border-radius: 0 !important;
}
.cid-vuQFeVUa3z .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vuQFeVUa3z .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vuQFeVUa3z .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vuQFeVUa3z .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vuQFeVUa3z .mbr-section-title {
  color: #ffffff;
}
.cid-vuQFeVUa3z .copyright {
  color: #ffffff;
}
.cid-vuQFeVUa3z .mbr-card-title {
  color: #ffffff;
}
.cid-vuQFeVUa3z .list {
  color: #000000;
}
.cid-vuQFeVUa3z .mbr-section-title,
.cid-vuQFeVUa3z .title-wrapper,
.cid-vuQFeVUa3z .social-wrapper {
  color: #0c235c;
}
.cid-vv2KTX34Go {
  z-index: 1000;
  width: 100%;
}
.cid-vv2KTX34Go .navbar-dropdown {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-vv2KTX34Go .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0) !important;
  background: #ffffff;
}
.cid-vv2KTX34Go .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vv2KTX34Go .menu_box .navbar.opened,
  .cid-vv2KTX34Go .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vv2KTX34Go nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vv2KTX34Go .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vv2KTX34Go .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vv2KTX34Go .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vv2KTX34Go .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vv2KTX34Go .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vv2KTX34Go .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vv2KTX34Go .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vv2KTX34Go .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vv2KTX34Go .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vv2KTX34Go .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vv2KTX34Go .offcanvas-body .mbr-text,
  .cid-vv2KTX34Go .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vv2KTX34Go .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vv2KTX34Go .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vv2KTX34Go .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vv2KTX34Go .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vv2KTX34Go .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vv2KTX34Go .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vv2KTX34Go .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vv2KTX34Go ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vv2KTX34Go .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vv2KTX34Go .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-vv2KTX34Go .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vv2KTX34Go li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vv2KTX34Go .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vv2KTX34Go .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vv2KTX34Go .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vv2KTX34Go .nav-item {
    margin: 0 !important;
  }
}
.cid-vv2KTX34Go .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vv2KTX34Go .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vv2KTX34Go .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vv2KTX34Go .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vv2KTX34Go .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vv2KTX34Go .dropdown-menu .dropdown-item:hover {
    color: #ffee00;
  }
  .cid-vv2KTX34Go .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vv2KTX34Go .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vv2KTX34Go .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-vv2KTX34Go .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vv2KTX34Go .offcanvas_box {
    display: none;
  }
}
.cid-vv2KTX34Go .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vv2KTX34Go .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vv2KTX34Go .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vv2KTX34Go .nav-link {
  position: relative;
  color: #000000;
}
.cid-vv2KTX34Go .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vv2KTX34Go .container {
  display: flex;
  margin: auto;
}
.cid-vv2KTX34Go .iconfont-wrapper {
  color: #ffffff;
  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-vv2KTX34Go .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vv2KTX34Go .iconfont-wrapper:hover {
  color: #ffee00;
}
.cid-vv2KTX34Go .navbar-caption {
  color: #000000;
}
.cid-vv2KTX34Go .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vv2KTX34Go .navbar-nav {
    margin: 0;
  }
}
.cid-vv2KTX34Go .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vv2KTX34Go .dropdown-menu,
.cid-vv2KTX34Go .navbar.opened {
  background-color: true !important;
}
.cid-vv2KTX34Go .nav-item:focus,
.cid-vv2KTX34Go .nav-link:focus {
  outline: none;
}
.cid-vv2KTX34Go .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vv2KTX34Go .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vv2KTX34Go .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vv2KTX34Go .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vv2KTX34Go .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vv2KTX34Go .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vv2KTX34Go .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-vv2KTX34Go .navbar.opened {
  transition: all 0.3s;
}
.cid-vv2KTX34Go .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vv2KTX34Go .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vv2KTX34Go .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vv2KTX34Go .navbar.collapsed {
  justify-content: center;
}
.cid-vv2KTX34Go .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vv2KTX34Go .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vv2KTX34Go .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vv2KTX34Go .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vv2KTX34Go .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vv2KTX34Go .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vv2KTX34Go .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vv2KTX34Go .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vv2KTX34Go .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vv2KTX34Go .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vv2KTX34Go .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vv2KTX34Go .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vv2KTX34Go .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vv2KTX34Go .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vv2KTX34Go .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vv2KTX34Go .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vv2KTX34Go .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vv2KTX34Go .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vv2KTX34Go .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vv2KTX34Go .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vv2KTX34Go .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vv2KTX34Go .navbar.navbar-short {
  min-height: 60px;
}
.cid-vv2KTX34Go .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vv2KTX34Go .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vv2KTX34Go .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-vv2KTX34Go .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vv2KTX34Go .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vv2KTX34Go .dropdown-item.active,
.cid-vv2KTX34Go .dropdown-item:active {
  background-color: transparent;
}
.cid-vv2KTX34Go .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vv2KTX34Go .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vv2KTX34Go .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vv2KTX34Go .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vv2KTX34Go ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vv2KTX34Go .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vv2KTX34Go button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #0c235c;
}
.cid-vv2KTX34Go button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vv2KTX34Go button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vv2KTX34Go button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vv2KTX34Go button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vv2KTX34Go button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vv2KTX34Go nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vv2KTX34Go nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vv2KTX34Go nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vv2KTX34Go nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vv2KTX34Go a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vv2KTX34Go .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-vv2KTX34Go .navbar {
    height: 70px;
  }
  .cid-vv2KTX34Go .navbar.opened {
    height: auto;
  }
  .cid-vv2KTX34Go .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vv2KTX34Go .mbr-section-btn .btn,
.cid-vv2KTX34Go .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vv2KTX34Go .mbr-section-btn .btn:first-child,
.cid-vv2KTX34Go .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vv2KTX34Go .mbr-section-btn .btn:focus,
.cid-vv2KTX34Go .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vv2KTX34Go .mbr-section-btn .btn span,
.cid-vv2KTX34Go .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c235c;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vv2KTX34Go .mbr-section-btn .btn:hover,
.cid-vv2KTX34Go .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vv2KTX34Go .mbr-section-btn .btn:hover span,
.cid-vv2KTX34Go .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vv2KTX34Go .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vv2KTX34Go .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vv2KTX34Go .navbar-caption:hover {
  color: #ffee00;
}
.cid-vv2KTX34Go .nav-link:hover {
  color: #ffee00;
}
.cid-vv2KTX34Go .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vv2KTX34Go .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vv2KTX34Go .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vv2KTX34Go .mbr-section-subtitle,
.cid-vv2KTX34Go .text_widget {
  text-align: left;
}
.cid-vv2KTX34Go a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vv2KTXL31g {
  background-image: url("../../../assets/images/gruas20ortiz15-1280x720.jpg");
}
.cid-vv2KTXL31g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2KTXL31g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2KTXL31g .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vv2KTXL31g .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vv2KTXL31g .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vv2KTXL31g .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vv2KTXL31g .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vv2KTXL31g .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-vv2KTXL31g .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-vv2KTXL31g .mbr-section-title,
.cid-vv2KTXL31g .mbr-section-btn {
  color: #ffffff;
}
.cid-vv2KTYxAVF {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vv2KTYxAVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2KTYxAVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2KTYxAVF .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vv2KTYxAVF .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vv2KTYxAVF .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vv2KTYxAVF .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde448;
  color: #051744;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vv2KTYxAVF .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vv2KTYxAVF .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vv2KTYxAVF .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #0c235c;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vv2KTYxAVF .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-vv2KTYxAVF .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vv2KTYxAVF .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-vv2KTYxAVF .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vv2KTYxAVF .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vv2KTYxAVF .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vv2KTYxAVF .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-vv2KTYxAVF .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vv2KTYxAVF .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-vv2KTYxAVF .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vv2KTYxAVF .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-vv2KTYxAVF .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-vv2KTYxAVF .mbr-desc {
  color: #FFFFFF;
  text-align: center;
}
.cid-vv2KTYxAVF .mbr-text {
  color: #FFFFFF;
}
.cid-vv2KTYxAVF .mbr-text,
.cid-vv2KTYxAVF .mbr-section-btn {
  text-align: justify;
}
.cid-vv2KTYXSQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gruas20ortiz3-1280x960.jpg");
}
.cid-vv2KTYXSQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2KTYXSQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2KTYXSQd .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vv2KTYXSQd .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vv2KTYXSQd .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vv2KTYXSQd .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vv2KTYXSQd .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vv2KTYXSQd .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vv2KTYXSQd .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
  padding: 80px 100px 80px 160px;
}
@media (max-width: 992px) {
  .cid-vv2KTYXSQd .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vv2KTYXSQd .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-vv2KTYXSQd .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vv2KTYXSQd .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-vv2KTYXSQd .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-vv2KTYXSQd .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-vv2KTYXSQd .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-vv2KTYXSQd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vv2KTYXSQd .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-vv2KTYXSQd .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vv2KTYXSQd .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vv2KTYXSQd .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-vv2KTYXSQd .mbr-link,
.cid-vv2KTYXSQd .mbr-iconfont {
  color: #8c8c8c;
}
.cid-vv2KTYXSQd .mbr-section-title {
  color: #000000;
}
.cid-vv2KTYXSQd .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vv2MEQyCgR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c235c;
}
.cid-vv2MEQyCgR .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-vv2MEQyCgR .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-vv2MEQyCgR .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vv2MEQyCgR .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-vv2MEQyCgR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vv2MEQyCgR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vv2MEQyCgR b,
.cid-vv2MEQyCgR strong {
  font-weight: 900;
}
.cid-vv2MEQyCgR img,
.cid-vv2MEQyCgR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vv2MEQyCgR .item:focus,
.cid-vv2MEQyCgR span:focus {
  outline: none;
}
.cid-vv2MEQyCgR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vv2MEQyCgR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vv2MEQyCgR .mbr-section-title {
  color: #ffffff;
}
.cid-vv2MEQyCgR .mbr-text,
.cid-vv2MEQyCgR .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-vv2MEQyCgR .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vv2MEQyCgR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vv2MEQyCgR .item-subtitle,
.cid-vv2MEQyCgR .item-content {
  text-align: center;
}
.cid-vv2NPVPbuW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c235c;
}
.cid-vv2NPVPbuW .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-vv2NPVPbuW .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-vv2NPVPbuW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vv2NPVPbuW .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-vv2NPVPbuW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vv2NPVPbuW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vv2NPVPbuW b,
.cid-vv2NPVPbuW strong {
  font-weight: 900;
}
.cid-vv2NPVPbuW img,
.cid-vv2NPVPbuW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vv2NPVPbuW .item:focus,
.cid-vv2NPVPbuW span:focus {
  outline: none;
}
.cid-vv2NPVPbuW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vv2NPVPbuW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vv2NPVPbuW .mbr-section-title {
  color: #17003b;
}
.cid-vv2NPVPbuW .mbr-text,
.cid-vv2NPVPbuW .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-vv2NPVPbuW .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vv2NPVPbuW .mbr-section-subtitle {
  color: #17003b;
}
.cid-vv2NPVPbuW .item-subtitle,
.cid-vv2NPVPbuW .item-content {
  text-align: center;
}
.cid-vv2PG8Yu3f {
  background-image: url("../../../assets/images/gruas20ortiz30-960x720.jpg");
}
.cid-vv2PG8Yu3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2PG8Yu3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2PG8Yu3f .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vv2PG8Yu3f .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vv2PG8Yu3f .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vv2PG8Yu3f .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vv2PG8Yu3f .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vv2PG8Yu3f .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vv2PG8Yu3f .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vv2PG8Yu3f .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vv2PG8Yu3f .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vv2PG8Yu3f .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vv2PG8Yu3f .mbr-section-title {
  color: #FFFFFF;
}
.cid-vv2PG8Yu3f .mbr-section-title,
.cid-vv2PG8Yu3f .mbr-section-btn {
  text-align: center;
}
.cid-vv2KU0ZyZP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0c235c;
}
.cid-vv2KU0ZyZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2KU0ZyZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2KU0ZyZP .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vv2KU0ZyZP .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vv2KU0ZyZP .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vv2KU0ZyZP .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c235c;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vv2KU0ZyZP .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vv2KU0ZyZP .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vv2KU0ZyZP .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .tab-content {
    margin: 0 30px;
  }
}
.cid-vv2KU0ZyZP .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vv2KU0ZyZP .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vv2KU0ZyZP .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #051744;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vv2KU0ZyZP .nav {
  align-items: center;
}
.cid-vv2KU0ZyZP .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vv2KU0ZyZP .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vv2KU0ZyZP .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vv2KU0ZyZP .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vv2KU0ZyZP .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vv2KU0ZyZP .nav-tabs .nav-link.active p {
  display: block;
  color: #051744;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vv2KU0ZyZP .mbr-section-title {
  color: #FFFFFF;
}
.cid-vv2KU0ZyZP .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vv2KU0ZyZP .mbr-text {
  color: #FFFFFF;
  text-align: left;
}
.cid-vv2KU0ZyZP .mbr-amount {
  color: #FFFFFF;
}
.cid-vv2KU0ZyZP .mbr-desc {
  color: #FFFFFF;
}
.cid-vv2VpB9Mu9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vv2VpB9Mu9 .row {
    flex-direction: column-reverse;
  }
}
.cid-vv2VpB9Mu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2VpB9Mu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2VpB9Mu9 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vv2VpB9Mu9 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vv2VpB9Mu9 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vv2VpB9Mu9 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vv2VpB9Mu9 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vv2VpB9Mu9 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vv2VpB9Mu9 .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vv2VpB9Mu9 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vv2VpB9Mu9 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vv2VpB9Mu9 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-vv2VpB9Mu9 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vv2VpB9Mu9 .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-vv2VpB9Mu9 .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-vv2VpB9Mu9 .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vv2VpB9Mu9 .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-vv2VpB9Mu9 .image-wrapper img {
    min-height: 100%;
  }
}
.cid-vv2VpB9Mu9 .mbr-section-title {
  color: #000000;
}
.cid-vv2VpB9Mu9 .mbr-text {
  color: #000000;
}
.cid-vv2VSJBzpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080a10;
  overflow: hidden;
}
.cid-vv2VSJBzpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2VSJBzpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2VSJBzpR .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vv2VSJBzpR .content-wrapper .content {
  padding: 0;
}
.cid-vv2VSJBzpR .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #21242b;
  pointer-events: none;
  padding: 0;
  top: -500%;
}
.cid-vv2VSJBzpR .content-wrapper .border_1 {
  left: 0;
}
.cid-vv2VSJBzpR .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vv2VSJBzpR .content-wrapper .border_3 {
  left: 50%;
}
.cid-vv2VSJBzpR .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vv2VSJBzpR .content-wrapper .border_5 {
  left: 100%;
}
.cid-vv2VSJBzpR .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vv2VSJBzpR .content-wrap .card {
  padding: 0;
}
.cid-vv2VSJBzpR .label-wrapper {
  margin-bottom: 20px;
}
.cid-vv2VSJBzpR .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #21242b;
  padding: 7px 14px 6px;
}
.cid-vv2VSJBzpR .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vv2VSJBzpR .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vv2VSJBzpR .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vv2VSJBzpR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vv2VSJBzpR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vv2VSJBzpR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vv2VSJBzpR .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vv2VSJBzpR .items-wrapper .item {
  padding: 0;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .items-wrapper .item .item-wrapper {
    padding-right: 0;
  }
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 24px;
  height: 24px;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #21242b 45%);
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #21242b 45%);
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(315deg, transparent 45%, #21242b 45%);
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #21242b;
  margin: 0 -1px;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .frame_2 .frame-wrap {
  margin: 0 -1px 0 0;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
  background-color: #21242b;
  padding: 1px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box {
    height: auto;
    min-height: auto;
  }
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fde448;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #21242b;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-vv2VSJBzpR .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-top: 20px;
  margin-bottom: -24px;
  margin-right: -24px;
}
.cid-vv2VSJBzpR .btn-wrapper {
  margin-top: -2rem;
}
.cid-vv2VSJBzpR .mbr-label,
.cid-vv2VSJBzpR .label-wrapper {
  color: #fde448;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vv2VSJBzpR .mbr-label,
  .cid-vv2VSJBzpR .label-wrapper {
    text-align: left;
  }
}
.cid-vv2VSJBzpR .mbr-section-title {
  color: #ffffff;
}
.cid-vv2VSJBzpR .mbr-section-subtitle {
  color: #9e9e9e;
}
.cid-vv2VSJBzpR .mbr-text {
  color: #9e9e9e;
}
.cid-vv2VSJBzpR .item-label {
  color: #ffffff;
}
.cid-vv2VSJBzpR .item-title {
  color: #ffffff;
}
.cid-vv2VSJBzpR .item-text {
  color: #9e9e9e;
}
.cid-vv2VSJBzpR .item-number {
  color: #080a10;
  text-align: right;
}
.cid-vv2ZmI3akj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vv2ZmI3akj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2ZmI3akj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2ZmI3akj .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vv2ZmI3akj .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #051744 50%, #0f5cfa 100%);
}
.cid-vv2ZmI3akj .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vv2ZmI3akj .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vv2ZmI3akj .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vv2ZmI3akj .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #e9e9e9;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vv2ZmI3akj .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vv2ZmI3akj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vv2ZmI3akj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #f3e45e 0%, #051744 50%, #0f5cfa 100%);
}
.cid-vv2ZmI3akj .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #051744 50%, #0f5cfa 100%) !important;
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vv2ZmI3akj .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vv2ZmI3akj .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #f3e45e 0%, #051744 50%, #0f5cfa 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary:hover,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary:hover,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success:hover,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info:hover,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning:hover,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger:hover,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black:hover,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white:hover,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary:focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary:focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success:focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info:focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning:focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger:focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black:focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white:focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary.focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary.focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success.focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info.focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning.focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger.focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black.focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white.focus,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary.active,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary.active,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success.active,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info.active,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning.active,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger.active,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black.active,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary:hover::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary:hover::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success:hover::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info:hover::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning:hover::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger:hover::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black:hover::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white:hover::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary:focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary:focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success:focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info:focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning:focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger:focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black:focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white:focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary.focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary.focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success.focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info.focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning.focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger.focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black.focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white.focus::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary.active::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary.active::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success.active::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info.active::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning.active::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger.active::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black.active::before,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary-outline,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary-outline,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success-outline,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info-outline,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning-outline,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger-outline,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black-outline,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #051744 50%, #0f5cfa 100%) !important;
}
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vv2ZmI3akj .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vv2ZmI3akj .mbr-label,
.cid-vv2ZmI3akj .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vv2ZmI3akj .mbr-section-title,
.cid-vv2ZmI3akj .title-wrap,
.cid-vv2ZmI3akj .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vv2ZmI3akj .item-title {
  color: #171719;
}
.cid-vv2ZmI3akj .item-text {
  color: #565661;
}
.cid-vv2ZmI3akj .list {
  color: #171719;
}
.cid-vv30RQ0AsS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp20image202026-09-1220at2010.34.1920am-960x540.jpg");
}
.cid-vv30RQ0AsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv30RQ0AsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv30RQ0AsS .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vv30RQ0AsS .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vv30RQ0AsS .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vv30RQ0AsS .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vv30RQ0AsS .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vv30RQ0AsS .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vv30RQ0AsS .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vv30RQ0AsS .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vv30RQ0AsS .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vv30RQ0AsS .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vv30RQ0AsS .mbr-section-title {
  color: #FFFFFF;
}
.cid-vv30RQ0AsS .mbr-section-title,
.cid-vv30RQ0AsS .mbr-section-btn {
  text-align: center;
}
.cid-vv2KU69mRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vv2KU69mRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vv2KU69mRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vv2KU69mRI .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vv2KU69mRI .card {
    margin-bottom: 40px;
  }
}
.cid-vv2KU69mRI .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vv2KU69mRI .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vv2KU69mRI .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vv2KU69mRI .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vv2KU69mRI .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vv2KU69mRI .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vv2KU69mRI .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vv2KU69mRI .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vv2KU69mRI img {
  border-radius: 0 !important;
}
.cid-vv2KU69mRI .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vv2KU69mRI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vv2KU69mRI .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vv2KU69mRI .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vv2KU69mRI .mbr-section-title {
  color: #ffffff;
}
.cid-vv2KU69mRI .copyright {
  color: #ffffff;
}
.cid-vv2KU69mRI .mbr-card-title {
  color: #ffffff;
}
.cid-vv2KU69mRI .list {
  color: #000000;
}
.cid-vv2KU69mRI .mbr-section-title,
.cid-vv2KU69mRI .title-wrapper,
.cid-vv2KU69mRI .social-wrapper {
  color: #0c235c;
}
.cid-vvdbZT48Pa {
  z-index: 1000;
  width: 100%;
}
.cid-vvdbZT48Pa .navbar-dropdown {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-vvdbZT48Pa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0) !important;
  background: #ffffff;
}
.cid-vvdbZT48Pa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vvdbZT48Pa .menu_box .navbar.opened,
  .cid-vvdbZT48Pa .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vvdbZT48Pa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vvdbZT48Pa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vvdbZT48Pa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vvdbZT48Pa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vvdbZT48Pa .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vvdbZT48Pa .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vvdbZT48Pa .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vvdbZT48Pa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vvdbZT48Pa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vvdbZT48Pa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vvdbZT48Pa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vvdbZT48Pa .offcanvas-body .mbr-text,
  .cid-vvdbZT48Pa .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vvdbZT48Pa .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vvdbZT48Pa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vvdbZT48Pa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vvdbZT48Pa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vvdbZT48Pa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vvdbZT48Pa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vvdbZT48Pa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vvdbZT48Pa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vvdbZT48Pa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvdbZT48Pa .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-vvdbZT48Pa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vvdbZT48Pa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vvdbZT48Pa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vvdbZT48Pa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vvdbZT48Pa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vvdbZT48Pa .nav-item {
    margin: 0 !important;
  }
}
.cid-vvdbZT48Pa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vvdbZT48Pa .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vvdbZT48Pa .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vvdbZT48Pa .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vvdbZT48Pa .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vvdbZT48Pa .dropdown-menu .dropdown-item:hover {
    color: #ffee00;
  }
  .cid-vvdbZT48Pa .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vvdbZT48Pa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvdbZT48Pa .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-vvdbZT48Pa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vvdbZT48Pa .offcanvas_box {
    display: none;
  }
}
.cid-vvdbZT48Pa .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vvdbZT48Pa .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vvdbZT48Pa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvdbZT48Pa .nav-link {
  position: relative;
  color: #000000;
}
.cid-vvdbZT48Pa .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vvdbZT48Pa .container {
  display: flex;
  margin: auto;
}
.cid-vvdbZT48Pa .iconfont-wrapper {
  color: #ffffff;
  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-vvdbZT48Pa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vvdbZT48Pa .iconfont-wrapper:hover {
  color: #ffee00;
}
.cid-vvdbZT48Pa .navbar-caption {
  color: #000000;
}
.cid-vvdbZT48Pa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vvdbZT48Pa .navbar-nav {
    margin: 0;
  }
}
.cid-vvdbZT48Pa .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vvdbZT48Pa .dropdown-menu,
.cid-vvdbZT48Pa .navbar.opened {
  background-color: true !important;
}
.cid-vvdbZT48Pa .nav-item:focus,
.cid-vvdbZT48Pa .nav-link:focus {
  outline: none;
}
.cid-vvdbZT48Pa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvdbZT48Pa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvdbZT48Pa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvdbZT48Pa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvdbZT48Pa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvdbZT48Pa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vvdbZT48Pa .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-vvdbZT48Pa .navbar.opened {
  transition: all 0.3s;
}
.cid-vvdbZT48Pa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vvdbZT48Pa .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vvdbZT48Pa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vvdbZT48Pa .navbar.collapsed {
  justify-content: center;
}
.cid-vvdbZT48Pa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvdbZT48Pa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vvdbZT48Pa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vvdbZT48Pa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vvdbZT48Pa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vvdbZT48Pa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vvdbZT48Pa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vvdbZT48Pa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vvdbZT48Pa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vvdbZT48Pa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvdbZT48Pa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvdbZT48Pa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vvdbZT48Pa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvdbZT48Pa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvdbZT48Pa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvdbZT48Pa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vvdbZT48Pa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vvdbZT48Pa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vvdbZT48Pa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvdbZT48Pa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvdbZT48Pa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vvdbZT48Pa .navbar.navbar-short {
  min-height: 60px;
}
.cid-vvdbZT48Pa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vvdbZT48Pa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vvdbZT48Pa .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-vvdbZT48Pa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvdbZT48Pa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvdbZT48Pa .dropdown-item.active,
.cid-vvdbZT48Pa .dropdown-item:active {
  background-color: transparent;
}
.cid-vvdbZT48Pa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvdbZT48Pa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvdbZT48Pa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvdbZT48Pa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvdbZT48Pa ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vvdbZT48Pa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vvdbZT48Pa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #0c235c;
}
.cid-vvdbZT48Pa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvdbZT48Pa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vvdbZT48Pa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvdbZT48Pa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvdbZT48Pa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvdbZT48Pa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvdbZT48Pa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvdbZT48Pa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvdbZT48Pa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvdbZT48Pa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vvdbZT48Pa .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-vvdbZT48Pa .navbar {
    height: 70px;
  }
  .cid-vvdbZT48Pa .navbar.opened {
    height: auto;
  }
  .cid-vvdbZT48Pa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvdbZT48Pa .mbr-section-btn .btn,
.cid-vvdbZT48Pa .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdbZT48Pa .mbr-section-btn .btn:first-child,
.cid-vvdbZT48Pa .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdbZT48Pa .mbr-section-btn .btn:focus,
.cid-vvdbZT48Pa .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vvdbZT48Pa .mbr-section-btn .btn span,
.cid-vvdbZT48Pa .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c235c;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdbZT48Pa .mbr-section-btn .btn:hover,
.cid-vvdbZT48Pa .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vvdbZT48Pa .mbr-section-btn .btn:hover span,
.cid-vvdbZT48Pa .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvdbZT48Pa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vvdbZT48Pa .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vvdbZT48Pa .navbar-caption:hover {
  color: #ffee00;
}
.cid-vvdbZT48Pa .nav-link:hover {
  color: #ffee00;
}
.cid-vvdbZT48Pa .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vvdbZT48Pa .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vvdbZT48Pa .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vvdbZT48Pa .mbr-section-subtitle,
.cid-vvdbZT48Pa .text_widget {
  text-align: left;
}
.cid-vvdbZT48Pa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vvdbZUcvLq {
  background-image: url("../../../assets/images/whatsapp20image202026-09-1020at209.20.4020am-1024x768.jpg");
}
.cid-vvdbZUcvLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdbZUcvLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdbZUcvLq .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdbZUcvLq .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdbZUcvLq .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvdbZUcvLq .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdbZUcvLq .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvdbZUcvLq .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-vvdbZUcvLq .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-vvdbZUcvLq .mbr-section-title,
.cid-vvdbZUcvLq .mbr-section-btn {
  color: #ffffff;
}
.cid-vvdbZVa46g {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vvdbZVa46g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdbZVa46g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdbZVa46g .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdbZVa46g .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdbZVa46g .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvdbZVa46g .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde448;
  color: #051744;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdbZVa46g .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvdbZVa46g .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvdbZVa46g .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #0c235c;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vvdbZVa46g .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-vvdbZVa46g .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdbZVa46g .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-vvdbZVa46g .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vvdbZVa46g .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vvdbZVa46g .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvdbZVa46g .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-vvdbZVa46g .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvdbZVa46g .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-vvdbZVa46g .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvdbZVa46g .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-vvdbZVa46g .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-vvdbZVa46g .mbr-desc {
  color: #FFFFFF;
}
.cid-vvdbZVa46g .mbr-text {
  color: #FFFFFF;
}
.cid-vvdbZVa46g .mbr-text,
.cid-vvdbZVa46g .mbr-section-btn {
  text-align: center;
}
.cid-vvdeNftPNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvdeNftPNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdeNftPNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdeNftPNV .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vvdeNftPNV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vvdeNftPNV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvdeNftPNV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vvdeNftPNV .items-wrapper {
  margin: 0 -10px;
}
.cid-vvdeNftPNV .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdeNftPNV .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vvdeNftPNV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vvdeNftPNV .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 40px;
  border: 1px solid #303030;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  background-image: linear-gradient(135deg, #0936a7 0%, #0936a7 50%, transparent 100%);
}
@media (max-width: 1200px) {
  .cid-vvdeNftPNV .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vvdeNftPNV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vvdeNftPNV .items-wrapper .item .item-wrapper .item-img {
  margin-left: 20px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-vvdeNftPNV .items-wrapper .item .item-wrapper .item-img {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vvdeNftPNV .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vvdeNftPNV .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvdeNftPNV .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vvdeNftPNV .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-vvdeNftPNV .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
    height: auto;
  }
}
.cid-vvdeNftPNV .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 24px;
  text-shadow: 0 0 32px;
}
.cid-vvdeNftPNV .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vvdeNftPNV .items-wrapper .item .item-wrapper .card-box .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvdeNftPNV .items-wrapper .item .item-wrapper .card-box .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vvdeNftPNV .items-wrapper .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 14px;
}
.cid-vvdeNftPNV .mbr-section-title {
  color: #ffffff;
}
.cid-vvdeNftPNV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vvdeNftPNV .item-date {
  color: #ffee00;
}
.cid-vvdeNftPNV .item-title {
  color: #ffffff;
}
.cid-vvdeNftPNV .item-text {
  color: #8c8c8c;
}
.cid-vvdeNftPNV .item-text,
.cid-vvdeNftPNV .text-wrap {
  color: #ffffff;
}
.cid-vvdbZXSm5B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvdbZXSm5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdbZXSm5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdbZXSm5B .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdbZXSm5B .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdbZXSm5B .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvdbZXSm5B .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c235c;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdbZXSm5B .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvdbZXSm5B .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvdbZXSm5B .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .tab-content {
    margin: 0 30px;
  }
}
.cid-vvdbZXSm5B .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vvdbZXSm5B .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vvdbZXSm5B .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0c235c;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vvdbZXSm5B .nav {
  align-items: center;
}
.cid-vvdbZXSm5B .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vvdbZXSm5B .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vvdbZXSm5B .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vvdbZXSm5B .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vvdbZXSm5B .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vvdbZXSm5B .nav-tabs .nav-link.active p {
  display: block;
  color: #0c235c;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vvdbZXSm5B .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvdbZXSm5B .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vvdbZXSm5B .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vvdbZXSm5B .mbr-amount {
  color: #FFFFFF;
}
.cid-vvdbZXSm5B .mbr-desc {
  color: #FFFFFF;
}
.cid-vvdhluDQQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp20image202026-09-1020at209.20.4020am204-960x1280.jpeg");
}
.cid-vvdhluDQQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdhluDQQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdhluDQQQ .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdhluDQQQ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdhluDQQQ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvdhluDQQQ .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdhluDQQQ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvdhluDQQQ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvdhluDQQQ .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvdhluDQQQ .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vvdhluDQQQ .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdhluDQQQ .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vvdhluDQQQ .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvdhluDQQQ .mbr-section-title,
.cid-vvdhluDQQQ .mbr-section-btn {
  text-align: center;
}
.cid-vvdc03mrPV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvdc03mrPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdc03mrPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdc03mrPV .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdc03mrPV .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdc03mrPV .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvdc03mrPV .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c235c;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdc03mrPV .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvdc03mrPV .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvdc03mrPV .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .tab-content {
    margin: 0 30px;
  }
}
.cid-vvdc03mrPV .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vvdc03mrPV .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vvdc03mrPV .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vvdc03mrPV .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0c235c;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vvdc03mrPV .nav {
  align-items: center;
}
.cid-vvdc03mrPV .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vvdc03mrPV .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vvdc03mrPV .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vvdc03mrPV .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vvdc03mrPV .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vvdc03mrPV .nav-tabs .nav-link.active p {
  display: block;
  color: #0c235c;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vvdc03mrPV .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvdc03mrPV .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vvdc03mrPV .mbr-text {
  color: #FFFFFF;
}
.cid-vvdc03mrPV .mbr-amount {
  color: #FFFFFF;
}
.cid-vvdc03mrPV .mbr-desc {
  color: #FFFFFF;
}
.cid-vvdidoQoVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vvdidoQoVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdidoQoVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdidoQoVh .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vvdidoQoVh .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vvdidoQoVh .content-wrapper .border_1 {
  left: 0;
}
.cid-vvdidoQoVh .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vvdidoQoVh .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vvdidoQoVh .content-wrapper .border_3 {
  left: 50%;
}
.cid-vvdidoQoVh .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vvdidoQoVh .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vvdidoQoVh .content-wrapper .border_5 {
  left: 100%;
}
.cid-vvdidoQoVh .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vvdidoQoVh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vvdidoQoVh .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vvdidoQoVh .title-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vvdidoQoVh .title-wrapper .content-wrap {
    display: block;
  }
}
.cid-vvdidoQoVh .title-wrapper .content-wrap .title-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vvdidoQoVh .title-wrapper .content-wrap .title-wrap .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vvdidoQoVh .title-wrapper .content-wrap .title-wrap .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vvdidoQoVh .title-wrapper .content-wrap .title-wrap .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vvdidoQoVh .title-wrapper .content-wrap .title-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vvdidoQoVh .title-wrapper .content-wrap .title-wrap .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vvdidoQoVh .title-wrapper .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvdidoQoVh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 768px) {
  .cid-vvdidoQoVh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vvdidoQoVh .embla__slide .slide-content {
  width: 100%;
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  min-height: 380px;
}
@media (max-width: 992px) {
  .cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper {
    padding: 20px 16px;
    min-height: auto;
  }
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .image-wrapper {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .image-wrapper:hover .mbr-section-btn,
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .image-wrapper:focus .mbr-section-btn {
  opacity: 1;
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .image-wrapper:hover .item-img img,
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .image-wrapper:focus .item-img img {
  opacity: .2;
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vvdidoQoVh .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vvdidoQoVh .embla__button--next,
.cid-vvdidoQoVh .embla__button--prev {
  display: flex;
}
.cid-vvdidoQoVh .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 16px;
  background-color: transparent !important;
  color: #f0e226 !important;
  border: none !important;
  border-right: 1px solid #f0e226 !important;
  border-left: 1px solid #f0e226 !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vvdidoQoVh .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: .3;
}
.cid-vvdidoQoVh .embla__button .mbr-iconfont {
  position: relative;
  z-index: 1;
}
.cid-vvdidoQoVh .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vvdidoQoVh .embla__button:disabled {
  opacity: .4 !important;
  transition: none;
}
.cid-vvdidoQoVh .embla__button.embla__button--prev {
  margin-right: 52px;
}
.cid-vvdidoQoVh .embla__button.embla__button--next {
  margin-left: 52px;
}
.cid-vvdidoQoVh .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-vvdidoQoVh .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vvdidoQoVh .embla__viewport {
    padding: 0;
  }
}
.cid-vvdidoQoVh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vvdidoQoVh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vvdidoQoVh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vvdidoQoVh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vvdidoQoVh .mbr-label {
  color: #f0e226;
}
.cid-vvdidoQoVh .mbr-section-title {
  color: #e4e3dc;
}
.cid-vvdidoQoVh .item-title {
  color: #e4e3dc;
}
.cid-vvdidoQoVh .item-text {
  color: #b3b2ae;
}
.cid-vvdc04xxrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
  overflow: hidden;
  position: relative;
}
.cid-vvdc04xxrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdc04xxrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdc04xxrF .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vvdc04xxrF .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vvdc04xxrF .content-wrapper .border_1 {
  left: 0;
}
.cid-vvdc04xxrF .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vvdc04xxrF .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vvdc04xxrF .content-wrapper .border_3 {
  left: 50%;
}
.cid-vvdc04xxrF .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vvdc04xxrF .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vvdc04xxrF .content-wrapper .border_5 {
  left: 100%;
}
.cid-vvdc04xxrF .items-wrapper {
  margin: 0;
}
.cid-vvdc04xxrF .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vvdc04xxrF .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvdc04xxrF .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vvdc04xxrF .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vvdc04xxrF .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vvdc04xxrF .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #0936a7;
  border-left: 1px solid #0936a7;
}
.cid-vvdc04xxrF .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vvdc04xxrF .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #0936a7;
  margin-bottom: 3px;
}
.cid-vvdc04xxrF .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vvdc04xxrF .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vvdc04xxrF .image-wrapper {
  margin-left: 1px;
}
.cid-vvdc04xxrF .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvdc04xxrF .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vvdc04xxrF .content-wrap {
  padding: 0 56px;
}
@media (max-width: 1440px) {
  .cid-vvdc04xxrF .content-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-vvdc04xxrF .content-wrap {
    padding: 0;
  }
}
.cid-vvdc04xxrF .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vvdc04xxrF .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vvdc04xxrF .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vvdc04xxrF .mbr-label {
  color: #f0e226;
}
.cid-vvdc04xxrF .mbr-text {
  color: #b3b2ae;
}
.cid-vvdc04xxrF .mbr-text,
.cid-vvdc04xxrF .text-wrapper,
.cid-vvdc04xxrF .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vvdlHzIvUM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vvdlHzIvUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdlHzIvUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdlHzIvUM .content-wrap {
  margin: 0 -20px;
}
.cid-vvdlHzIvUM .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvdlHzIvUM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vvdlHzIvUM .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vvdlHzIvUM .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vvdlHzIvUM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vvdlHzIvUM .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vvdlHzIvUM .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vvdlHzIvUM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vvdlHzIvUM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vvdlHzIvUM .embla__slide .slide-content {
  width: 100%;
}
.cid-vvdlHzIvUM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vvdlHzIvUM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vvdlHzIvUM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vvdlHzIvUM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vvdlHzIvUM .embla__button--next,
.cid-vvdlHzIvUM .embla__button--prev {
  display: flex;
}
.cid-vvdlHzIvUM .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vvdlHzIvUM .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vvdlHzIvUM .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vvdlHzIvUM .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vvdlHzIvUM .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vvdlHzIvUM .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vvdlHzIvUM .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vvdlHzIvUM .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vvdlHzIvUM .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vvdlHzIvUM .embla__viewport {
    padding: 0;
  }
}
.cid-vvdlHzIvUM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vvdlHzIvUM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vvdlHzIvUM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vvdlHzIvUM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vvdlHzIvUM .mbr-label {
  color: #a8a8a8;
}
.cid-vvdlHzIvUM .mbr-section-title {
  color: #ffffff;
}
.cid-vvdlHzIvUM .mbr-text {
  color: #ffffff;
}
.cid-vvdc05oLsc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvdc05oLsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdc05oLsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdc05oLsc .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vvdc05oLsc .card {
    margin-bottom: 40px;
  }
}
.cid-vvdc05oLsc .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvdc05oLsc .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vvdc05oLsc .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vvdc05oLsc .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvdc05oLsc .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdc05oLsc .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vvdc05oLsc .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vvdc05oLsc .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vvdc05oLsc img {
  border-radius: 0 !important;
}
.cid-vvdc05oLsc .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vvdc05oLsc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vvdc05oLsc .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvdc05oLsc .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vvdc05oLsc .mbr-section-title {
  color: #ffffff;
}
.cid-vvdc05oLsc .copyright {
  color: #ffffff;
}
.cid-vvdc05oLsc .mbr-card-title {
  color: #ffffff;
}
.cid-vvdc05oLsc .list {
  color: #000000;
}
.cid-vvdc05oLsc .mbr-section-title,
.cid-vvdc05oLsc .title-wrapper,
.cid-vvdc05oLsc .social-wrapper {
  color: #0c235c;
}
.cid-vvdc1dc2l9 {
  z-index: 1000;
  width: 100%;
}
.cid-vvdc1dc2l9 .navbar-dropdown {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-vvdc1dc2l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0) !important;
  background: #ffffff;
}
.cid-vvdc1dc2l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vvdc1dc2l9 .menu_box .navbar.opened,
  .cid-vvdc1dc2l9 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vvdc1dc2l9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vvdc1dc2l9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vvdc1dc2l9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vvdc1dc2l9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vvdc1dc2l9 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vvdc1dc2l9 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vvdc1dc2l9 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vvdc1dc2l9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vvdc1dc2l9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vvdc1dc2l9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vvdc1dc2l9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vvdc1dc2l9 .offcanvas-body .mbr-text,
  .cid-vvdc1dc2l9 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vvdc1dc2l9 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vvdc1dc2l9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vvdc1dc2l9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vvdc1dc2l9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vvdc1dc2l9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vvdc1dc2l9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vvdc1dc2l9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vvdc1dc2l9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vvdc1dc2l9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvdc1dc2l9 .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-vvdc1dc2l9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vvdc1dc2l9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vvdc1dc2l9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vvdc1dc2l9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vvdc1dc2l9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vvdc1dc2l9 .nav-item {
    margin: 0 !important;
  }
}
.cid-vvdc1dc2l9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vvdc1dc2l9 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vvdc1dc2l9 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vvdc1dc2l9 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vvdc1dc2l9 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vvdc1dc2l9 .dropdown-menu .dropdown-item:hover {
    color: #ffee00;
  }
  .cid-vvdc1dc2l9 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vvdc1dc2l9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvdc1dc2l9 .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-vvdc1dc2l9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vvdc1dc2l9 .offcanvas_box {
    display: none;
  }
}
.cid-vvdc1dc2l9 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vvdc1dc2l9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vvdc1dc2l9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvdc1dc2l9 .nav-link {
  position: relative;
  color: #000000;
}
.cid-vvdc1dc2l9 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vvdc1dc2l9 .container {
  display: flex;
  margin: auto;
}
.cid-vvdc1dc2l9 .iconfont-wrapper {
  color: #ffffff;
  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-vvdc1dc2l9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vvdc1dc2l9 .iconfont-wrapper:hover {
  color: #ffee00;
}
.cid-vvdc1dc2l9 .navbar-caption {
  color: #000000;
}
.cid-vvdc1dc2l9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vvdc1dc2l9 .navbar-nav {
    margin: 0;
  }
}
.cid-vvdc1dc2l9 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vvdc1dc2l9 .dropdown-menu,
.cid-vvdc1dc2l9 .navbar.opened {
  background-color: true !important;
}
.cid-vvdc1dc2l9 .nav-item:focus,
.cid-vvdc1dc2l9 .nav-link:focus {
  outline: none;
}
.cid-vvdc1dc2l9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvdc1dc2l9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvdc1dc2l9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvdc1dc2l9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvdc1dc2l9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvdc1dc2l9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vvdc1dc2l9 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-vvdc1dc2l9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vvdc1dc2l9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vvdc1dc2l9 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vvdc1dc2l9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vvdc1dc2l9 .navbar.collapsed {
  justify-content: center;
}
.cid-vvdc1dc2l9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvdc1dc2l9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vvdc1dc2l9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vvdc1dc2l9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vvdc1dc2l9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vvdc1dc2l9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vvdc1dc2l9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vvdc1dc2l9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vvdc1dc2l9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vvdc1dc2l9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvdc1dc2l9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvdc1dc2l9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vvdc1dc2l9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvdc1dc2l9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvdc1dc2l9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvdc1dc2l9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vvdc1dc2l9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vvdc1dc2l9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vvdc1dc2l9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvdc1dc2l9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvdc1dc2l9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vvdc1dc2l9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vvdc1dc2l9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vvdc1dc2l9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vvdc1dc2l9 .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-vvdc1dc2l9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvdc1dc2l9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvdc1dc2l9 .dropdown-item.active,
.cid-vvdc1dc2l9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vvdc1dc2l9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvdc1dc2l9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvdc1dc2l9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvdc1dc2l9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvdc1dc2l9 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vvdc1dc2l9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vvdc1dc2l9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #0c235c;
}
.cid-vvdc1dc2l9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvdc1dc2l9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vvdc1dc2l9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvdc1dc2l9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvdc1dc2l9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvdc1dc2l9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvdc1dc2l9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvdc1dc2l9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvdc1dc2l9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvdc1dc2l9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vvdc1dc2l9 .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-vvdc1dc2l9 .navbar {
    height: 70px;
  }
  .cid-vvdc1dc2l9 .navbar.opened {
    height: auto;
  }
  .cid-vvdc1dc2l9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvdc1dc2l9 .mbr-section-btn .btn,
.cid-vvdc1dc2l9 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdc1dc2l9 .mbr-section-btn .btn:first-child,
.cid-vvdc1dc2l9 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdc1dc2l9 .mbr-section-btn .btn:focus,
.cid-vvdc1dc2l9 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vvdc1dc2l9 .mbr-section-btn .btn span,
.cid-vvdc1dc2l9 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c235c;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdc1dc2l9 .mbr-section-btn .btn:hover,
.cid-vvdc1dc2l9 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vvdc1dc2l9 .mbr-section-btn .btn:hover span,
.cid-vvdc1dc2l9 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvdc1dc2l9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vvdc1dc2l9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vvdc1dc2l9 .navbar-caption:hover {
  color: #ffee00;
}
.cid-vvdc1dc2l9 .nav-link:hover {
  color: #ffee00;
}
.cid-vvdc1dc2l9 .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vvdc1dc2l9 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vvdc1dc2l9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vvdc1dc2l9 .mbr-section-subtitle,
.cid-vvdc1dc2l9 .text_widget {
  text-align: left;
}
.cid-vvdc1dc2l9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vvdc1dXOww {
  background-image: url("../../../assets/images/whatsapp20image202026-09-1420at2012.42.0820pm-1334x1001.jpg");
}
.cid-vvdc1dXOww .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdc1dXOww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdc1dXOww .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdc1dXOww .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdc1dXOww .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvdc1dXOww .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdc1dXOww .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvdc1dXOww .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-vvdc1dXOww .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-vvdc1dXOww .mbr-section-title,
.cid-vvdc1dXOww .mbr-section-btn {
  color: #ffffff;
}
.cid-vvdBeTU2sk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvdBeTU2sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdBeTU2sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdBeTU2sk .title-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vvdBeTU2sk .title-wrapper .iconfont-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vvdBeTU2sk .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
}
.cid-vvdBeTU2sk .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vvdBeTU2sk .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-vvdBeTU2sk .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vvdBeTU2sk .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vvdBeTU2sk .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vvdBeTU2sk .mbr-section-title {
  color: #ffffff;
}
.cid-vvdBeTU2sk .mbr-text,
.cid-vvdBeTU2sk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vvdBeTU2sk .mbr-section-title,
.cid-vvdBeTU2sk .mbr-section-btn,
.cid-vvdBeTU2sk .iconfont-wrapper {
  text-align: center;
}
.cid-vvdBQnt6rI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvdBQnt6rI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdBQnt6rI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vvdBQnt6rI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vvdBQnt6rI .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-vvdBQnt6rI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vvdBQnt6rI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vvdBQnt6rI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vvdBQnt6rI .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vvdBQnt6rI .image-wrapper img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvdBQnt6rI .image-wrapper img {
    height: 300px;
  }
}
.cid-vvdBQnt6rI .mbr-label,
.cid-vvdBQnt6rI .label-wrapper {
  color: #116e99;
}
.cid-vvdBQnt6rI .mbr-section-title {
  color: #16526e;
}
.cid-vvdBQnt6rI .mbr-text,
.cid-vvdBQnt6rI .text-wrapper {
  color: #116e99;
}
.cid-vvdCbQwevO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvdCbQwevO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdCbQwevO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdCbQwevO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vvdCbQwevO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vvdCbQwevO .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vvdCbQwevO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvdCbQwevO .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vvdCbQwevO .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vvdCbQwevO .mbr-section-title {
  color: #47201c;
}
.cid-vvdCbQwevO .mbr-text,
.cid-vvdCbQwevO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vvdCbQwevO .mbr-section-title,
.cid-vvdCbQwevO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vvdc1eSZWi {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vvdc1eSZWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdc1eSZWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdc1eSZWi .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdc1eSZWi .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdc1eSZWi .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvdc1eSZWi .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde448;
  color: #051744;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdc1eSZWi .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvdc1eSZWi .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvdc1eSZWi .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #0c235c;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vvdc1eSZWi .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-vvdc1eSZWi .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdc1eSZWi .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-vvdc1eSZWi .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vvdc1eSZWi .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vvdc1eSZWi .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvdc1eSZWi .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-vvdc1eSZWi .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvdc1eSZWi .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-vvdc1eSZWi .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvdc1eSZWi .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-vvdc1eSZWi .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-vvdc1eSZWi .mbr-desc {
  color: #FFFFFF;
}
.cid-vvdc1eSZWi .mbr-text {
  color: #FFFFFF;
}
.cid-vvdc1eSZWi .mbr-text,
.cid-vvdc1eSZWi .mbr-section-btn {
  text-align: justify;
}
.cid-vvdc1gqXzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image2033-1536x1024.png");
}
.cid-vvdc1gqXzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdc1gqXzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdc1gqXzM .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvdc1gqXzM .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vvdc1gqXzM .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdc1gqXzM .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-vvdc1gqXzM .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvdc1gqXzM .text-wrapper .mbr-text {
  margin: 40px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vvdc1gqXzM .text-wrapper .mbr-text {
    margin: 20px 0 0 0;
  }
}
.cid-vvdc1gqXzM .mbr-section-title {
  color: #ffffff;
}
.cid-vvdc1gqXzM .mbr-desc {
  color: #ffffff;
}
.cid-vvdc1gqXzM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vvdc1m3Rd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvdc1m3Rd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdc1m3Rd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdc1m3Rd2 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvdc1m3Rd2 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvdc1m3Rd2 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvdc1m3Rd2 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c235c;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvdc1m3Rd2 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvdc1m3Rd2 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvdc1m3Rd2 .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .tab-content {
    margin: 0 30px;
  }
}
.cid-vvdc1m3Rd2 .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vvdc1m3Rd2 .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vvdc1m3Rd2 .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0c235c;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vvdc1m3Rd2 .nav {
  align-items: center;
}
.cid-vvdc1m3Rd2 .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vvdc1m3Rd2 .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vvdc1m3Rd2 .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vvdc1m3Rd2 .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vvdc1m3Rd2 .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vvdc1m3Rd2 .nav-tabs .nav-link.active p {
  display: block;
  color: #0c235c;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vvdc1m3Rd2 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvdc1m3Rd2 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vvdc1m3Rd2 .mbr-text {
  color: #FFFFFF;
}
.cid-vvdc1m3Rd2 .mbr-amount {
  color: #FFFFFF;
}
.cid-vvdc1m3Rd2 .mbr-desc {
  color: #FFFFFF;
}
.cid-vvdc1nYuuB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvdc1nYuuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvdc1nYuuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvdc1nYuuB .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vvdc1nYuuB .card {
    margin-bottom: 40px;
  }
}
.cid-vvdc1nYuuB .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvdc1nYuuB .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vvdc1nYuuB .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vvdc1nYuuB .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvdc1nYuuB .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvdc1nYuuB .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vvdc1nYuuB .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vvdc1nYuuB .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vvdc1nYuuB img {
  border-radius: 0 !important;
}
.cid-vvdc1nYuuB .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vvdc1nYuuB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vvdc1nYuuB .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvdc1nYuuB .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vvdc1nYuuB .mbr-section-title {
  color: #ffffff;
}
.cid-vvdc1nYuuB .copyright {
  color: #ffffff;
}
.cid-vvdc1nYuuB .mbr-card-title {
  color: #ffffff;
}
.cid-vvdc1nYuuB .list {
  color: #000000;
}
.cid-vvdc1nYuuB .mbr-section-title,
.cid-vvdc1nYuuB .title-wrapper,
.cid-vvdc1nYuuB .social-wrapper {
  color: #0c235c;
}
.cid-vveZzPL19U {
  z-index: 1000;
  width: 100%;
}
.cid-vveZzPL19U .navbar-dropdown {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-vveZzPL19U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0) !important;
  background: #ffffff;
}
.cid-vveZzPL19U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vveZzPL19U .menu_box .navbar.opened,
  .cid-vveZzPL19U .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vveZzPL19U nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vveZzPL19U .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vveZzPL19U .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vveZzPL19U .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vveZzPL19U .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vveZzPL19U .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vveZzPL19U .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vveZzPL19U .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vveZzPL19U .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vveZzPL19U .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vveZzPL19U .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vveZzPL19U .offcanvas-body .mbr-text,
  .cid-vveZzPL19U .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vveZzPL19U .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vveZzPL19U .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vveZzPL19U .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vveZzPL19U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vveZzPL19U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vveZzPL19U .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vveZzPL19U .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vveZzPL19U ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vveZzPL19U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vveZzPL19U .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-vveZzPL19U .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vveZzPL19U li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vveZzPL19U .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vveZzPL19U .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vveZzPL19U .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vveZzPL19U .nav-item {
    margin: 0 !important;
  }
}
.cid-vveZzPL19U .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vveZzPL19U .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vveZzPL19U .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vveZzPL19U .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vveZzPL19U .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vveZzPL19U .dropdown-menu .dropdown-item:hover {
    color: #ffee00;
  }
  .cid-vveZzPL19U .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vveZzPL19U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vveZzPL19U .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-vveZzPL19U .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vveZzPL19U .offcanvas_box {
    display: none;
  }
}
.cid-vveZzPL19U .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vveZzPL19U .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vveZzPL19U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vveZzPL19U .nav-link {
  position: relative;
  color: #000000;
}
.cid-vveZzPL19U .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vveZzPL19U .container {
  display: flex;
  margin: auto;
}
.cid-vveZzPL19U .iconfont-wrapper {
  color: #ffffff;
  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-vveZzPL19U .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vveZzPL19U .iconfont-wrapper:hover {
  color: #ffee00;
}
.cid-vveZzPL19U .navbar-caption {
  color: #000000;
}
.cid-vveZzPL19U .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vveZzPL19U .navbar-nav {
    margin: 0;
  }
}
.cid-vveZzPL19U .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vveZzPL19U .dropdown-menu,
.cid-vveZzPL19U .navbar.opened {
  background-color: true !important;
}
.cid-vveZzPL19U .nav-item:focus,
.cid-vveZzPL19U .nav-link:focus {
  outline: none;
}
.cid-vveZzPL19U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vveZzPL19U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vveZzPL19U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vveZzPL19U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vveZzPL19U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vveZzPL19U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vveZzPL19U .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-vveZzPL19U .navbar.opened {
  transition: all 0.3s;
}
.cid-vveZzPL19U .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vveZzPL19U .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vveZzPL19U .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vveZzPL19U .navbar.collapsed {
  justify-content: center;
}
.cid-vveZzPL19U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vveZzPL19U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vveZzPL19U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vveZzPL19U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vveZzPL19U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vveZzPL19U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vveZzPL19U .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vveZzPL19U .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vveZzPL19U .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vveZzPL19U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vveZzPL19U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vveZzPL19U .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vveZzPL19U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vveZzPL19U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vveZzPL19U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vveZzPL19U .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vveZzPL19U .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vveZzPL19U .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vveZzPL19U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vveZzPL19U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vveZzPL19U .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vveZzPL19U .navbar.navbar-short {
  min-height: 60px;
}
.cid-vveZzPL19U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vveZzPL19U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vveZzPL19U .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-vveZzPL19U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vveZzPL19U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vveZzPL19U .dropdown-item.active,
.cid-vveZzPL19U .dropdown-item:active {
  background-color: transparent;
}
.cid-vveZzPL19U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vveZzPL19U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vveZzPL19U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vveZzPL19U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vveZzPL19U ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vveZzPL19U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vveZzPL19U button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #0c235c;
}
.cid-vveZzPL19U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vveZzPL19U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vveZzPL19U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vveZzPL19U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vveZzPL19U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vveZzPL19U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vveZzPL19U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vveZzPL19U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vveZzPL19U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vveZzPL19U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vveZzPL19U .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-vveZzPL19U .navbar {
    height: 70px;
  }
  .cid-vveZzPL19U .navbar.opened {
    height: auto;
  }
  .cid-vveZzPL19U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vveZzPL19U .mbr-section-btn .btn,
.cid-vveZzPL19U .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vveZzPL19U .mbr-section-btn .btn:first-child,
.cid-vveZzPL19U .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vveZzPL19U .mbr-section-btn .btn:focus,
.cid-vveZzPL19U .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vveZzPL19U .mbr-section-btn .btn span,
.cid-vveZzPL19U .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c235c;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vveZzPL19U .mbr-section-btn .btn:hover,
.cid-vveZzPL19U .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vveZzPL19U .mbr-section-btn .btn:hover span,
.cid-vveZzPL19U .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vveZzPL19U .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vveZzPL19U .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vveZzPL19U .navbar-caption:hover {
  color: #ffee00;
}
.cid-vveZzPL19U .nav-link:hover {
  color: #ffee00;
}
.cid-vveZzPL19U .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vveZzPL19U .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vveZzPL19U .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vveZzPL19U .mbr-section-subtitle,
.cid-vveZzPL19U .text_widget {
  text-align: left;
}
.cid-vveZzPL19U a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vveZzQdr0k {
  background-image: url("../../../assets/images/whatsapp20image202026-09-1420at2012.42.0820pm202-960x637.jpg");
}
.cid-vveZzQdr0k .main-container {
  width: 100%;
}
.cid-vveZzQdr0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vveZzQdr0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vveZzQdr0k .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vveZzQdr0k .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vveZzQdr0k .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vveZzQdr0k .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvFObWdhWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvFObWdhWI .mbr-text {
  color: #000000;
}
.cid-vvFObWdhWI .mbr-section-subtitle {
  color: #000000;
}
.cid-vvFObWdhWI .mbr-section-title {
  color: #000000;
}
.cid-vveZzQuTB0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image2050-1536x1024.png");
}
.cid-vveZzQuTB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vveZzQuTB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vveZzQuTB0 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vveZzQuTB0 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vveZzQuTB0 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vveZzQuTB0 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vveZzQuTB0 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vveZzQuTB0 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vveZzQuTB0 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vveZzQuTB0 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vveZzQuTB0 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vveZzQuTB0 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vveZzQuTB0 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vveZzQuTB0 .mbr-section-title,
.cid-vveZzQuTB0 .mbr-section-btn {
  text-align: center;
}
.cid-vveZzQKJld {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #0c235c;
}
.cid-vveZzQKJld .mbr-fallback-image.disabled {
  display: none;
}
.cid-vveZzQKJld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vveZzQKJld .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vveZzQKJld .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vveZzQKJld .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vveZzQKJld .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde448;
  color: #051744;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vveZzQKJld .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vveZzQKJld .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vveZzQKJld .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vveZzQKJld .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-vveZzQKJld .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vveZzQKJld .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-vveZzQKJld .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vveZzQKJld .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vveZzQKJld .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vveZzQKJld .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-vveZzQKJld .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vveZzQKJld .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-vveZzQKJld .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vveZzQKJld .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-vveZzQKJld .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-vveZzQKJld .mbr-desc {
  color: #FFFFFF;
}
.cid-vveZzQKJld .mbr-text {
  color: #FFFFFF;
}
.cid-vveZzQKJld .mbr-text,
.cid-vveZzQKJld .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vvf3mSZJST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvf3mSZJST .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvf3mSZJST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvf3mSZJST .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vvf3mSZJST .content-wrapper .content {
  padding: 0;
}
.cid-vvf3mSZJST .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vvf3mSZJST .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vvf3mSZJST .content-wrap .card {
  padding: 0;
  justify-content: flex-end;
}
.cid-vvf3mSZJST .label-wrapper {
  margin-bottom: 20px;
}
.cid-vvf3mSZJST .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #fde448;
  padding: 7px 14px 6px;
}
.cid-vvf3mSZJST .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vvf3mSZJST .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvf3mSZJST .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vvf3mSZJST .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvf3mSZJST .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvf3mSZJST .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvf3mSZJST .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vvf3mSZJST .mbr-section-btn .btn {
  width: 100%;
}
.cid-vvf3mSZJST .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vvf3mSZJST .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vvf3mSZJST .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vvf3mSZJST .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vvf3mSZJST .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper {
  margin-right: 8px;
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .card-box {
  background-color: #eaeaea;
  padding: 2px 12px;
  border: 1px solid #dedede;
}
@media (max-width: 992px) {
  .cid-vvf3mSZJST .items-wrapper .item .item-wrapper .card-box {
    padding: 2px 12px 4px;
  }
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #d63614;
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #eaeaea;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 286px;
  object-fit: cover;
  transition: all .3s ease;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vvf3mSZJST .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .item-title {
  padding: 12px 12px 0;
  margin-bottom: 0;
}
.cid-vvf3mSZJST .items-wrapper .item .item-wrapper .item-text {
  padding: 8px 12px 0;
  margin-bottom: 0;
}
.cid-vvf3mSZJST .items-wrapper .item .card_2 .item-img img {
  height: 425px;
}
@media (max-width: 992px) {
  .cid-vvf3mSZJST .items-wrapper .item .card_2 .item-img img {
    height: 300px;
  }
}
.cid-vvf3mSZJST .btn-wrapper {
  margin-top: 2rem;
}
.cid-vvf3mSZJST .mbr-label {
  color: #686868;
}
.cid-vvf3mSZJST .mbr-section-title {
  color: #ffffff;
}
.cid-vvf3mSZJST .mbr-text {
  color: #686868;
}
.cid-vvf3mSZJST .item-label {
  color: #686868;
}
.cid-vvf3mSZJST .item-title {
  color: #080a10;
}
.cid-vvf3mSZJST .item-text {
  color: #5e5e5e;
}
.cid-vvf3mSZJST .mbr-text,
.cid-vvf3mSZJST .mbr-section-btn,
.cid-vvf3mSZJST .text-wrapper {
  color: #ffffff;
}
.cid-vvf3mSZJST .mbr-label,
.cid-vvf3mSZJST .label-wrapper {
  color: #000000;
}
.cid-vvf6oSYo80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvf6oSYo80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvf6oSYo80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vvf6oSYo80 .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vvf6oSYo80 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f5;
}
.cid-vvf6oSYo80 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vvf6oSYo80 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vvf6oSYo80 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvf6oSYo80 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vvf6oSYo80 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vvf6oSYo80 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vvf6oSYo80 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvf6oSYo80 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvf6oSYo80 .items-wrapper {
  margin: 0 -10px;
}
.cid-vvf6oSYo80 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvf6oSYo80 .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vvf6oSYo80 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vvf6oSYo80 .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-bottom: 24px;
  }
}
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-label_1,
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-label_2,
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-label_3 {
  margin-bottom: 16px;
}
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
}
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-vvf6oSYo80 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vvf6oSYo80 .items-wrapper .item .card_1 {
  background-color: #124ad6;
}
.cid-vvf6oSYo80 .items-wrapper .item .card_2 {
  background-color: #f2f277;
}
.cid-vvf6oSYo80 .items-wrapper .item .card_3 {
  background-color: #0c235c;
}
.cid-vvf6oSYo80 .mbr-label {
  color: #222f30;
}
.cid-vvf6oSYo80 .mbr-section-title {
  color: #222f30;
}
.cid-vvf6oSYo80 .mbr-text {
  color: #4f595a;
}
.cid-vvf6oSYo80 .item-label_1 {
  color: #ffffff;
}
.cid-vvf6oSYo80 .item-label_2 {
  color: #4f595a;
}
.cid-vvf6oSYo80 .item-label_3 {
  color: #4f595a;
}
.cid-vvf6oSYo80 .item-title_1 {
  color: #ffffff;
}
.cid-vvf6oSYo80 .item-title_2 {
  color: #222f30;
}
.cid-vvf6oSYo80 .item-title_3 {
  color: #222f30;
}
.cid-vvf6oSYo80 .item-text_1 {
  color: #ffffff;
}
.cid-vvf6oSYo80 .item-text_2 {
  color: #000000;
}
.cid-vvf6oSYo80 .item-text_3 {
  color: #ffffff;
}
.cid-vveZzSZiRM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0c235c;
}
.cid-vveZzSZiRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vveZzSZiRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vveZzSZiRM .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vveZzSZiRM .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vveZzSZiRM .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vveZzSZiRM .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vveZzSZiRM .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vveZzSZiRM .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vveZzSZiRM .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .tab-content {
    margin: 0 30px;
  }
}
.cid-vveZzSZiRM .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vveZzSZiRM .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vveZzSZiRM .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vveZzSZiRM .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0936a7;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vveZzSZiRM .nav {
  align-items: center;
}
.cid-vveZzSZiRM .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vveZzSZiRM .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vveZzSZiRM .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vveZzSZiRM .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vveZzSZiRM .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vveZzSZiRM .nav-tabs .nav-link.active p {
  display: block;
  color: #0936a7;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vveZzSZiRM .mbr-section-title {
  color: #FFFFFF;
}
.cid-vveZzSZiRM .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vveZzSZiRM .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vveZzSZiRM .mbr-amount {
  color: #FFFFFF;
}
.cid-vveZzSZiRM .mbr-desc {
  color: #FFFFFF;
}
.cid-vveZzVGB1U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vveZzVGB1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vveZzVGB1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vveZzVGB1U .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vveZzVGB1U .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vveZzVGB1U .content-wrapper .border_1 {
  left: 0;
}
.cid-vveZzVGB1U .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vveZzVGB1U .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vveZzVGB1U .content-wrapper .border_3 {
  left: 50%;
}
.cid-vveZzVGB1U .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vveZzVGB1U .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vveZzVGB1U .content-wrapper .border_5 {
  left: 100%;
}
.cid-vveZzVGB1U .items-wrapper {
  margin: 0;
}
.cid-vveZzVGB1U .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vveZzVGB1U .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vveZzVGB1U .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vveZzVGB1U .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vveZzVGB1U .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vveZzVGB1U .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #0936a7;
  border-left: 1px solid #0936a7;
}
.cid-vveZzVGB1U .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vveZzVGB1U .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #0936a7;
  margin-bottom: 3px;
}
.cid-vveZzVGB1U .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vveZzVGB1U .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vveZzVGB1U .image-wrapper {
  margin-left: 1px;
}
.cid-vveZzVGB1U .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vveZzVGB1U .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vveZzVGB1U .content-wrap {
  padding: 0 56px;
}
@media (max-width: 1440px) {
  .cid-vveZzVGB1U .content-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-vveZzVGB1U .content-wrap {
    padding: 0;
  }
}
.cid-vveZzVGB1U .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vveZzVGB1U .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vveZzVGB1U .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vveZzVGB1U .mbr-label {
  color: #f0e226;
}
.cid-vveZzVGB1U .mbr-text {
  color: #b3b2ae;
}
.cid-vvf8r1XXCZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0c235c;
}
.cid-vvf8r1XXCZ .block-title DIV {
  text-align: left;
}
.cid-vvf8r1XXCZ .block-title {
  color: #ffffff;
}
.cid-vveZzWcGkK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vveZzWcGkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vveZzWcGkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vveZzWcGkK .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vveZzWcGkK .card {
    margin-bottom: 40px;
  }
}
.cid-vveZzWcGkK .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vveZzWcGkK .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vveZzWcGkK .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vveZzWcGkK .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vveZzWcGkK .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vveZzWcGkK .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vveZzWcGkK .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vveZzWcGkK .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vveZzWcGkK img {
  border-radius: 0 !important;
}
.cid-vveZzWcGkK .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vveZzWcGkK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vveZzWcGkK .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vveZzWcGkK .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vveZzWcGkK .mbr-section-title {
  color: #ffffff;
}
.cid-vveZzWcGkK .copyright {
  color: #ffffff;
}
.cid-vveZzWcGkK .mbr-card-title {
  color: #ffffff;
}
.cid-vveZzWcGkK .list {
  color: #000000;
}
.cid-vveZzWcGkK .mbr-section-title,
.cid-vveZzWcGkK .title-wrapper,
.cid-vveZzWcGkK .social-wrapper {
  color: #0c235c;
}
.cid-vvBWTHcsvR {
  z-index: 1000;
  width: 100%;
}
.cid-vvBWTHcsvR .navbar-dropdown {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-vvBWTHcsvR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0) !important;
  background: #ffffff;
}
.cid-vvBWTHcsvR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vvBWTHcsvR .menu_box .navbar.opened,
  .cid-vvBWTHcsvR .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vvBWTHcsvR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vvBWTHcsvR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vvBWTHcsvR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vvBWTHcsvR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vvBWTHcsvR .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vvBWTHcsvR .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vvBWTHcsvR .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vvBWTHcsvR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vvBWTHcsvR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vvBWTHcsvR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vvBWTHcsvR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vvBWTHcsvR .offcanvas-body .mbr-text,
  .cid-vvBWTHcsvR .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vvBWTHcsvR .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vvBWTHcsvR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vvBWTHcsvR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vvBWTHcsvR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vvBWTHcsvR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vvBWTHcsvR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vvBWTHcsvR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vvBWTHcsvR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vvBWTHcsvR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvBWTHcsvR .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-vvBWTHcsvR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vvBWTHcsvR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vvBWTHcsvR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vvBWTHcsvR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vvBWTHcsvR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vvBWTHcsvR .nav-item {
    margin: 0 !important;
  }
}
.cid-vvBWTHcsvR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vvBWTHcsvR .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vvBWTHcsvR .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vvBWTHcsvR .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vvBWTHcsvR .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vvBWTHcsvR .dropdown-menu .dropdown-item:hover {
    color: #ffee00;
  }
  .cid-vvBWTHcsvR .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vvBWTHcsvR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvBWTHcsvR .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-vvBWTHcsvR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vvBWTHcsvR .offcanvas_box {
    display: none;
  }
}
.cid-vvBWTHcsvR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vvBWTHcsvR .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vvBWTHcsvR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvBWTHcsvR .nav-link {
  position: relative;
  color: #000000;
}
.cid-vvBWTHcsvR .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vvBWTHcsvR .container {
  display: flex;
  margin: auto;
}
.cid-vvBWTHcsvR .iconfont-wrapper {
  color: #ffffff;
  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-vvBWTHcsvR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vvBWTHcsvR .iconfont-wrapper:hover {
  color: #ffee00;
}
.cid-vvBWTHcsvR .navbar-caption {
  color: #000000;
}
.cid-vvBWTHcsvR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vvBWTHcsvR .navbar-nav {
    margin: 0;
  }
}
.cid-vvBWTHcsvR .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vvBWTHcsvR .dropdown-menu,
.cid-vvBWTHcsvR .navbar.opened {
  background-color: true !important;
}
.cid-vvBWTHcsvR .nav-item:focus,
.cid-vvBWTHcsvR .nav-link:focus {
  outline: none;
}
.cid-vvBWTHcsvR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvBWTHcsvR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvBWTHcsvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvBWTHcsvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvBWTHcsvR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvBWTHcsvR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vvBWTHcsvR .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-vvBWTHcsvR .navbar.opened {
  transition: all 0.3s;
}
.cid-vvBWTHcsvR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vvBWTHcsvR .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vvBWTHcsvR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vvBWTHcsvR .navbar.collapsed {
  justify-content: center;
}
.cid-vvBWTHcsvR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvBWTHcsvR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vvBWTHcsvR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vvBWTHcsvR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vvBWTHcsvR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vvBWTHcsvR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vvBWTHcsvR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vvBWTHcsvR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vvBWTHcsvR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vvBWTHcsvR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvBWTHcsvR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvBWTHcsvR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vvBWTHcsvR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvBWTHcsvR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvBWTHcsvR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvBWTHcsvR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vvBWTHcsvR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vvBWTHcsvR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vvBWTHcsvR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvBWTHcsvR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvBWTHcsvR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vvBWTHcsvR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vvBWTHcsvR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vvBWTHcsvR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vvBWTHcsvR .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-vvBWTHcsvR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvBWTHcsvR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvBWTHcsvR .dropdown-item.active,
.cid-vvBWTHcsvR .dropdown-item:active {
  background-color: transparent;
}
.cid-vvBWTHcsvR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvBWTHcsvR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvBWTHcsvR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvBWTHcsvR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvBWTHcsvR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vvBWTHcsvR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vvBWTHcsvR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #0c235c;
}
.cid-vvBWTHcsvR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvBWTHcsvR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vvBWTHcsvR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvBWTHcsvR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvBWTHcsvR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvBWTHcsvR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvBWTHcsvR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvBWTHcsvR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvBWTHcsvR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvBWTHcsvR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vvBWTHcsvR .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-vvBWTHcsvR .navbar {
    height: 70px;
  }
  .cid-vvBWTHcsvR .navbar.opened {
    height: auto;
  }
  .cid-vvBWTHcsvR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvBWTHcsvR .mbr-section-btn .btn,
.cid-vvBWTHcsvR .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvBWTHcsvR .mbr-section-btn .btn:first-child,
.cid-vvBWTHcsvR .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvBWTHcsvR .mbr-section-btn .btn:focus,
.cid-vvBWTHcsvR .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vvBWTHcsvR .mbr-section-btn .btn span,
.cid-vvBWTHcsvR .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c235c;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvBWTHcsvR .mbr-section-btn .btn:hover,
.cid-vvBWTHcsvR .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vvBWTHcsvR .mbr-section-btn .btn:hover span,
.cid-vvBWTHcsvR .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvBWTHcsvR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vvBWTHcsvR .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vvBWTHcsvR .navbar-caption:hover {
  color: #ffee00;
}
.cid-vvBWTHcsvR .nav-link:hover {
  color: #ffee00;
}
.cid-vvBWTHcsvR .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vvBWTHcsvR .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vvBWTHcsvR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vvBWTHcsvR .mbr-section-subtitle,
.cid-vvBWTHcsvR .text_widget {
  text-align: left;
}
.cid-vvBWTHcsvR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vvBWTIb1lh {
  background-image: url("../../../assets/images/image2028-1536x1024.png");
}
.cid-vvBWTIb1lh .main-container {
  width: 100%;
}
.cid-vvBWTIb1lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWTIb1lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWTIb1lh .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vvBWTIb1lh .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vvBWTIb1lh .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvBWTIb1lh .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvBWTT5WYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvBWTT5WYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWTT5WYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWTT5WYX .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vvBWTT5WYX .items-wrapper {
  margin: 0;
}
.cid-vvBWTT5WYX .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vvBWTT5WYX .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvBWTT5WYX .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vvBWTT5WYX .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vvBWTT5WYX .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vvBWTT5WYX .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #0936a7;
  border-left: 1px solid #0936a7;
}
.cid-vvBWTT5WYX .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .3;
}
.cid-vvBWTT5WYX .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #0936a7;
  margin-bottom: 3px;
}
.cid-vvBWTT5WYX .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vvBWTT5WYX .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vvBWTT5WYX .image-wrapper {
  margin-left: 1px;
}
.cid-vvBWTT5WYX .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvBWTT5WYX .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vvBWTT5WYX .content-wrap {
  padding: 0 56px;
}
@media (max-width: 1440px) {
  .cid-vvBWTT5WYX .content-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-vvBWTT5WYX .content-wrap {
    padding: 0;
  }
}
.cid-vvBWTT5WYX .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vvBWTT5WYX .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vvBWTT5WYX .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vvBWTT5WYX .mbr-label {
  color: #f0e226;
}
.cid-vvBWTT5WYX .mbr-text {
  color: #b3b2ae;
}
.cid-vvBWTT5WYX .mbr-text,
.cid-vvBWTT5WYX .text-wrapper,
.cid-vvBWTT5WYX .mbr-section-btn {
  color: #000000;
}
.cid-vvBWTJalQj {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #051744;
}
.cid-vvBWTJalQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWTJalQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWTJalQj .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvBWTJalQj .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvBWTJalQj .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvBWTJalQj .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde448;
  color: #051744;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvBWTJalQj .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvBWTJalQj .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvBWTJalQj .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vvBWTJalQj .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-vvBWTJalQj .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvBWTJalQj .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-vvBWTJalQj .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vvBWTJalQj .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vvBWTJalQj .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvBWTJalQj .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-vvBWTJalQj .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvBWTJalQj .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-vvBWTJalQj .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvBWTJalQj .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-vvBWTJalQj .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-vvBWTJalQj .mbr-desc {
  color: #051744;
}
.cid-vvBWTJalQj .mbr-text {
  color: #FFFFFF;
}
.cid-vvBWTJalQj .mbr-text,
.cid-vvBWTJalQj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vvBWTJJlfg {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/image2030-1536x1024.png");
}
.cid-vvBWTJJlfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWTJJlfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWTJJlfg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vvBWTJJlfg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vvBWTJJlfg .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vvBWTJJlfg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvBWTJJlfg .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vvBWTJJlfg .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vvBWTJJlfg .mbr-section-title {
  color: #47201c;
}
.cid-vvBWTJJlfg .mbr-text,
.cid-vvBWTJJlfg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vvBWTJJlfg .mbr-section-title,
.cid-vvBWTJJlfg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vvBWTNUIH6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvBWTNUIH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWTNUIH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWTNUIH6 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvBWTNUIH6 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvBWTNUIH6 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvBWTNUIH6 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvBWTNUIH6 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvBWTNUIH6 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvBWTNUIH6 .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .tab-content {
    margin: 0 30px;
  }
}
.cid-vvBWTNUIH6 .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vvBWTNUIH6 .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vvBWTNUIH6 .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0c235c;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vvBWTNUIH6 .nav {
  align-items: center;
}
.cid-vvBWTNUIH6 .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vvBWTNUIH6 .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vvBWTNUIH6 .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vvBWTNUIH6 .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vvBWTNUIH6 .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vvBWTNUIH6 .nav-tabs .nav-link.active p {
  display: block;
  color: #0c235c;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vvBWTNUIH6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvBWTNUIH6 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vvBWTNUIH6 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vvBWTNUIH6 .mbr-amount {
  color: #FFFFFF;
}
.cid-vvBWTNUIH6 .mbr-desc {
  color: #FFFFFF;
}
.cid-vvC052EvOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvC052EvOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvC052EvOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvC052EvOK .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vvC052EvOK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vvC052EvOK .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vvC052EvOK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vvC052EvOK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vvC052EvOK .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vvC052EvOK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvC052EvOK .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vvC052EvOK .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vvC052EvOK .mbr-label,
.cid-vvC052EvOK .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vvC052EvOK .mbr-section-title {
  color: #000000;
}
.cid-vvC052EvOK .mbr-text,
.cid-vvC052EvOK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vvC052EvOK .mbr-section-title,
.cid-vvC052EvOK .mbr-section-btn,
.cid-vvC052EvOK .title-wrapper {
  text-align: center;
  color: #ffee00;
}
.cid-vvC0OJDqX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvC0OJDqX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvC0OJDqX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvC0OJDqX0 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vvC0OJDqX0 .content-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}
.cid-vvC0OJDqX0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vvC0OJDqX0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvC0OJDqX0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvC0OJDqX0 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vvC0OJDqX0 .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vvC0OJDqX0 .image-wrapper {
  padding: 28px;
  background-image: linear-gradient(90deg, #0c235c, #ffee00);
}
@media (max-width: 992px) {
  .cid-vvC0OJDqX0 .image-wrapper {
    padding: 20px;
  }
}
.cid-vvC0OJDqX0 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvC0OJDqX0 .image-wrapper img {
    height: 300px;
  }
}
.cid-vvC0OJDqX0 .mbr-section-title {
  color: #ffffff;
}
.cid-vvC0OJDqX0 .mbr-text {
  color: #b9b9b9;
}
.cid-vvC0OJDqX0 .item-title {
  color: #b9b9b9;
}
.cid-vvC0OJDqX0 .item-text {
  color: #ffffff;
}
.cid-vvC0OJDqX0 .mbr-section-title,
.cid-vvC0OJDqX0 .mbr-section-btn {
  color: #124ad6;
}
.cid-vvC0OJDqX0 .mbr-text,
.cid-vvC0OJDqX0 .text-wrapper {
  color: #000000;
}
.cid-vvC0IDgVIg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0936a7;
}
.cid-vvC0IDgVIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvC0IDgVIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvC0IDgVIg .content-wrapper {
  align-items: center;
  margin: 0 -40px;
}
.cid-vvC0IDgVIg .content-wrapper .card {
  padding: 0 40px;
}
.cid-vvC0IDgVIg .image-wrapper {
  border: 1px solid #1d1d1d;
  background-color: #0c235c;
  padding: 60px 60px 0;
}
@media (max-width: 992px) {
  .cid-vvC0IDgVIg .image-wrapper {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }
}
.cid-vvC0IDgVIg .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vvC0IDgVIg .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-vvC0IDgVIg .image-wrapper img {
    height: 200px;
  }
}
.cid-vvC0IDgVIg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvC0IDgVIg .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-vvC0IDgVIg .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vvC0IDgVIg .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vvC0IDgVIg .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vvC0IDgVIg .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vvC0IDgVIg .tags-wrapper {
    margin-top: 30px;
  }
}
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_1,
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_2,
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_3,
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_4,
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_5 {
  display: inline-flex;
  padding: 8px 22px;
  border: 1px solid #1d1d1d;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_1 {
  background-color: #f2f277;
}
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_2 {
  background-color: #f2f277;
}
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_3 {
  background-color: #fde448;
}
.cid-vvC0IDgVIg .tags-wrapper .tag-wrap .mbr-tag_4 {
  background-color: #f2f277;
}
.cid-vvC0IDgVIg .mbr-section-title {
  color: #1d1d1d;
}
.cid-vvC0IDgVIg .mbr-text,
.cid-vvC0IDgVIg .text-wrapper {
  color: #1d1d1d;
}
.cid-vvC0IDgVIg .mbr-tag_1 {
  color: #1d1d1d;
}
.cid-vvC0IDgVIg .mbr-tag_2 {
  color: #000000;
}
.cid-vvC0IDgVIg .mbr-tag_3 {
  color: #1d1d1d;
}
.cid-vvC0IDgVIg .mbr-tag_4 {
  color: #000000;
}
.cid-vvBWTTN5BU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvBWTTN5BU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWTTN5BU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWTTN5BU .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vvBWTTN5BU .card {
    margin-bottom: 40px;
  }
}
.cid-vvBWTTN5BU .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvBWTTN5BU .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vvBWTTN5BU .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vvBWTTN5BU .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvBWTTN5BU .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvBWTTN5BU .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vvBWTTN5BU .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vvBWTTN5BU .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vvBWTTN5BU img {
  border-radius: 0 !important;
}
.cid-vvBWTTN5BU .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vvBWTTN5BU .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vvBWTTN5BU .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvBWTTN5BU .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vvBWTTN5BU .mbr-section-title {
  color: #ffffff;
}
.cid-vvBWTTN5BU .copyright {
  color: #ffffff;
}
.cid-vvBWTTN5BU .mbr-card-title {
  color: #ffffff;
}
.cid-vvBWTTN5BU .list {
  color: #000000;
}
.cid-vvBWTTN5BU .mbr-section-title,
.cid-vvBWTTN5BU .title-wrapper,
.cid-vvBWTTN5BU .social-wrapper {
  color: #0c235c;
}
.cid-vvCsYxpfLu {
  z-index: 1000;
  width: 100%;
}
.cid-vvCsYxpfLu .navbar-dropdown {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-vvCsYxpfLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0) !important;
  background: #ffffff;
}
.cid-vvCsYxpfLu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vvCsYxpfLu .menu_box .navbar.opened,
  .cid-vvCsYxpfLu .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vvCsYxpfLu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vvCsYxpfLu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vvCsYxpfLu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vvCsYxpfLu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vvCsYxpfLu .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vvCsYxpfLu .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vvCsYxpfLu .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vvCsYxpfLu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vvCsYxpfLu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vvCsYxpfLu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vvCsYxpfLu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vvCsYxpfLu .offcanvas-body .mbr-text,
  .cid-vvCsYxpfLu .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vvCsYxpfLu .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vvCsYxpfLu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vvCsYxpfLu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vvCsYxpfLu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vvCsYxpfLu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vvCsYxpfLu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vvCsYxpfLu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vvCsYxpfLu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vvCsYxpfLu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvCsYxpfLu .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-vvCsYxpfLu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vvCsYxpfLu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vvCsYxpfLu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vvCsYxpfLu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vvCsYxpfLu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vvCsYxpfLu .nav-item {
    margin: 0 !important;
  }
}
.cid-vvCsYxpfLu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vvCsYxpfLu .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vvCsYxpfLu .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vvCsYxpfLu .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vvCsYxpfLu .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vvCsYxpfLu .dropdown-menu .dropdown-item:hover {
    color: #ffee00;
  }
  .cid-vvCsYxpfLu .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vvCsYxpfLu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvCsYxpfLu .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-vvCsYxpfLu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vvCsYxpfLu .offcanvas_box {
    display: none;
  }
}
.cid-vvCsYxpfLu .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vvCsYxpfLu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vvCsYxpfLu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvCsYxpfLu .nav-link {
  position: relative;
  color: #000000;
}
.cid-vvCsYxpfLu .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vvCsYxpfLu .container {
  display: flex;
  margin: auto;
}
.cid-vvCsYxpfLu .iconfont-wrapper {
  color: #ffffff;
  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-vvCsYxpfLu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vvCsYxpfLu .iconfont-wrapper:hover {
  color: #ffee00;
}
.cid-vvCsYxpfLu .navbar-caption {
  color: #000000;
}
.cid-vvCsYxpfLu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vvCsYxpfLu .navbar-nav {
    margin: 0;
  }
}
.cid-vvCsYxpfLu .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vvCsYxpfLu .dropdown-menu,
.cid-vvCsYxpfLu .navbar.opened {
  background-color: true !important;
}
.cid-vvCsYxpfLu .nav-item:focus,
.cid-vvCsYxpfLu .nav-link:focus {
  outline: none;
}
.cid-vvCsYxpfLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvCsYxpfLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvCsYxpfLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvCsYxpfLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvCsYxpfLu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvCsYxpfLu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vvCsYxpfLu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-vvCsYxpfLu .navbar.opened {
  transition: all 0.3s;
}
.cid-vvCsYxpfLu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vvCsYxpfLu .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vvCsYxpfLu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vvCsYxpfLu .navbar.collapsed {
  justify-content: center;
}
.cid-vvCsYxpfLu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvCsYxpfLu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vvCsYxpfLu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vvCsYxpfLu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vvCsYxpfLu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vvCsYxpfLu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vvCsYxpfLu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vvCsYxpfLu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vvCsYxpfLu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vvCsYxpfLu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvCsYxpfLu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvCsYxpfLu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vvCsYxpfLu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvCsYxpfLu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvCsYxpfLu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvCsYxpfLu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vvCsYxpfLu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vvCsYxpfLu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vvCsYxpfLu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvCsYxpfLu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvCsYxpfLu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vvCsYxpfLu .navbar.navbar-short {
  min-height: 60px;
}
.cid-vvCsYxpfLu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vvCsYxpfLu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vvCsYxpfLu .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-vvCsYxpfLu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvCsYxpfLu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvCsYxpfLu .dropdown-item.active,
.cid-vvCsYxpfLu .dropdown-item:active {
  background-color: transparent;
}
.cid-vvCsYxpfLu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvCsYxpfLu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvCsYxpfLu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvCsYxpfLu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvCsYxpfLu ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vvCsYxpfLu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vvCsYxpfLu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #0c235c;
}
.cid-vvCsYxpfLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvCsYxpfLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vvCsYxpfLu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvCsYxpfLu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvCsYxpfLu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvCsYxpfLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvCsYxpfLu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvCsYxpfLu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvCsYxpfLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvCsYxpfLu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vvCsYxpfLu .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-vvCsYxpfLu .navbar {
    height: 70px;
  }
  .cid-vvCsYxpfLu .navbar.opened {
    height: auto;
  }
  .cid-vvCsYxpfLu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvCsYxpfLu .mbr-section-btn .btn,
.cid-vvCsYxpfLu .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvCsYxpfLu .mbr-section-btn .btn:first-child,
.cid-vvCsYxpfLu .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvCsYxpfLu .mbr-section-btn .btn:focus,
.cid-vvCsYxpfLu .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vvCsYxpfLu .mbr-section-btn .btn span,
.cid-vvCsYxpfLu .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c235c;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvCsYxpfLu .mbr-section-btn .btn:hover,
.cid-vvCsYxpfLu .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vvCsYxpfLu .mbr-section-btn .btn:hover span,
.cid-vvCsYxpfLu .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvCsYxpfLu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vvCsYxpfLu .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vvCsYxpfLu .navbar-caption:hover {
  color: #ffee00;
}
.cid-vvCsYxpfLu .nav-link:hover {
  color: #ffee00;
}
.cid-vvCsYxpfLu .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vvCsYxpfLu .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vvCsYxpfLu .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vvCsYxpfLu .mbr-section-subtitle,
.cid-vvCsYxpfLu .text_widget {
  text-align: left;
}
.cid-vvCsYxpfLu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vvCsYyyd5a {
  background-image: url("../../../assets/images/whatsapp20image202026-09-1820at201.01.5920pm-960x720.jpg");
}
.cid-vvCsYyyd5a .main-container {
  width: 100%;
}
.cid-vvCsYyyd5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCsYyyd5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCsYyyd5a .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vvCsYyyd5a .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vvCsYyyd5a .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvCsYyyd5a .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvCsYA1oPQ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vvCsYA1oPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCsYA1oPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCsYA1oPQ .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvCsYA1oPQ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvCsYA1oPQ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvCsYA1oPQ .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde448;
  color: #051744;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvCsYA1oPQ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvCsYA1oPQ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvCsYA1oPQ .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #0c235c;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vvCsYA1oPQ .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-vvCsYA1oPQ .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvCsYA1oPQ .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-vvCsYA1oPQ .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vvCsYA1oPQ .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vvCsYA1oPQ .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvCsYA1oPQ .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-vvCsYA1oPQ .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvCsYA1oPQ .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-vvCsYA1oPQ .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvCsYA1oPQ .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-vvCsYA1oPQ .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-vvCsYA1oPQ .mbr-desc {
  color: #ffee00;
}
.cid-vvCsYA1oPQ .mbr-text {
  color: #FFFFFF;
}
.cid-vvCsYA1oPQ .mbr-text,
.cid-vvCsYA1oPQ .mbr-section-btn {
  text-align: center;
}
.cid-vvCsYzjGD2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvCsYzjGD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCsYzjGD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCsYzjGD2 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvCsYzjGD2 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvCsYzjGD2 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvCsYzjGD2 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #1e3672;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvCsYzjGD2 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvCsYzjGD2 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvCsYzjGD2 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvCsYzjGD2 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vvCsYzjGD2 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvCsYzjGD2 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vvCsYzjGD2 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvCsYzjGD2 .mbr-section-title,
.cid-vvCsYzjGD2 .mbr-section-btn {
  text-align: center;
}
.cid-vvCsYAQWGH {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp20image202026-09-1820at201.01.5920pm202-960x637.jpg");
}
.cid-vvCsYAQWGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCsYAQWGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCsYAQWGH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vvCsYAQWGH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vvCsYAQWGH .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vvCsYAQWGH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvCsYAQWGH .content-wrapper .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-vvCsYAQWGH .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vvCsYAQWGH .mbr-section-title {
  color: #47201c;
}
.cid-vvCsYAQWGH .mbr-text,
.cid-vvCsYAQWGH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vvCsYAQWGH .mbr-section-title,
.cid-vvCsYAQWGH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vvCsYFBowq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvCsYFBowq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCsYFBowq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCsYFBowq .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvCsYFBowq .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvCsYFBowq .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvCsYFBowq .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvCsYFBowq .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvCsYFBowq .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvCsYFBowq .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .tab-content {
    margin: 0 30px;
  }
}
.cid-vvCsYFBowq .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vvCsYFBowq .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vvCsYFBowq .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vvCsYFBowq .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0936a7;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vvCsYFBowq .nav {
  align-items: center;
}
.cid-vvCsYFBowq .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vvCsYFBowq .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vvCsYFBowq .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vvCsYFBowq .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vvCsYFBowq .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vvCsYFBowq .nav-tabs .nav-link.active p {
  display: block;
  color: #0936a7;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vvCsYFBowq .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvCsYFBowq .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vvCsYFBowq .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vvCsYFBowq .mbr-amount {
  color: #FFFFFF;
}
.cid-vvCsYFBowq .mbr-desc {
  color: #FFFFFF;
}
.cid-vvCvpT6HWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvCvpT6HWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCvpT6HWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCvpT6HWx .title-wrapper {
  margin: 0 160px 120px;
  padding-top: 20px;
  border-top: 2px solid #000000;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvCvpT6HWx .title-wrapper {
    margin: 0 30px 90px;
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .cid-vvCvpT6HWx .title-wrapper {
    margin: 0 30px 60px;
  }
}
.cid-vvCvpT6HWx .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-vvCvpT6HWx .title-wrapper .mbr-text {
  margin: 0 0 0 100px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .cid-vvCvpT6HWx .title-wrapper .mbr-text {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vvCvpT6HWx .title-wrapper .mbr-text {
    margin: 25px 0 0 0;
    padding: 0;
  }
}
.cid-vvCvpT6HWx .tab-content {
  margin-left: 160px;
}
@media (max-width: 992px) {
  .cid-vvCvpT6HWx .tab-content {
    margin: 0 30px 40px;
  }
}
.cid-vvCvpT6HWx .tab-content .tab-pane .card {
  max-height: 460px;
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vvCvpT6HWx .tab-content .tab-pane .card {
    min-height: 100%;
  }
}
.cid-vvCvpT6HWx .tab-content .tab-pane .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vvCvpT6HWx .nav {
  margin-right: 160px;
  padding: 0 50px 0 100px;
}
@media (max-width: 1200px) {
  .cid-vvCvpT6HWx .nav {
    padding: 0 50px 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vvCvpT6HWx .nav {
    margin: 0 30px;
    padding: 0;
  }
}
.cid-vvCvpT6HWx .nav .nav-link {
  border: none;
  border-top: 2px solid #000000;
  border-radius: 0;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vvCvpT6HWx .nav .nav-link .item-wrapper {
  display: inline-flex;
  margin-bottom: 10px;
  transform: translate(-35px, 0);
  transition: all .3s ease;
}
.cid-vvCvpT6HWx .nav .nav-link .item-wrapper .item-number {
  margin: 0 12px 0 0;
  opacity: 0;
  color: #124ad6;
}
.cid-vvCvpT6HWx .nav .nav-link .item-wrapper .item-title {
  margin: 0;
  color: #000000;
}
.cid-vvCvpT6HWx .nav .nav-link .item-text {
  height: 0;
  opacity: 0;
  margin: 0;
  transition: all .3s ease;
  color: #000000;
}
.cid-vvCvpT6HWx .nav .nav-link.active {
  border-top: 2px solid #124ad6;
}
.cid-vvCvpT6HWx .nav .nav-link.active .item-wrapper {
  transform: translate(0, 0);
}
.cid-vvCvpT6HWx .nav .nav-link.active .item-wrapper .item-number {
  opacity: 1;
}
.cid-vvCvpT6HWx .nav .nav-link.active .item-text {
  height: auto;
  opacity: 1;
  padding-bottom: 40px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vvCvpT6HWx .nav .nav-link.active .item-text {
    padding-bottom: 25px;
  }
}
.cid-vvCvpT6HWx .nav-item {
  width: 100%;
}
.cid-vvCvpT6HWx .nav-tabs {
  border: none;
}
.cid-vvCvpT6HWx .mbr-section-title {
  color: #000000;
}
.cid-vvCvpT6HWx .mbr-text {
  color: #000000;
}
.cid-vvCsYLKwSu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
}
.cid-vvCsYLKwSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCsYLKwSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCsYLKwSu .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vvCsYLKwSu .items-wrapper {
  margin: 0;
}
.cid-vvCsYLKwSu .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vvCsYLKwSu .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvCsYLKwSu .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vvCsYLKwSu .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vvCsYLKwSu .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vvCsYLKwSu .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #0936a7;
  border-left: 1px solid #0936a7;
}
.cid-vvCsYLKwSu .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vvCsYLKwSu .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #0936a7;
  margin-bottom: 3px;
}
.cid-vvCsYLKwSu .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vvCsYLKwSu .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vvCsYLKwSu .image-wrapper {
  margin-left: 1px;
}
.cid-vvCsYLKwSu .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvCsYLKwSu .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vvCsYLKwSu .content-wrap {
  padding: 0 56px;
}
@media (max-width: 1440px) {
  .cid-vvCsYLKwSu .content-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-vvCsYLKwSu .content-wrap {
    padding: 0;
  }
}
.cid-vvCsYLKwSu .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vvCsYLKwSu .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vvCsYLKwSu .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vvCsYLKwSu .mbr-label {
  color: #f0e226;
}
.cid-vvCsYLKwSu .mbr-text {
  color: #b3b2ae;
}
.cid-vvCsYKl0Ij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvCsYKl0Ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCsYKl0Ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCsYKl0Ij .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvCsYKl0Ij .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvCsYKl0Ij .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvCsYKl0Ij .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c235c;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvCsYKl0Ij .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvCsYKl0Ij .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvCsYKl0Ij .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .tab-content {
    margin: 0 30px;
  }
}
.cid-vvCsYKl0Ij .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vvCsYKl0Ij .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vvCsYKl0Ij .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #0c235c;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vvCsYKl0Ij .nav {
  align-items: center;
}
.cid-vvCsYKl0Ij .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vvCsYKl0Ij .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vvCsYKl0Ij .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vvCsYKl0Ij .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vvCsYKl0Ij .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vvCsYKl0Ij .nav-tabs .nav-link.active p {
  display: block;
  color: #0c235c;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vvCsYKl0Ij .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvCsYKl0Ij .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vvCsYKl0Ij .mbr-text {
  color: #FFFFFF;
}
.cid-vvCsYKl0Ij .mbr-amount {
  color: #FFFFFF;
}
.cid-vvCsYKl0Ij .mbr-desc {
  color: #FFFFFF;
}
.cid-vvCxketW6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvCxketW6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCxketW6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCxketW6O .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vvCxketW6O .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vvCxketW6O .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vvCxketW6O .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vvCxketW6O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vvCxketW6O .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vvCxketW6O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvCxketW6O .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vvCxketW6O .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vvCxketW6O .mbr-label,
.cid-vvCxketW6O .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vvCxketW6O .mbr-section-title {
  color: #000000;
}
.cid-vvCxketW6O .mbr-text,
.cid-vvCxketW6O .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vvCxketW6O .mbr-section-title,
.cid-vvCxketW6O .mbr-section-btn,
.cid-vvCxketW6O .title-wrapper {
  text-align: center;
  color: #ffee00;
}
.cid-vvCsYMMwtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvCsYMMwtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCsYMMwtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCsYMMwtP .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vvCsYMMwtP .card {
    margin-bottom: 40px;
  }
}
.cid-vvCsYMMwtP .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvCsYMMwtP .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vvCsYMMwtP .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vvCsYMMwtP .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvCsYMMwtP .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvCsYMMwtP .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vvCsYMMwtP .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vvCsYMMwtP .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vvCsYMMwtP img {
  border-radius: 0 !important;
}
.cid-vvCsYMMwtP .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vvCsYMMwtP .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vvCsYMMwtP .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvCsYMMwtP .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vvCsYMMwtP .mbr-section-title {
  color: #ffffff;
}
.cid-vvCsYMMwtP .copyright {
  color: #ffffff;
}
.cid-vvCsYMMwtP .mbr-card-title {
  color: #ffffff;
}
.cid-vvCsYMMwtP .list {
  color: #000000;
}
.cid-vvCsYMMwtP .mbr-section-title,
.cid-vvCsYMMwtP .title-wrapper,
.cid-vvCsYMMwtP .social-wrapper {
  color: #0c235c;
}
.cid-vvBWVTIkFs {
  z-index: 1000;
  width: 100%;
}
.cid-vvBWVTIkFs .navbar-dropdown {
  background: rgba(255, 255, 255, 0) !important;
  padding: 0;
  position: fixed;
}
.cid-vvBWVTIkFs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0) !important;
  background: #ffffff;
}
.cid-vvBWVTIkFs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vvBWVTIkFs .menu_box .navbar.opened,
  .cid-vvBWVTIkFs .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vvBWVTIkFs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vvBWVTIkFs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vvBWVTIkFs .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vvBWVTIkFs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vvBWVTIkFs .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vvBWVTIkFs .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vvBWVTIkFs .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vvBWVTIkFs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vvBWVTIkFs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vvBWVTIkFs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vvBWVTIkFs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vvBWVTIkFs .offcanvas-body .mbr-text,
  .cid-vvBWVTIkFs .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vvBWVTIkFs .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vvBWVTIkFs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vvBWVTIkFs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vvBWVTIkFs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vvBWVTIkFs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vvBWVTIkFs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vvBWVTIkFs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vvBWVTIkFs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vvBWVTIkFs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvBWVTIkFs .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-vvBWVTIkFs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vvBWVTIkFs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vvBWVTIkFs .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vvBWVTIkFs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vvBWVTIkFs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vvBWVTIkFs .nav-item {
    margin: 0 !important;
  }
}
.cid-vvBWVTIkFs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vvBWVTIkFs .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vvBWVTIkFs .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vvBWVTIkFs .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vvBWVTIkFs .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vvBWVTIkFs .dropdown-menu .dropdown-item:hover {
    color: #ffee00;
  }
  .cid-vvBWVTIkFs .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vvBWVTIkFs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vvBWVTIkFs .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-vvBWVTIkFs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vvBWVTIkFs .offcanvas_box {
    display: none;
  }
}
.cid-vvBWVTIkFs .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vvBWVTIkFs .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vvBWVTIkFs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvBWVTIkFs .nav-link {
  position: relative;
  color: #000000;
}
.cid-vvBWVTIkFs .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vvBWVTIkFs .container {
  display: flex;
  margin: auto;
}
.cid-vvBWVTIkFs .iconfont-wrapper {
  color: #ffffff;
  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-vvBWVTIkFs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vvBWVTIkFs .iconfont-wrapper:hover {
  color: #ffee00;
}
.cid-vvBWVTIkFs .navbar-caption {
  color: #000000;
}
.cid-vvBWVTIkFs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vvBWVTIkFs .navbar-nav {
    margin: 0;
  }
}
.cid-vvBWVTIkFs .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vvBWVTIkFs .dropdown-menu,
.cid-vvBWVTIkFs .navbar.opened {
  background-color: true !important;
}
.cid-vvBWVTIkFs .nav-item:focus,
.cid-vvBWVTIkFs .nav-link:focus {
  outline: none;
}
.cid-vvBWVTIkFs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvBWVTIkFs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvBWVTIkFs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvBWVTIkFs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvBWVTIkFs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvBWVTIkFs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vvBWVTIkFs .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-vvBWVTIkFs .navbar.opened {
  transition: all 0.3s;
}
.cid-vvBWVTIkFs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vvBWVTIkFs .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vvBWVTIkFs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vvBWVTIkFs .navbar.collapsed {
  justify-content: center;
}
.cid-vvBWVTIkFs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvBWVTIkFs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vvBWVTIkFs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vvBWVTIkFs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vvBWVTIkFs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vvBWVTIkFs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vvBWVTIkFs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vvBWVTIkFs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vvBWVTIkFs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vvBWVTIkFs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvBWVTIkFs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvBWVTIkFs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vvBWVTIkFs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvBWVTIkFs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvBWVTIkFs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvBWVTIkFs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vvBWVTIkFs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vvBWVTIkFs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vvBWVTIkFs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvBWVTIkFs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvBWVTIkFs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vvBWVTIkFs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vvBWVTIkFs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vvBWVTIkFs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vvBWVTIkFs .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-vvBWVTIkFs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvBWVTIkFs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvBWVTIkFs .dropdown-item.active,
.cid-vvBWVTIkFs .dropdown-item:active {
  background-color: transparent;
}
.cid-vvBWVTIkFs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvBWVTIkFs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvBWVTIkFs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvBWVTIkFs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvBWVTIkFs ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vvBWVTIkFs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vvBWVTIkFs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #0c235c;
}
.cid-vvBWVTIkFs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvBWVTIkFs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vvBWVTIkFs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvBWVTIkFs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvBWVTIkFs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvBWVTIkFs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvBWVTIkFs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvBWVTIkFs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvBWVTIkFs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvBWVTIkFs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vvBWVTIkFs .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-vvBWVTIkFs .navbar {
    height: 70px;
  }
  .cid-vvBWVTIkFs .navbar.opened {
    height: auto;
  }
  .cid-vvBWVTIkFs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvBWVTIkFs .mbr-section-btn .btn,
.cid-vvBWVTIkFs .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvBWVTIkFs .mbr-section-btn .btn:first-child,
.cid-vvBWVTIkFs .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvBWVTIkFs .mbr-section-btn .btn:focus,
.cid-vvBWVTIkFs .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vvBWVTIkFs .mbr-section-btn .btn span,
.cid-vvBWVTIkFs .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c235c;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvBWVTIkFs .mbr-section-btn .btn:hover,
.cid-vvBWVTIkFs .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #ffee00 !important;
}
.cid-vvBWVTIkFs .mbr-section-btn .btn:hover span,
.cid-vvBWVTIkFs .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvBWVTIkFs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vvBWVTIkFs .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vvBWVTIkFs .navbar-caption:hover {
  color: #ffee00;
}
.cid-vvBWVTIkFs .nav-link:hover {
  color: #ffee00;
}
.cid-vvBWVTIkFs .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vvBWVTIkFs .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vvBWVTIkFs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vvBWVTIkFs .mbr-section-subtitle,
.cid-vvBWVTIkFs .text_widget {
  text-align: left;
}
.cid-vvBWVTIkFs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vvBWVUsrdE {
  background-image: url("../../../assets/images/image2031-1254x1254.png");
}
.cid-vvBWVUsrdE .main-container {
  width: 100%;
}
.cid-vvBWVUsrdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWVUsrdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWVUsrdE .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vvBWVUsrdE .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vvBWVUsrdE .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvBWVUsrdE .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvC8HAHnJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvC8HAHnJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvC8HAHnJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvC8HAHnJA .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vvC8HAHnJA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vvC8HAHnJA .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vvC8HAHnJA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vvC8HAHnJA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vvC8HAHnJA .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vvC8HAHnJA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvC8HAHnJA .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vvC8HAHnJA .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vvC8HAHnJA .mbr-label,
.cid-vvC8HAHnJA .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vvC8HAHnJA .mbr-section-title {
  color: #000000;
}
.cid-vvC8HAHnJA .mbr-text,
.cid-vvC8HAHnJA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vvC8HAHnJA .mbr-section-title,
.cid-vvC8HAHnJA .mbr-section-btn,
.cid-vvC8HAHnJA .title-wrapper {
  text-align: center;
  color: #ffee00;
}
.cid-vvBWVVtF9z {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vvBWVVtF9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWVVtF9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWVVtF9z .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvBWVVtF9z .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvBWVVtF9z .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvBWVVtF9z .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde448;
  color: #051744;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvBWVVtF9z .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvBWVVtF9z .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvBWVVtF9z .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #0c235c;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vvBWVVtF9z .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-vvBWVVtF9z .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvBWVVtF9z .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-vvBWVVtF9z .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vvBWVVtF9z .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vvBWVVtF9z .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvBWVVtF9z .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-vvBWVVtF9z .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvBWVVtF9z .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-vvBWVVtF9z .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvBWVVtF9z .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-vvBWVVtF9z .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-vvBWVVtF9z .mbr-desc {
  color: #ffee00;
}
.cid-vvBWVVtF9z .mbr-text {
  color: #FFFFFF;
}
.cid-vvBWVVtF9z .mbr-text,
.cid-vvBWVVtF9z .mbr-section-btn {
  text-align: left;
}
.cid-vvCfTZc3rP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvCfTZc3rP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCfTZc3rP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCfTZc3rP .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vvCfTZc3rP .content-wrapper .content {
  padding: 0;
}
.cid-vvCfTZc3rP .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vvCfTZc3rP .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vvCfTZc3rP .content-wrap .card {
  padding: 0;
}
.cid-vvCfTZc3rP .label-wrapper {
  margin-bottom: 20px;
}
.cid-vvCfTZc3rP .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #21242b;
  padding: 7px 14px 6px;
}
.cid-vvCfTZc3rP .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vvCfTZc3rP .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vvCfTZc3rP .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vvCfTZc3rP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vvCfTZc3rP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvCfTZc3rP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vvCfTZc3rP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vvCfTZc3rP .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vvCfTZc3rP .items-wrapper .item {
  padding: 0;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vvCfTZc3rP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vvCfTZc3rP .items-wrapper .item .item-wrapper {
    padding-right: 0;
  }
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 24px;
  height: 24px;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f2f277 45%);
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f2f277 45%);
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(315deg, transparent 45%, #f2f277 45%);
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f2f277;
  margin: 0 -1px;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .frame_2 .frame-wrap {
  margin: 0 -1px 0 0;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
  background-color: #f2f277;
  padding: 1px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box {
    height: auto;
    min-height: auto;
  }
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #d63614;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #f2f277;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-vvCfTZc3rP .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-top: 20px;
  margin-bottom: -24px;
  margin-right: -24px;
}
.cid-vvCfTZc3rP .btn-wrapper {
  margin-top: -2rem;
}
.cid-vvCfTZc3rP .mbr-label,
.cid-vvCfTZc3rP .label-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vvCfTZc3rP .mbr-label,
  .cid-vvCfTZc3rP .label-wrapper {
    text-align: left;
  }
}
.cid-vvCfTZc3rP .mbr-section-title {
  color: #ffffff;
}
.cid-vvCfTZc3rP .mbr-section-subtitle {
  color: #ffee00;
}
.cid-vvCfTZc3rP .mbr-text {
  color: #9e9e9e;
}
.cid-vvCfTZc3rP .item-label {
  color: #ffffff;
}
.cid-vvCfTZc3rP .item-title {
  color: #ffffff;
}
.cid-vvCfTZc3rP .item-text {
  color: #9e9e9e;
}
.cid-vvCfTZc3rP .item-number {
  color: #080a10;
  text-align: right;
}
.cid-vvCfTZc3rP .mbr-text,
.cid-vvCfTZc3rP .mbr-section-btn {
  color: #ffffff;
}
.cid-vvCfTZc3rP .item-text,
.cid-vvCfTZc3rP .mbr-section-btn {
  color: #000000;
}
.cid-vvBWVZfBZ9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvBWVZfBZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWVZfBZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWVZfBZ9 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvBWVZfBZ9 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvBWVZfBZ9 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvBWVZfBZ9 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c235c;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvBWVZfBZ9 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvBWVZfBZ9 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvBWVZfBZ9 .tab-content {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .tab-content {
    margin: 0 30px;
  }
}
.cid-vvBWVZfBZ9 .tab-content .tab-pane .card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .tab-content .tab-pane .card {
    display: block;
  }
}
.cid-vvBWVZfBZ9 .tab-content .tab-pane .card img {
  width: 45%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .tab-content .tab-pane .card img {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .cid-vvBWVZfBZ9 .tab-content .tab-pane .card img {
    height: 500px;
  }
}
.cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container {
  min-height: 50rem;
  margin-top: -1rem;
  padding: 60px;
  background: #124ad6;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container {
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
}
.cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-amount {
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-amount {
    margin: 30px 0 12px;
  }
}
.cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-desc {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .tab-content .tab-pane .card .card-container .mbr-desc {
    padding-top: 12px;
  }
}
.cid-vvBWVZfBZ9 .nav {
  align-items: center;
}
.cid-vvBWVZfBZ9 .nav-tabs {
  margin-left: 160px;
  border: none;
}
@media (max-width: 992px) {
  .cid-vvBWVZfBZ9 .nav-tabs {
    margin-left: 30px;
  }
}
.cid-vvBWVZfBZ9 .nav-tabs .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin: 6px;
  padding: 0;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all .3s ease;
}
.cid-vvBWVZfBZ9 .nav-tabs .nav-link p {
  margin: 0;
  display: none;
  transition: all .3s ease;
}
.cid-vvBWVZfBZ9 .nav-tabs .nav-link.active {
  border: 2px solid #000000;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.cid-vvBWVZfBZ9 .nav-tabs .nav-link.active p {
  display: block;
  color: #124ad6;
  transition: all .3s ease;
  font-size: 21px;
  pointer-events: none;
}
.cid-vvBWVZfBZ9 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvBWVZfBZ9 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vvBWVZfBZ9 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vvBWVZfBZ9 .mbr-amount {
  color: #FFFFFF;
}
.cid-vvBWVZfBZ9 .mbr-desc {
  color: #FFFFFF;
}
.cid-vvCno1vNhe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c235c;
}
.cid-vvCno1vNhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCno1vNhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCno1vNhe .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vvCno1vNhe .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vvCno1vNhe .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vvCno1vNhe .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vvCno1vNhe .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
}
.cid-vvCno1vNhe .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vvCno1vNhe .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vvCno1vNhe .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vvCno1vNhe .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvCno1vNhe .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vvCno1vNhe .mbr-section-title {
  color: #FFFFFF;
}
.cid-vvCno1vNhe .mbr-section-title,
.cid-vvCno1vNhe .mbr-section-btn {
  text-align: center;
}
.cid-vvCnF5MJIx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vvCnF5MJIx .row {
  flex-direction: row-reverse;
}
.cid-vvCnF5MJIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCnF5MJIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCnF5MJIx .mbr-description {
  text-align: left;
}
.cid-vvCnF5MJIx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vvCnF5MJIx .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vvCnF5MJIx .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vvCnF5MJIx .card-title,
.cid-vvCnF5MJIx .iconfont-wrapper {
  color: #000000;
}
.cid-vvCnF5MJIx .card-text {
  color: #000000;
}
.cid-vvCnF5MJIx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vvCnF5MJIx .mbr-text,
.cid-vvCnF5MJIx .mbr-section-btn {
  text-align: center;
}
.cid-vvCnF5MJIx .card-text,
.cid-vvCnF5MJIx .item .mbr-section-btn {
  text-align: left;
}
.cid-vvCnF5MJIx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vvCnF5MJIx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vvCnF5MJIx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vvCnF5MJIx .mbr-text UL {
  text-align: left;
}
.cid-vvCopJt2qX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0c235c;
}
.cid-vvCopJt2qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvCopJt2qX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvCopJt2qX .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vvCopJt2qX .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vvCopJt2qX .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vvCopJt2qX .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vvCopJt2qX .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vvCopJt2qX .row {
  flex-direction: row-reverse;
}
.cid-vvCopJt2qX .image-wrapper {
  padding: 0 1rem;
}
.cid-vvCopJt2qX img,
.cid-vvCopJt2qX .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vvCopJt2qX img,
  .cid-vvCopJt2qX .image-wrapper {
    max-height: 350px;
  }
}
.cid-vvCopJt2qX .mbr-section-title {
  color: #124ad6;
}
.cid-vvCopJt2qX .mbr-text {
  color: #000000;
}
.cid-vvBWW4SL1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvBWW4SL1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvBWW4SL1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvBWW4SL1z .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vvBWW4SL1z .card {
    margin-bottom: 40px;
  }
}
.cid-vvBWW4SL1z .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvBWW4SL1z .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vvBWW4SL1z .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vvBWW4SL1z .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vvBWW4SL1z .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vvBWW4SL1z .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vvBWW4SL1z .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vvBWW4SL1z .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vvBWW4SL1z img {
  border-radius: 0 !important;
}
.cid-vvBWW4SL1z .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vvBWW4SL1z .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vvBWW4SL1z .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vvBWW4SL1z .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vvBWW4SL1z .mbr-section-title {
  color: #ffffff;
}
.cid-vvBWW4SL1z .copyright {
  color: #ffffff;
}
.cid-vvBWW4SL1z .mbr-card-title {
  color: #ffffff;
}
.cid-vvBWW4SL1z .list {
  color: #000000;
}
.cid-vvBWW4SL1z .mbr-section-title,
.cid-vvBWW4SL1z .title-wrapper,
.cid-vvBWW4SL1z .social-wrapper {
  color: #0c235c;
}
