.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 32px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 32px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 32px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 32px;
}
.bg-primary {
  background-color: #1b3b65 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #8e8ead !important;
}
.bg-warning {
  background-color: #9ec2fe !important;
}
.bg-danger {
  background-color: #990066 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b3b65 !important;
  border-color: #1b3b65 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #26538d !important;
  border-color: #26538d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #26538d !important;
  border-color: #26538d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a71b4 !important;
  border-color: #4a71b4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6e8dc3 !important;
  border-color: #6e8dc3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6e8dc3 !important;
  border-color: #6e8dc3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8e8ead !important;
  border-color: #8e8ead !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #acacc2 !important;
  border-color: #acacc2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #acacc2 !important;
  border-color: #acacc2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9ec2fe !important;
  border-color: #9ec2fe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d0e2ff !important;
  border-color: #d0e2ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d0e2ff !important;
  border-color: #d0e2ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #990066 !important;
  border-color: #990066 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #cc0088 !important;
  border-color: #cc0088 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0088 !important;
  border-color: #cc0088 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1b3b65;
  color: #1b3b65;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #091321 !important;
  background-color: transparent !important;
  border-color: #091321 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b3b65 !important;
  border-color: #1b3b65 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4a71b4;
  color: #4a71b4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #314a77 !important;
  background-color: transparent !important;
  border-color: #314a77 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a71b4 !important;
  border-color: #4a71b4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8e8ead;
  color: #8e8ead;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #606084 !important;
  background-color: transparent !important;
  border-color: #606084 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8ead !important;
  border-color: #8e8ead !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9ec2fe;
  color: #9ec2fe;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #488cfd !important;
  background-color: transparent !important;
  border-color: #488cfd !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9ec2fe !important;
  border-color: #9ec2fe !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #990066;
  color: #990066;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #42002c !important;
  background-color: transparent !important;
  border-color: #42002c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #990066 !important;
  border-color: #990066 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1b3b65 !important;
}
.text-secondary {
  color: #4a71b4 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #8e8ead !important;
}
.text-warning {
  color: #9ec2fe !important;
}
.text-danger {
  color: #990066 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #050c15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2c446c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5a5a7b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3983fd !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #330022 !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: #1b3b65;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8e8ead;
}
.alert-warning {
  background-color: #9ec2fe;
}
.alert-danger {
  background-color: #990066;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b3b65;
  border-color: #1b3b65;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1b3b65;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3676c9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d8d8e3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1ab2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #1b3b65 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1b3b65;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b3b65;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1b3b65;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1b3b65;
  border-bottom-color: #1b3b65;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1b3b65 !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: #4a71b4 !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='%231b3b65' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 0 24px;
  height: 64px;
  min-width: 150px;
  font-weight: 700 !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-right: 8px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 40px !important;
}
.cid-tMfhYTk8lh {
  z-index: 1000;
  width: 100%;
}
.cid-tMfhYTk8lh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tMfhYTk8lh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tMfhYTk8lh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfhYTk8lh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfhYTk8lh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfhYTk8lh .menu_box .navbar.opened,
  .cid-tMfhYTk8lh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfhYTk8lh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tMfhYTk8lh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfhYTk8lh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfhYTk8lh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfhYTk8lh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfhYTk8lh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfhYTk8lh .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #262642;
  }
  .cid-tMfhYTk8lh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfhYTk8lh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfhYTk8lh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfhYTk8lh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfhYTk8lh .offcanvas-body .mbr-text,
  .cid-tMfhYTk8lh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfhYTk8lh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfhYTk8lh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfhYTk8lh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4a71b4;
  }
  .cid-tMfhYTk8lh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfhYTk8lh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfhYTk8lh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfhYTk8lh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfhYTk8lh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfhYTk8lh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfhYTk8lh .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-tMfhYTk8lh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfhYTk8lh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfhYTk8lh .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfhYTk8lh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfhYTk8lh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfhYTk8lh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfhYTk8lh .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfhYTk8lh .nav-item .nav-link:hover,
.cid-tMfhYTk8lh .nav-item .nav-link:focus {
  color: #4a71b4 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfhYTk8lh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfhYTk8lh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfhYTk8lh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfhYTk8lh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfhYTk8lh .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-tMfhYTk8lh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfhYTk8lh .offcanvas_box {
    display: none;
  }
}
.cid-tMfhYTk8lh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfhYTk8lh .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfhYTk8lh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfhYTk8lh .container {
  display: flex;
  margin: auto;
}
.cid-tMfhYTk8lh .iconfont-wrapper {
  color: #262642;
  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-tMfhYTk8lh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfhYTk8lh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfhYTk8lh .navbar-caption {
  color: #2f2e30;
}
.cid-tMfhYTk8lh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfhYTk8lh .navbar-nav {
    margin: 0;
  }
}
.cid-tMfhYTk8lh .dropdown-menu,
.cid-tMfhYTk8lh .navbar.opened {
  background-color: false !important;
}
.cid-tMfhYTk8lh .nav-item:focus,
.cid-tMfhYTk8lh .nav-link:focus {
  outline: none;
}
.cid-tMfhYTk8lh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfhYTk8lh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfhYTk8lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfhYTk8lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfhYTk8lh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfhYTk8lh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfhYTk8lh .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfhYTk8lh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfhYTk8lh .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfhYTk8lh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfhYTk8lh .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfhYTk8lh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfhYTk8lh .navbar.collapsed {
  justify-content: center;
}
.cid-tMfhYTk8lh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfhYTk8lh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfhYTk8lh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfhYTk8lh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfhYTk8lh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfhYTk8lh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfhYTk8lh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfhYTk8lh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfhYTk8lh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfhYTk8lh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfhYTk8lh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfhYTk8lh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfhYTk8lh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfhYTk8lh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfhYTk8lh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfhYTk8lh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfhYTk8lh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfhYTk8lh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfhYTk8lh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfhYTk8lh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfhYTk8lh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfhYTk8lh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfhYTk8lh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfhYTk8lh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfhYTk8lh .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-tMfhYTk8lh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfhYTk8lh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfhYTk8lh .dropdown-item.active,
.cid-tMfhYTk8lh .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfhYTk8lh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfhYTk8lh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfhYTk8lh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfhYTk8lh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfhYTk8lh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfhYTk8lh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfhYTk8lh 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: #ffffff;
}
.cid-tMfhYTk8lh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4a71b4;
}
.cid-tMfhYTk8lh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfhYTk8lh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfhYTk8lh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfhYTk8lh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfhYTk8lh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfhYTk8lh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfhYTk8lh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfhYTk8lh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfhYTk8lh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfhYTk8lh .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-tMfhYTk8lh .navbar {
    height: 70px;
  }
  .cid-tMfhYTk8lh .navbar.opened {
    height: auto;
  }
  .cid-tMfhYTk8lh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfhYTk8lh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfhYTk8lh .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfhYTk8lh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfhYTk8lh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfhYTk8lh .navbar-caption:hover {
  color: #1b3b65;
}
@media (min-width: 992px) {
  .cid-tMfhYTk8lh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfhYTk8lh .text_widget {
  margin-bottom: 32px;
}
.cid-tMfhYTk8lh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfhYTk8lh .text_widget a:hover,
.cid-tMfhYTk8lh .text_widget a:focus {
  color: #4a71b4 !important;
}
.cid-tMfhYTk8lh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfhYTk8lh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfhYTk8lh .mbr-section-subtitle,
.cid-tMfhYTk8lh .text_widget,
.cid-tMfhYTk8lh .mbr-section-btn {
  text-align: center;
}
.cid-tMfhYTk8lh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNyGRewImD {
  background-image: url("../../../assets/images/bcr.png-1920x1080.png");
}
.cid-uNyGRewImD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyGRewImD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyGRewImD .row {
  justify-content: space-between;
}
.cid-uNyGRewImD .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNyGRewImD .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNyGRewImD .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNyGRewImD .image-wrapper img {
    height: 350px;
  }
}
.cid-uNyGRewImD .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uNyGRewImD .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uNyGRewImD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNyGRewImD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNyGRewImD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNyGRewImD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uNyGRewImD .mbr-label {
  color: #19171c;
}
.cid-uNyGRewImD .mbr-section-title {
  color: #19171c;
}
.cid-uNyGRewImD .mbr-text,
.cid-uNyGRewImD .text-wrapper {
  color: #f3f4f7;
}
.cid-uNyGRewImD .mbr-section-title,
.cid-uNyGRewImD .mbr-section-btn,
.cid-uNyGRewImD .iconfont-wrapper {
  color: #ffffff;
}
.cid-uMTpOn9EgF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pexels-yan-krukov-7233912-1920x1280.webp");
}
.cid-uMTpOn9EgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTpOn9EgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTpOn9EgF .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMTpOn9EgF .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMTpOn9EgF .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uMTpOn9EgF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMTpOn9EgF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uMTpOn9EgF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uMTpOn9EgF .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMTpOn9EgF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uMTpOn9EgF .mbr-label,
.cid-uMTpOn9EgF .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uMTpOn9EgF .mbr-section-title {
  color: #19171c;
}
.cid-uMTpOn9EgF .mbr-text,
.cid-uMTpOn9EgF .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uMTpOn9EgF .mbr-section-title,
.cid-uMTpOn9EgF .title-wrapper,
.cid-uMTpOn9EgF .mbr-section-btn {
  text-align: center;
}
.cid-uMTpOn9EgF .mbr-section-title,
.cid-uMTpOn9EgF .mbr-section-btn,
.cid-uMTpOn9EgF .title-wrapper {
  color: #262642;
}
.cid-uMToxPQel6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b3b65;
}
.cid-uMToxPQel6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMToxPQel6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMToxPQel6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMToxPQel6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMToxPQel6 .container {
    padding: 0 24px;
  }
}
.cid-uMToxPQel6 .row {
  justify-content: center;
}
.cid-uMToxPQel6 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uMToxPQel6 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uMToxPQel6 .content-wrapper {
    padding: 32px;
  }
}
.cid-uMToxPQel6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMToxPQel6 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uMToxPQel6 .mbr-section-title {
  color: #1b3b65;
}
.cid-uMToxPQel6 .mbr-text {
  color: #262642;
}
.cid-tMfi8dHb6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMfi8dHb6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfi8dHb6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfi8dHb6P .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tMfi8dHb6P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMfi8dHb6P .container {
    padding: 0 24px;
  }
}
.cid-tMfi8dHb6P .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-tMfi8dHb6P .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-tMfi8dHb6P .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-tMfi8dHb6P .image-wrapper img {
    height: 350px;
  }
}
.cid-tMfi8dHb6P .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tMfi8dHb6P .content-wrapper {
    padding: 0;
  }
}
.cid-tMfi8dHb6P .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMfi8dHb6P .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tMfi8dHb6P .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tMfi8dHb6P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tMfi8dHb6P .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tMfi8dHb6P .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-tMfi8dHb6P .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #1b3b65;
}
.cid-tMfi8dHb6P .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .card-number_3 {
  background-color: #1b3b65;
}
.cid-tMfi8dHb6P .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-tMfi8dHb6P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-tMfi8dHb6P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-tMfi8dHb6P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #1b3b65;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-tMfi8dHb6P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-tMfi8dHb6P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-tMfi8dHb6P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-tMfi8dHb6P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tMfi8dHb6P .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMfi8dHb6P .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tMfi8dHb6P .mbr-section-title {
  color: #262642;
}
.cid-tMfi8dHb6P .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-tMfi8dHb6P .card-text {
  color: #262642;
}
.cid-tMfi8dHb6P .card-number_1 {
  color: #ffffff;
}
.cid-tMfi8dHb6P .card-number_2 {
  color: #ffffff;
}
.cid-tMfi8dHb6P .card-number_3 {
  color: #ffffff;
}
.cid-uMTjNc4VRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececec;
}
.cid-uMTjNc4VRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTjNc4VRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTjNc4VRK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .container {
    padding: 0 24px;
  }
}
.cid-uMTjNc4VRK .image-wrapper {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMTjNc4VRK .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .image-wrapper img {
    height: 350px;
  }
}
.cid-uMTjNc4VRK .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .content-wrapper {
    padding: 0;
  }
}
.cid-uMTjNc4VRK .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uMTjNc4VRK .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMTjNc4VRK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMTjNc4VRK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMTjNc4VRK .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uMTjNc4VRK .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #1b3b65;
}
.cid-uMTjNc4VRK .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .card-number_3 {
  background-color: #1b3b65;
}
.cid-uMTjNc4VRK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uMTjNc4VRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-uMTjNc4VRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-uMTjNc4VRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #1b3b65;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-uMTjNc4VRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-uMTjNc4VRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-uMTjNc4VRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMTjNc4VRK .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMTjNc4VRK .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uMTjNc4VRK .mbr-section-title {
  color: #262642;
}
.cid-uMTjNc4VRK .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uMTjNc4VRK .card-text {
  color: #262642;
}
.cid-uMTjNc4VRK .card-number_1 {
  color: #ffffff;
}
.cid-uMTjNc4VRK .card-number_2 {
  color: #ffffff;
}
.cid-uMTjNc4VRK .card-number_3 {
  color: #ffffff;
}
.cid-tMfi2rHV6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b3b65;
}
.cid-tMfi2rHV6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfi2rHV6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfi2rHV6O .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tMfi2rHV6O .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMfi2rHV6O .container {
    padding: 0 24px;
  }
}
.cid-tMfi2rHV6O .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMfi2rHV6O .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tMfi2rHV6O .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tMfi2rHV6O .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tMfi2rHV6O .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #1b3b65;
  border-radius: 40px;
}
.cid-tMfi2rHV6O .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-tMfi2rHV6O .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-tMfi2rHV6O .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tMfi2rHV6O .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-tMfi2rHV6O .mbr-section-subtitle {
  color: #f3f4f7;
  text-align: left;
}
.cid-tMfi2rHV6O .mbr-section-title,
.cid-tMfi2rHV6O .buttons-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-tMfi4WvuGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMfi4WvuGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfi4WvuGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfi4WvuGg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tMfi4WvuGg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMfi4WvuGg .container {
    padding: 0 24px;
  }
}
.cid-tMfi4WvuGg .row {
  justify-content: center;
}
.cid-tMfi4WvuGg .content-wrapper {
  border-radius: 40px;
  background-color: #1b3b65;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tMfi4WvuGg .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tMfi4WvuGg .content-wrapper {
    padding: 32px;
  }
}
.cid-tMfi4WvuGg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMfi4WvuGg .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tMfi4WvuGg .mbr-section-title {
  color: #ffffff;
}
.cid-tMfi4WvuGg .mbr-text {
  color: #ffffff;
}
.cid-uNtVkgz9Mg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uNtVkgz9Mg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNtVkgz9Mg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNtVkgz9Mg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNtVkgz9Mg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNtVkgz9Mg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f4f7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f3f4f7, #ffffff);
}
.cid-uNtVkgz9Mg .icon-focus {
  display: none;
}
.cid-uNtVkgz9Mg .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uNtVkgz9Mg ul {
  font-size: 0;
}
.cid-uNtVkgz9Mg .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #f9fafb !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uNtVkgz9Mg .mbr-gallery-filter ul li .btn.active,
.cid-uNtVkgz9Mg .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uNtVkgz9Mg .mbr-gallery-filter ul li .btn.active:after,
.cid-uNtVkgz9Mg .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1b3b65, #4a71b4);
}
.cid-uNtVkgz9Mg .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uNtVkgz9Mg .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uNtVkgz9Mg .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uNtVkgz9Mg .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uNtVkgz9Mg .btn:hover {
  background: transparent !important;
}
.cid-uNtVkgz9Mg .btn:hover:before {
  background: transparent !important;
}
.cid-uNtVkgz9Mg .btn:before {
  background-color: transparent !important;
}
.cid-uNtVkgz9Mg .btn:focus {
  box-shadow: none;
}
.cid-uNtVkgz9Mg .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uNyCc3u1vm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNyCc3u1vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyCc3u1vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyCc3u1vm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNyCc3u1vm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNyCc3u1vm .container {
    padding: 0 24px;
  }
}
.cid-uNyCc3u1vm .row {
  justify-content: center;
}
.cid-uNyCc3u1vm .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uNyCc3u1vm .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyCc3u1vm .content-wrapper {
    padding: 32px;
  }
}
.cid-uNyCc3u1vm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNyCc3u1vm .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uNyCc3u1vm .mbr-section-title {
  color: #183358;
}
.cid-uNyCc3u1vm .mbr-text {
  color: #262642;
}
.cid-uNyB1PTRtH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #183358;
}
.cid-uNyB1PTRtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyB1PTRtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyB1PTRtH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNyB1PTRtH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNyB1PTRtH .container {
    padding: 0 24px;
  }
}
.cid-uNyB1PTRtH .row {
  justify-content: center;
}
.cid-uNyB1PTRtH .content-wrapper {
  border-radius: 40px;
  background-color: #183358;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uNyB1PTRtH .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyB1PTRtH .content-wrapper {
    padding: 32px;
  }
}
.cid-uNyB1PTRtH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNyB1PTRtH .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uNyB1PTRtH .mbr-section-title {
  color: #ffffff;
}
.cid-uNyB1PTRtH .mbr-text {
  color: #ffffff;
}
.cid-uNH0mqlkWP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececec;
}
.cid-uNH0mqlkWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNH0mqlkWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNH0mqlkWP .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNH0mqlkWP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNH0mqlkWP .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNH0mqlkWP .image-wrapper {
    padding: 0;
  }
}
.cid-uNH0mqlkWP .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uNH0mqlkWP .image-wrapper img {
    height: 350px;
  }
}
.cid-uNH0mqlkWP .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uNH0mqlkWP .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNH0mqlkWP .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uNH0mqlkWP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNH0mqlkWP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uNH0mqlkWP .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-uNH0mqlkWP .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uNH0mqlkWP .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uNH0mqlkWP .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uNH0mqlkWP .mbr-section-title {
  color: #262642;
}
.cid-uNH0mqlkWP .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uNH0mqlkWP .mbr-text {
  color: #000000;
}
.cid-uNH0mqlkWP .mbr-section-title,
.cid-uNH0mqlkWP .mbr-section-btn {
  color: #183358;
}
.cid-uNyDKydLbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNyDKydLbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyDKydLbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyDKydLbg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNyDKydLbg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNyDKydLbg .container {
    padding: 0 24px;
  }
}
.cid-uNyDKydLbg .row {
  justify-content: center;
}
.cid-uNyDKydLbg .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uNyDKydLbg .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyDKydLbg .content-wrapper {
    padding: 32px;
  }
}
.cid-uNyDKydLbg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNyDKydLbg .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uNyDKydLbg .mbr-section-title {
  color: #183358;
}
.cid-uNyDKydLbg .mbr-text {
  color: #262642;
}
.cid-uMTwPTqoPj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #dfdfdf;
}
.cid-uMTwPTqoPj .mbr-text {
  color: #000000;
}
.cid-uMTwPTqoPj .mbr-section-subtitle {
  color: #000000;
}
.cid-uMTwPTqoPj .mbr-section-title {
  color: #1b3b65;
  text-align: center;
}
.cid-uMTwPTqoPj .mbr-text,
.cid-uMTwPTqoPj .item .mbr-section-btn {
  text-align: left;
}
.cid-uMTwPTqoPj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMTwPTqoPj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMTwPTqoPj .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMTwPTqoPj .item-wrapper {
    padding: 4rem;
  }
}
.cid-uMTwPTqoPj .details-icon {
  color: #4a71b4;
  padding-right: 0.5rem;
}
.cid-uMTwPTqoPj .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uMTwPTqoPj .details .details-item {
  display: inline-flex;
  padding-right: 1rem;
}
.cid-uMTwPTqoPj .mbr-tag,
.cid-uMTwPTqoPj .tags-wrapper {
  color: #000000;
}
.cid-uNtTI1l4J5 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfdfdf;
}
.cid-uNtTI1l4J5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNtTI1l4J5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNtTI1l4J5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNtTI1l4J5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNtTI1l4J5 {
    align-items: center;
  }
  .cid-uNtTI1l4J5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNtTI1l4J5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNtTI1l4J5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNtTI1l4J5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNtTI1l4J5 .content-wrap {
    width: 100%;
  }
}
.cid-uNtTI1l4J5 .mbr-section-title {
  text-align: center;
}
.cid-uNtTI1l4J5 .mbr-text,
.cid-uNtTI1l4J5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMZEuMbzBt.popup-builder {
  background-color: #ffffff;
}
.cid-uMZEuMbzBt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMZEuMbzBt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMZEuMbzBt .modal-content,
.cid-uMZEuMbzBt .modal-dialog {
  height: auto;
}
.cid-uMZEuMbzBt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMZEuMbzBt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMZEuMbzBt .form-wrapper .mbr-form .form-group,
  .cid-uMZEuMbzBt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMZEuMbzBt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMZEuMbzBt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZEuMbzBt .mbr-text {
  text-align: center;
}
.cid-uMZEuMbzBt .pt-0 {
  padding-top: 0 !important;
}
.cid-uMZEuMbzBt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMZEuMbzBt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMZEuMbzBt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMZEuMbzBt .modal-open {
  overflow: hidden;
}
.cid-uMZEuMbzBt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMZEuMbzBt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMZEuMbzBt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMZEuMbzBt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMZEuMbzBt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMZEuMbzBt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMZEuMbzBt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMZEuMbzBt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMZEuMbzBt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMZEuMbzBt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMZEuMbzBt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMZEuMbzBt .modal-backdrop.show {
  opacity: .5;
}
.cid-uMZEuMbzBt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMZEuMbzBt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMZEuMbzBt .modal-header {
    padding: 1rem;
  }
}
.cid-uMZEuMbzBt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMZEuMbzBt .modal-header .close svg {
  fill: #353535;
}
.cid-uMZEuMbzBt .modal-header .close:hover {
  opacity: 1;
}
.cid-uMZEuMbzBt .modal-header .close:focus {
  outline: none;
}
.cid-uMZEuMbzBt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMZEuMbzBt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMZEuMbzBt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMZEuMbzBt .modal-body {
    padding: 1rem;
  }
}
.cid-uMZEuMbzBt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMZEuMbzBt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMZEuMbzBt .modal-footer {
    padding: 1rem;
  }
}
.cid-uMZEuMbzBt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMZEuMbzBt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMZEuMbzBt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMZEuMbzBt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMZEuMbzBt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMZEuMbzBt .modal-lg,
  .cid-uMZEuMbzBt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZEuMbzBt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMZEuMbzBt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMZEuMbzBt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMZEuMbzBt .form-group {
  margin-bottom: 1rem;
}
.cid-uMZEuMbzBt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMZEuMbzBt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMZEuMbzBt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMZEuMbzBt .mbr-section-btn {
  margin: 0;
}
.cid-uMZEuMbzBt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMTG4TCzP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMTG4TCzP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTG4TCzP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTG4TCzP5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMTG4TCzP5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMTG4TCzP5 .container {
    padding: 0 24px;
  }
}
.cid-uMTG4TCzP5 .row {
  justify-content: center;
}
.cid-uMTG4TCzP5 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uMTG4TCzP5 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uMTG4TCzP5 .content-wrapper {
    padding: 32px;
  }
}
.cid-uMTG4TCzP5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTG4TCzP5 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uMTG4TCzP5 .mbr-section-title {
  color: #1b3b65;
}
.cid-uMTG4TCzP5 .mbr-text {
  color: #262642;
}
.cid-uMTerrSbil {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMTerrSbil .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTerrSbil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTerrSbil .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMTerrSbil .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMTerrSbil .container {
    padding: 0 24px;
  }
}
.cid-uMTerrSbil .row {
  justify-content: center;
}
.cid-uMTerrSbil .row .card {
  justify-content: center;
}
.cid-uMTerrSbil .google-map {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMTerrSbil .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMTerrSbil .google-map iframe {
  height: 780px;
  filter: grayscale(100%);
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uMTerrSbil .google-map iframe {
    height: 350px;
  }
}
.cid-uMTerrSbil .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMTerrSbil .content-wrapper {
    padding: 0;
  }
}
.cid-uMTerrSbil .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMTerrSbil .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uMTerrSbil .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMTerrSbil .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMTerrSbil .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMTerrSbil .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uMTerrSbil .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-uMTerrSbil .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uMTerrSbil .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-uMTerrSbil .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-uMTerrSbil .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #fff2fb;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uMTerrSbil .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-uMTerrSbil .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-uMTerrSbil .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-uMTerrSbil .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMTerrSbil .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMTerrSbil .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uMTerrSbil .mbr-section-title {
  color: #262642;
}
.cid-uMTerrSbil .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uMTerrSbil .card-text {
  color: #262642;
}
.cid-uMTerrSbil .card-number_1 {
  color: #990066;
}
.cid-uMTerrSbil .card-number_2 {
  color: #4A8DFF;
}
.cid-tMfi7tIzZx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #183358;
}
.cid-tMfi7tIzZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfi7tIzZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfi7tIzZx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tMfi7tIzZx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMfi7tIzZx .container {
    padding: 0 24px;
  }
}
.cid-tMfi7tIzZx .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .cid-tMfi7tIzZx .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tMfi7tIzZx .list {
    margin-bottom: 32px;
  }
}
.cid-tMfi7tIzZx .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tMfi7tIzZx .list .item-wrap:hover,
.cid-tMfi7tIzZx .list .item-wrap:focus {
  color: #ffffff;
}
.cid-tMfi7tIzZx .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMfi7tIzZx .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tMfi7tIzZx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tMfi7tIzZx .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMfi7tIzZx .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-tMfi7tIzZx .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tMfi7tIzZx .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tMfi7tIzZx .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.cid-tMfi7tIzZx .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-tMfi7tIzZx .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-tMfi7tIzZx .social-wrapper .social-wrap .social-item .mbr-iconfont {
  font-size: 40px;
  color: #8e8ead;
  transition: all 0.3s ease-in-out;
}
.cid-tMfi7tIzZx .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tMfi7tIzZx .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tMfi7tIzZx .copyright {
  color: #acc2e8;
  text-align: right;
}
.cid-tMfi7tIzZx .list,
.cid-tMfi7tIzZx .item-wrap,
.cid-tMfi7tIzZx .social-wrapper {
  color: #8e8ead;
}
.cid-uNyPu4FkaZ {
  z-index: 1000;
  width: 100%;
}
.cid-uNyPu4FkaZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uNyPu4FkaZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uNyPu4FkaZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNyPu4FkaZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNyPu4FkaZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNyPu4FkaZ .menu_box .navbar.opened,
  .cid-uNyPu4FkaZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNyPu4FkaZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNyPu4FkaZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uNyPu4FkaZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uNyPu4FkaZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uNyPu4FkaZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNyPu4FkaZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNyPu4FkaZ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #262642;
  }
  .cid-uNyPu4FkaZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNyPu4FkaZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNyPu4FkaZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNyPu4FkaZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNyPu4FkaZ .offcanvas-body .mbr-text,
  .cid-uNyPu4FkaZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNyPu4FkaZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNyPu4FkaZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNyPu4FkaZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4a71b4;
  }
  .cid-uNyPu4FkaZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNyPu4FkaZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNyPu4FkaZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNyPu4FkaZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNyPu4FkaZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNyPu4FkaZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNyPu4FkaZ .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-uNyPu4FkaZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNyPu4FkaZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNyPu4FkaZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNyPu4FkaZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNyPu4FkaZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNyPu4FkaZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNyPu4FkaZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uNyPu4FkaZ .nav-item .nav-link:hover,
.cid-uNyPu4FkaZ .nav-item .nav-link:focus {
  color: #4a71b4 !important;
  transition: all 0.3s ease-out;
}
.cid-uNyPu4FkaZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNyPu4FkaZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNyPu4FkaZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNyPu4FkaZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNyPu4FkaZ .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-uNyPu4FkaZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNyPu4FkaZ .offcanvas_box {
    display: none;
  }
}
.cid-uNyPu4FkaZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNyPu4FkaZ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNyPu4FkaZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNyPu4FkaZ .container {
  display: flex;
  margin: auto;
}
.cid-uNyPu4FkaZ .iconfont-wrapper {
  color: #262642;
  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-uNyPu4FkaZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNyPu4FkaZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNyPu4FkaZ .navbar-caption {
  color: #2f2e30;
}
.cid-uNyPu4FkaZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNyPu4FkaZ .navbar-nav {
    margin: 0;
  }
}
.cid-uNyPu4FkaZ .dropdown-menu,
.cid-uNyPu4FkaZ .navbar.opened {
  background-color: false !important;
}
.cid-uNyPu4FkaZ .nav-item:focus,
.cid-uNyPu4FkaZ .nav-link:focus {
  outline: none;
}
.cid-uNyPu4FkaZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNyPu4FkaZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNyPu4FkaZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNyPu4FkaZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNyPu4FkaZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNyPu4FkaZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNyPu4FkaZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNyPu4FkaZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNyPu4FkaZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uNyPu4FkaZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNyPu4FkaZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-uNyPu4FkaZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uNyPu4FkaZ .navbar.collapsed {
  justify-content: center;
}
.cid-uNyPu4FkaZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNyPu4FkaZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNyPu4FkaZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNyPu4FkaZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNyPu4FkaZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNyPu4FkaZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNyPu4FkaZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNyPu4FkaZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNyPu4FkaZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNyPu4FkaZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNyPu4FkaZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNyPu4FkaZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNyPu4FkaZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNyPu4FkaZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNyPu4FkaZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNyPu4FkaZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNyPu4FkaZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNyPu4FkaZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNyPu4FkaZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNyPu4FkaZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNyPu4FkaZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNyPu4FkaZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNyPu4FkaZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNyPu4FkaZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNyPu4FkaZ .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-uNyPu4FkaZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNyPu4FkaZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNyPu4FkaZ .dropdown-item.active,
.cid-uNyPu4FkaZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNyPu4FkaZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNyPu4FkaZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNyPu4FkaZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNyPu4FkaZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNyPu4FkaZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNyPu4FkaZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNyPu4FkaZ 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: #ffffff;
}
.cid-uNyPu4FkaZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4a71b4;
}
.cid-uNyPu4FkaZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNyPu4FkaZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNyPu4FkaZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNyPu4FkaZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNyPu4FkaZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNyPu4FkaZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNyPu4FkaZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNyPu4FkaZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNyPu4FkaZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNyPu4FkaZ .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-uNyPu4FkaZ .navbar {
    height: 70px;
  }
  .cid-uNyPu4FkaZ .navbar.opened {
    height: auto;
  }
  .cid-uNyPu4FkaZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNyPu4FkaZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNyPu4FkaZ .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-uNyPu4FkaZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-uNyPu4FkaZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-uNyPu4FkaZ .navbar-caption:hover {
  color: #1b3b65;
}
@media (min-width: 992px) {
  .cid-uNyPu4FkaZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNyPu4FkaZ .text_widget {
  margin-bottom: 32px;
}
.cid-uNyPu4FkaZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNyPu4FkaZ .text_widget a:hover,
.cid-uNyPu4FkaZ .text_widget a:focus {
  color: #4a71b4 !important;
}
.cid-uNyPu4FkaZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNyPu4FkaZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNyPu4FkaZ .mbr-section-subtitle,
.cid-uNyPu4FkaZ .text_widget,
.cid-uNyPu4FkaZ .mbr-section-btn {
  text-align: center;
}
.cid-uNyPu4FkaZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNyPu9NRGf {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #183358;
}
.cid-uNyPu9NRGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyPu9NRGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyPu9NRGf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNyPu9NRGf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNyPu9NRGf .container {
    padding: 0 24px;
  }
}
.cid-uNyPu9NRGf .row {
  justify-content: center;
}
.cid-uNyPu9NRGf .content-wrapper {
  border-radius: 40px;
  background-color: #dfdfdf;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uNyPu9NRGf .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyPu9NRGf .content-wrapper {
    padding: 32px;
  }
}
.cid-uNyPu9NRGf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNyPu9NRGf .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uNyPu9NRGf .mbr-section-title {
  color: #183358;
}
.cid-uNyPu9NRGf .mbr-text {
  color: #183358;
}
.cid-uNyPukTuR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #183358;
}
.cid-uNyPukTuR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyPukTuR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyPukTuR7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNyPukTuR7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNyPukTuR7 .container {
    padding: 0 24px;
  }
}
.cid-uNyPukTuR7 .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .cid-uNyPukTuR7 .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyPukTuR7 .list {
    margin-bottom: 32px;
  }
}
.cid-uNyPukTuR7 .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uNyPukTuR7 .list .item-wrap:hover,
.cid-uNyPukTuR7 .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uNyPukTuR7 .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNyPukTuR7 .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyPukTuR7 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNyPukTuR7 .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNyPukTuR7 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uNyPukTuR7 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNyPukTuR7 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNyPukTuR7 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.cid-uNyPukTuR7 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uNyPukTuR7 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uNyPukTuR7 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  font-size: 40px;
  color: #8e8ead;
  transition: all 0.3s ease-in-out;
}
.cid-uNyPukTuR7 .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uNyPukTuR7 .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uNyPukTuR7 .copyright {
  color: #acc2e8;
  text-align: right;
}
.cid-uNyPukTuR7 .list,
.cid-uNyPukTuR7 .item-wrap,
.cid-uNyPukTuR7 .social-wrapper {
  color: #8e8ead;
}
.cid-uNyW6jXFNb {
  z-index: 1000;
  width: 100%;
}
.cid-uNyW6jXFNb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uNyW6jXFNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uNyW6jXFNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNyW6jXFNb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNyW6jXFNb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNyW6jXFNb .menu_box .navbar.opened,
  .cid-uNyW6jXFNb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNyW6jXFNb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNyW6jXFNb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uNyW6jXFNb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uNyW6jXFNb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uNyW6jXFNb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNyW6jXFNb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNyW6jXFNb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #262642;
  }
  .cid-uNyW6jXFNb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNyW6jXFNb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNyW6jXFNb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNyW6jXFNb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNyW6jXFNb .offcanvas-body .mbr-text,
  .cid-uNyW6jXFNb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNyW6jXFNb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNyW6jXFNb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNyW6jXFNb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4a71b4;
  }
  .cid-uNyW6jXFNb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNyW6jXFNb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNyW6jXFNb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNyW6jXFNb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNyW6jXFNb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNyW6jXFNb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNyW6jXFNb .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-uNyW6jXFNb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNyW6jXFNb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNyW6jXFNb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNyW6jXFNb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uNyW6jXFNb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNyW6jXFNb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNyW6jXFNb .nav-item {
    margin: 0 !important;
  }
}
.cid-uNyW6jXFNb .nav-item .nav-link:hover,
.cid-uNyW6jXFNb .nav-item .nav-link:focus {
  color: #4a71b4 !important;
  transition: all 0.3s ease-out;
}
.cid-uNyW6jXFNb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNyW6jXFNb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNyW6jXFNb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNyW6jXFNb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNyW6jXFNb .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-uNyW6jXFNb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNyW6jXFNb .offcanvas_box {
    display: none;
  }
}
.cid-uNyW6jXFNb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNyW6jXFNb .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNyW6jXFNb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNyW6jXFNb .container {
  display: flex;
  margin: auto;
}
.cid-uNyW6jXFNb .iconfont-wrapper {
  color: #262642;
  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-uNyW6jXFNb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNyW6jXFNb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNyW6jXFNb .navbar-caption {
  color: #2f2e30;
}
.cid-uNyW6jXFNb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNyW6jXFNb .navbar-nav {
    margin: 0;
  }
}
.cid-uNyW6jXFNb .dropdown-menu,
.cid-uNyW6jXFNb .navbar.opened {
  background-color: false !important;
}
.cid-uNyW6jXFNb .nav-item:focus,
.cid-uNyW6jXFNb .nav-link:focus {
  outline: none;
}
.cid-uNyW6jXFNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNyW6jXFNb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNyW6jXFNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNyW6jXFNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNyW6jXFNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNyW6jXFNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNyW6jXFNb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNyW6jXFNb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNyW6jXFNb .navbar.opened {
  transition: all 0.3s;
}
.cid-uNyW6jXFNb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNyW6jXFNb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-uNyW6jXFNb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uNyW6jXFNb .navbar.collapsed {
  justify-content: center;
}
.cid-uNyW6jXFNb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNyW6jXFNb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNyW6jXFNb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNyW6jXFNb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNyW6jXFNb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNyW6jXFNb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNyW6jXFNb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNyW6jXFNb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNyW6jXFNb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNyW6jXFNb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNyW6jXFNb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNyW6jXFNb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNyW6jXFNb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNyW6jXFNb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNyW6jXFNb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNyW6jXFNb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNyW6jXFNb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNyW6jXFNb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNyW6jXFNb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNyW6jXFNb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNyW6jXFNb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNyW6jXFNb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNyW6jXFNb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNyW6jXFNb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNyW6jXFNb .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-uNyW6jXFNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNyW6jXFNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNyW6jXFNb .dropdown-item.active,
.cid-uNyW6jXFNb .dropdown-item:active {
  background-color: transparent;
}
.cid-uNyW6jXFNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNyW6jXFNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNyW6jXFNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNyW6jXFNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNyW6jXFNb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNyW6jXFNb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNyW6jXFNb 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: #ffffff;
}
.cid-uNyW6jXFNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4a71b4;
}
.cid-uNyW6jXFNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNyW6jXFNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNyW6jXFNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNyW6jXFNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNyW6jXFNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNyW6jXFNb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNyW6jXFNb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNyW6jXFNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNyW6jXFNb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNyW6jXFNb .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-uNyW6jXFNb .navbar {
    height: 70px;
  }
  .cid-uNyW6jXFNb .navbar.opened {
    height: auto;
  }
  .cid-uNyW6jXFNb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNyW6jXFNb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uNyW6jXFNb .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-uNyW6jXFNb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-uNyW6jXFNb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-uNyW6jXFNb .navbar-caption:hover {
  color: #1b3b65;
}
@media (min-width: 992px) {
  .cid-uNyW6jXFNb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNyW6jXFNb .text_widget {
  margin-bottom: 32px;
}
.cid-uNyW6jXFNb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNyW6jXFNb .text_widget a:hover,
.cid-uNyW6jXFNb .text_widget a:focus {
  color: #4a71b4 !important;
}
.cid-uNyW6jXFNb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNyW6jXFNb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNyW6jXFNb .mbr-section-subtitle,
.cid-uNyW6jXFNb .text_widget,
.cid-uNyW6jXFNb .mbr-section-btn {
  text-align: center;
}
.cid-uNyW6jXFNb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNyW6mc8mf {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #183358;
}
.cid-uNyW6mc8mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyW6mc8mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyW6mc8mf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNyW6mc8mf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNyW6mc8mf .container {
    padding: 0 24px;
  }
}
.cid-uNyW6mc8mf .row {
  justify-content: center;
}
.cid-uNyW6mc8mf .content-wrapper {
  border-radius: 40px;
  background-color: #dfdfdf;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uNyW6mc8mf .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyW6mc8mf .content-wrapper {
    padding: 32px;
  }
}
.cid-uNyW6mc8mf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNyW6mc8mf .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uNyW6mc8mf .mbr-section-title {
  color: #183358;
}
.cid-uNyW6mc8mf .mbr-text {
  color: #183358;
}
.cid-uNyW6mJlUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #183358;
}
.cid-uNyW6mJlUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyW6mJlUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyW6mJlUx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNyW6mJlUx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNyW6mJlUx .container {
    padding: 0 24px;
  }
}
.cid-uNyW6mJlUx .list {
  padding: 0;
  margin-bottom: 64px;
  list-style-type: none;
  color: #F5DF4D;
}
@media (max-width: 992px) {
  .cid-uNyW6mJlUx .list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyW6mJlUx .list {
    margin-bottom: 32px;
  }
}
.cid-uNyW6mJlUx .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uNyW6mJlUx .list .item-wrap:hover,
.cid-uNyW6mJlUx .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uNyW6mJlUx .image-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNyW6mJlUx .image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uNyW6mJlUx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNyW6mJlUx .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNyW6mJlUx .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uNyW6mJlUx .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNyW6mJlUx .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNyW6mJlUx .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 24px;
}
.cid-uNyW6mJlUx .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uNyW6mJlUx .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uNyW6mJlUx .social-wrapper .social-wrap .social-item .mbr-iconfont {
  font-size: 40px;
  color: #8e8ead;
  transition: all 0.3s ease-in-out;
}
.cid-uNyW6mJlUx .copyright-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uNyW6mJlUx .copyright-wrapper .copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uNyW6mJlUx .copyright {
  color: #acc2e8;
  text-align: right;
}
.cid-uNyW6mJlUx .list,
.cid-uNyW6mJlUx .item-wrap,
.cid-uNyW6mJlUx .social-wrapper {
  color: #8e8ead;
}
