.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: Bacasime Antique;
}
.display-1 {
  font-family: 'Bacasime Antique', serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Bacasime Antique', serif;
  font-size: 3rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bacasime Antique', serif;
  font-size: 2.375rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !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: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !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: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !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: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.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: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* 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: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.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: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2ac2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec8c39 !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='%23f2ac2b' %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;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.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;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-tROKBdT7kJ {
  background-color: transparent;
}
.cid-tROKBdT7kJ .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-tROKBdT7kJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-tROKBdT7kJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tROKBdT7kJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tROKBdT7kJ .menu_box .navbar.opened,
  .cid-tROKBdT7kJ .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tROKBdT7kJ .navbar-dropdown {
  position: relative !important;
}
.cid-tROKBdT7kJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tROKBdT7kJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tROKBdT7kJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tROKBdT7kJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tROKBdT7kJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tROKBdT7kJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tROKBdT7kJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tROKBdT7kJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tROKBdT7kJ .offcanvas-body .mbr-text,
  .cid-tROKBdT7kJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tROKBdT7kJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tROKBdT7kJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tROKBdT7kJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROKBdT7kJ .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-tROKBdT7kJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tROKBdT7kJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tROKBdT7kJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-tROKBdT7kJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tROKBdT7kJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tROKBdT7kJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .nav-item {
    margin: 0 !important;
  }
}
.cid-tROKBdT7kJ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tROKBdT7kJ .nav-item .nav-link:hover,
.cid-tROKBdT7kJ .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROKBdT7kJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tROKBdT7kJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tROKBdT7kJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROKBdT7kJ .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-tROKBdT7kJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tROKBdT7kJ .offcanvas_box {
    display: none;
  }
}
.cid-tROKBdT7kJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tROKBdT7kJ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tROKBdT7kJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tROKBdT7kJ .container {
  display: flex;
  margin: auto;
}
.cid-tROKBdT7kJ .iconfont-wrapper {
  color: #f2ac2b;
  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-tROKBdT7kJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tROKBdT7kJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tROKBdT7kJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tROKBdT7kJ .navbar-nav {
    margin: 0;
  }
}
.cid-tROKBdT7kJ .dropdown-menu,
.cid-tROKBdT7kJ .navbar.opened {
  background-color: false !important;
}
.cid-tROKBdT7kJ .nav-item:focus,
.cid-tROKBdT7kJ .nav-link:focus {
  outline: none;
}
.cid-tROKBdT7kJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tROKBdT7kJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tROKBdT7kJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tROKBdT7kJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tROKBdT7kJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tROKBdT7kJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tROKBdT7kJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tROKBdT7kJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tROKBdT7kJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tROKBdT7kJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tROKBdT7kJ .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tROKBdT7kJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tROKBdT7kJ .navbar.collapsed {
  justify-content: center;
}
.cid-tROKBdT7kJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tROKBdT7kJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tROKBdT7kJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tROKBdT7kJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tROKBdT7kJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tROKBdT7kJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tROKBdT7kJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tROKBdT7kJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tROKBdT7kJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tROKBdT7kJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tROKBdT7kJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tROKBdT7kJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tROKBdT7kJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tROKBdT7kJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tROKBdT7kJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tROKBdT7kJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tROKBdT7kJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tROKBdT7kJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tROKBdT7kJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tROKBdT7kJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tROKBdT7kJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tROKBdT7kJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tROKBdT7kJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tROKBdT7kJ .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-tROKBdT7kJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tROKBdT7kJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tROKBdT7kJ .dropdown-item.active,
.cid-tROKBdT7kJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tROKBdT7kJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tROKBdT7kJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tROKBdT7kJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tROKBdT7kJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tROKBdT7kJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tROKBdT7kJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tROKBdT7kJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tROKBdT7kJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROKBdT7kJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tROKBdT7kJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tROKBdT7kJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROKBdT7kJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tROKBdT7kJ .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-tROKBdT7kJ .navbar {
    height: 70px;
  }
  .cid-tROKBdT7kJ .navbar.opened {
    height: auto;
  }
  .cid-tROKBdT7kJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROKBdT7kJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tROKBdT7kJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tROKBdT7kJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tROKBdT7kJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tROKBdT7kJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tROKBdT7kJ .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-tROKBdT7kJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tROKBdT7kJ .text_widget {
  margin-bottom: 32px;
}
.cid-tROKBdT7kJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tROKBdT7kJ .text_widget a:hover,
.cid-tROKBdT7kJ .text_widget a:focus {
  opacity: .6;
}
.cid-tROKBdT7kJ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROKBdT7kJ .navbar-caption {
  color: #f2ac2b;
}
.cid-tROKBdT7kJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tROKBdT7kJ .mbr-section-subtitle,
.cid-tROKBdT7kJ .text_widget,
.cid-tROKBdT7kJ .mbr-section-btn {
  text-align: center;
}
.cid-tROKBdT7kJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tROKBxIp5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROKBxIp5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROKBxIp5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROKBxIp5W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROKBxIp5W .container {
    padding: 0 15px;
  }
}
.cid-tROKBxIp5W .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tROKBxIp5W .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROKBxIp5W .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROKBxIp5W .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROKBxIp5W .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROKBxIp5W .mbr-section-title {
  color: #ffffff;
}
.cid-tROKBxIp5W .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROKBxIp5W .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tROKBxIp5W .mbr-section-title,
.cid-tROKBxIp5W .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-ue30XWz0Iy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1833;
}
.cid-ue30XWz0Iy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue30XWz0Iy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue30XWz0Iy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ue30XWz0Iy .container {
    padding: 0 12px;
  }
}
.cid-ue30XWz0Iy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ue30XWz0Iy .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ue30XWz0Iy .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ue30XWz0Iy .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f2ac2b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ue30XWz0Iy .mbr-section-title {
  color: #222222;
}
.cid-ue38dMxXRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue38dMxXRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue38dMxXRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue38dMxXRX .container {
    padding: 0 15px;
  }
}
.cid-ue38dMxXRX .row {
  justify-content: center;
}
.cid-ue38dMxXRX .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue38dMxXRX .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue38dMxXRX .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue38dMxXRX .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue38dMxXRX .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue38dMxXRX .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue38dMxXRX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue38dMxXRX .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue38dMxXRX .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue38dMxXRX .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue38dMxXRX .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue38dMxXRX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue38dMxXRX .mbr-section-title,
.cid-ue38dMxXRX .mbr-section-btn {
  text-align: center;
}
.cid-ue2O1xhXsz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue2O1xhXsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue2O1xhXsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue2O1xhXsz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue2O1xhXsz .container {
    padding: 0 15px;
  }
}
.cid-ue2O1xhXsz .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue2O1xhXsz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue2O1xhXsz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue2O1xhXsz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-ue2O1xhXsz .items-wrapper {
    display: block;
  }
}
.cid-ue2O1xhXsz .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ue2O1xhXsz .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-ue2O1xhXsz .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-ue2O1xhXsz .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-ue2O1xhXsz .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-ue2O1xhXsz .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-ue2O1xhXsz .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-ue2O1xhXsz .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-ue2O1xhXsz .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-ue2O1xhXsz .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ue2O1xhXsz .text-wrapper {
    margin-top: 40px;
  }
}
.cid-ue2O1xhXsz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue2O1xhXsz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue2O1xhXsz .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue2O1xhXsz .item-text {
  color: #d2d2df;
}
.cid-ue2O1xhXsz .item-text,
.cid-ue2O1xhXsz .icon-wrapper {
  text-align: center;
}
.cid-tROKDQChsD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROKDQChsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROKDQChsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROKDQChsD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROKDQChsD .container {
    padding: 0 15px;
  }
}
.cid-tROKDQChsD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROKDQChsD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROKDQChsD .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-tROKDQChsD .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tROKDQChsD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROKDQChsD .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tROKDQChsD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROKDQChsD .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROKDQChsD .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROKDQChsD .image-wrapper {
    margin: 0;
  }
}
.cid-tROKDQChsD .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-tROKDQChsD .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-tROKDQChsD .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-tROKDQChsD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROKDQChsD .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tROKDQChsD .mbr-text {
  color: #d2d2df;
}
.cid-tROKDQChsD .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue2PEJwfdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue2PEJwfdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue2PEJwfdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue2PEJwfdd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue2PEJwfdd .container {
    padding: 0 15px;
  }
}
.cid-ue2PEJwfdd .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue2PEJwfdd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue2PEJwfdd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue2PEJwfdd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue2PEJwfdd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue2PEJwfdd .item {
  margin-bottom: 32px;
}
.cid-ue2PEJwfdd .item:hover .item-wrapper::before,
.cid-ue2PEJwfdd .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-ue2PEJwfdd .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-ue2PEJwfdd .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-ue2PEJwfdd .item .item-wrapper::before {
    display: none;
  }
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box {
  position: relative;
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-ue2PEJwfdd .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-ue2PEJwfdd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue2PEJwfdd .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue2PEJwfdd .mbr-date {
  color: #ffffff;
}
.cid-ue2PEJwfdd .mbr-tag {
  color: #ffffff;
}
.cid-ue2PEJwfdd .mbr-card-title {
  color: #f2ac2b;
}
.cid-ue2PEJwfdd .mbr-card-text {
  color: #d2d2df;
}
.cid-tROKE3PBzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROKE3PBzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROKE3PBzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tROKE3PBzM .container {
    padding: 0 15px;
  }
}
.cid-tROKE3PBzM .row {
  justify-content: center;
}
.cid-tROKE3PBzM .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-tROKE3PBzM .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-tROKE3PBzM .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-tROKE3PBzM .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tROKE3PBzM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-tROKE3PBzM .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tROKE3PBzM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROKE3PBzM .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROKE3PBzM .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROKE3PBzM .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-tROKE3PBzM .mbr-section-title {
  color: #f2ac2b;
}
.cid-tROKE3PBzM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tROKE3PBzM .mbr-section-title,
.cid-tROKE3PBzM .mbr-section-btn {
  text-align: center;
}
.cid-tROKJUVPNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROKJUVPNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROKJUVPNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROKJUVPNK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROKJUVPNK .container {
    padding: 0 15px;
  }
}
.cid-tROKJUVPNK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROKJUVPNK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROKJUVPNK .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-tROKJUVPNK .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-tROKJUVPNK .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-tROKJUVPNK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-tROKJUVPNK .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-tROKJUVPNK .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-tROKJUVPNK .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tROKJUVPNK .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tROKJUVPNK .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tROKJUVPNK .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-tROKJUVPNK .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-tROKJUVPNK .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-tROKJUVPNK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROKJUVPNK .panel-title {
  color: #ffffff;
}
.cid-tROKJUVPNK .panel-text {
  color: #d2d2df;
}
.cid-tROKEscNQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROKEscNQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROKEscNQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tROKEscNQn .container {
    padding: 0 15px;
  }
}
.cid-tROKEscNQn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-tROKEscNQn .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-tROKEscNQn .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tROKEscNQn .content-wrapper .mbr-name {
  margin: 0;
}
.cid-tROKEscNQn .mbr-section-title {
  color: #ffffff;
}
.cid-tROKEscNQn .mbr-text {
  color: #d2d2df;
}
.cid-tROKEscNQn .mbr-name {
  color: #f2ac2b;
}
.cid-tROKLr0Vz8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROKLr0Vz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROKLr0Vz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROKLr0Vz8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROKLr0Vz8 .container {
    padding: 0 15px;
  }
}
.cid-tROKLr0Vz8 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROKLr0Vz8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROKLr0Vz8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROKLr0Vz8 .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tROKLr0Vz8 .item {
    margin-bottom: 20px;
  }
}
.cid-tROKLr0Vz8 .item:hover::before,
.cid-tROKLr0Vz8 .item:focus::before {
  opacity: 1;
}
.cid-tROKLr0Vz8 .item:hover .item-wrapper,
.cid-tROKLr0Vz8 .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-tROKLr0Vz8 .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-tROKLr0Vz8 .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-tROKLr0Vz8 .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-tROKLr0Vz8 .item::before {
    display: none;
  }
}
.cid-tROKLr0Vz8 .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tROKLr0Vz8 .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-tROKLr0Vz8 .item .item-wrapper {
    height: auto;
  }
}
.cid-tROKLr0Vz8 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-tROKLr0Vz8 .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-tROKLr0Vz8 .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-tROKLr0Vz8 .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-tROKLr0Vz8 .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-tROKLr0Vz8 .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-tROKLr0Vz8 .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
}
.cid-tROKLr0Vz8 .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-tROKLr0Vz8 .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tROKLr0Vz8 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-tROKLr0Vz8 .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-tROKLr0Vz8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROKLr0Vz8 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROKLr0Vz8 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tROKLr0Vz8 .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-tROKLr0Vz8 .list {
  color: #d2d2df;
}
.cid-ue32bM0GrR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue32bM0GrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue32bM0GrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue32bM0GrR .container {
    padding: 0 22px;
  }
}
.cid-ue32bM0GrR .row {
  justify-content: center;
}
.cid-ue32bM0GrR .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ue32bM0GrR .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue32bM0GrR .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ue32bM0GrR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue32bM0GrR .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ue32bM0GrR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue32bM0GrR .mbr-section-title {
  color: #ffffff;
}
.cid-ue32bM0GrR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue32bM0GrR .mbr-section-title,
.cid-ue32bM0GrR .icon-wrapper {
  text-align: center;
}
.cid-ue35tq9ZQ3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-ue35tq9ZQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue35tq9ZQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue35tq9ZQ3 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-ue35tq9ZQ3 .container-fluid {
    padding: 0 12px;
  }
}
.cid-ue35tq9ZQ3 .container-fluid .row {
  padding: 0;
}
.cid-ue35tq9ZQ3 .row {
  border: 3px solid #232b45;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-ue35tq9ZQ3 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-ue35tq9ZQ3 .card {
    padding: 48px 20px;
  }
}
.cid-ue35tq9ZQ3 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-ue35tq9ZQ3 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue35tq9ZQ3 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #232b45;
}
.cid-ue35tq9ZQ3 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-ue35tq9ZQ3 .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue38SexUxN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue38SexUxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue38SexUxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue38SexUxN .container {
    padding: 0 15px;
  }
}
.cid-ue38SexUxN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-ue38SexUxN .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-ue38SexUxN .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ue38SexUxN .content-wrapper .mbr-name {
  margin: 0;
}
.cid-ue38SexUxN .mbr-section-title {
  color: #ffffff;
}
.cid-ue38SexUxN .mbr-text {
  color: #d2d2df;
}
.cid-ue38SexUxN .mbr-name {
  color: #f2ac2b;
}
.cid-ue394jLcQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue394jLcQ6 .mbr-text {
  color: #f7f7f7;
}
.cid-ue394jLcQ6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue30V6S5mO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ue30V6S5mO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue30V6S5mO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue30V6S5mO .google-map {
  height: 35rem;
  position: relative;
}
.cid-ue30V6S5mO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue30V6S5mO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue30V6S5mO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue30V6S5mO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue30V6S5mO .mbr-section-title {
  color: #00004c;
}
.cid-ue32lZwIdv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b1833;
  overflow: hidden;
}
.cid-ue32lZwIdv .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-ue32lZwIdv .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-ue32lZwIdv .media-container-row .mbr-text1 {
  color: #ffffff;
  text-align: left;
}
.cid-ue32lZwIdv .media-container-row .mbr-text3 {
  color: #ffffff;
  text-align: right;
}
.cid-ue32lZwIdv a {
  background-image: none !important;
}
.cid-ue32lZwIdv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-ue32lZwIdv .container {
  padding: 5rem 1rem;
}
.cid-ue32lZwIdv p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-ue32lZwIdv p {
    text-align: center !important;
  }
}
.cid-ue32lZwIdv .media-container-row .mbr-text2,
.cid-ue32lZwIdv .line {
  color: #ffffff;
  text-align: left;
}
.cid-tROKGBgOsf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROKGBgOsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROKGBgOsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROKGBgOsf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .container {
    padding: 0 15px;
  }
}
.cid-tROKGBgOsf .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .title-wrapper {
    text-align: center;
  }
}
.cid-tROKGBgOsf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tROKGBgOsf .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-tROKGBgOsf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROKGBgOsf .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .list {
    justify-content: center;
  }
}
.cid-tROKGBgOsf .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tROKGBgOsf .list .item-wrap:hover,
.cid-tROKGBgOsf .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROKGBgOsf .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tROKGBgOsf .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-tROKGBgOsf .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .copy-wrapper {
    height: auto;
  }
}
.cid-tROKGBgOsf .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-tROKGBgOsf .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .social-wrapper {
    text-align: center;
  }
}
.cid-tROKGBgOsf .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tROKGBgOsf .mbr-section-title {
  color: #f2ac2b;
}
.cid-tROKGBgOsf .mbr-copy {
  color: #d2d2df;
}
.cid-ue39xOJglL {
  background-color: transparent;
}
.cid-ue39xOJglL .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-ue39xOJglL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-ue39xOJglL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue39xOJglL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue39xOJglL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ue39xOJglL .menu_box .navbar.opened,
  .cid-ue39xOJglL .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ue39xOJglL .navbar-dropdown {
  position: relative !important;
}
.cid-ue39xOJglL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ue39xOJglL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ue39xOJglL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ue39xOJglL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ue39xOJglL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ue39xOJglL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-ue39xOJglL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ue39xOJglL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ue39xOJglL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ue39xOJglL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ue39xOJglL .offcanvas-body .mbr-text,
  .cid-ue39xOJglL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ue39xOJglL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ue39xOJglL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ue39xOJglL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-ue39xOJglL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ue39xOJglL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ue39xOJglL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ue39xOJglL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ue39xOJglL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ue39xOJglL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue39xOJglL .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-ue39xOJglL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ue39xOJglL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ue39xOJglL .lg_brand {
    margin: 0 1rem;
  }
  .cid-ue39xOJglL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ue39xOJglL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ue39xOJglL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ue39xOJglL .nav-item {
    margin: 0 !important;
  }
}
.cid-ue39xOJglL .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ue39xOJglL .nav-item .nav-link:hover,
.cid-ue39xOJglL .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue39xOJglL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ue39xOJglL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ue39xOJglL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ue39xOJglL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue39xOJglL .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-ue39xOJglL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ue39xOJglL .offcanvas_box {
    display: none;
  }
}
.cid-ue39xOJglL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ue39xOJglL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ue39xOJglL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ue39xOJglL .container {
  display: flex;
  margin: auto;
}
.cid-ue39xOJglL .iconfont-wrapper {
  color: #f2ac2b;
  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-ue39xOJglL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ue39xOJglL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ue39xOJglL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ue39xOJglL .navbar-nav {
    margin: 0;
  }
}
.cid-ue39xOJglL .dropdown-menu,
.cid-ue39xOJglL .navbar.opened {
  background-color: false !important;
}
.cid-ue39xOJglL .nav-item:focus,
.cid-ue39xOJglL .nav-link:focus {
  outline: none;
}
.cid-ue39xOJglL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue39xOJglL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue39xOJglL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue39xOJglL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue39xOJglL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue39xOJglL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue39xOJglL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ue39xOJglL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ue39xOJglL .navbar.opened {
  transition: all 0.3s;
}
.cid-ue39xOJglL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ue39xOJglL .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ue39xOJglL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ue39xOJglL .navbar.collapsed {
  justify-content: center;
}
.cid-ue39xOJglL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue39xOJglL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue39xOJglL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue39xOJglL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue39xOJglL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue39xOJglL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ue39xOJglL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ue39xOJglL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ue39xOJglL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ue39xOJglL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue39xOJglL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue39xOJglL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ue39xOJglL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue39xOJglL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ue39xOJglL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue39xOJglL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ue39xOJglL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ue39xOJglL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ue39xOJglL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ue39xOJglL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue39xOJglL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ue39xOJglL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue39xOJglL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue39xOJglL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue39xOJglL .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-ue39xOJglL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ue39xOJglL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue39xOJglL .dropdown-item.active,
.cid-ue39xOJglL .dropdown-item:active {
  background-color: transparent;
}
.cid-ue39xOJglL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ue39xOJglL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue39xOJglL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue39xOJglL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue39xOJglL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ue39xOJglL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue39xOJglL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-ue39xOJglL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-ue39xOJglL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue39xOJglL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue39xOJglL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue39xOJglL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue39xOJglL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue39xOJglL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue39xOJglL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue39xOJglL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue39xOJglL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ue39xOJglL .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-ue39xOJglL .navbar {
    height: 70px;
  }
  .cid-ue39xOJglL .navbar.opened {
    height: auto;
  }
  .cid-ue39xOJglL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue39xOJglL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ue39xOJglL .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-ue39xOJglL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ue39xOJglL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ue39xOJglL .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-ue39xOJglL .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-ue39xOJglL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ue39xOJglL .text_widget {
  margin-bottom: 32px;
}
.cid-ue39xOJglL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ue39xOJglL .text_widget a:hover,
.cid-ue39xOJglL .text_widget a:focus {
  opacity: .6;
}
.cid-ue39xOJglL .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue39xOJglL .navbar-caption {
  color: #f2ac2b;
}
.cid-ue39xOJglL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xOJglL .mbr-section-subtitle,
.cid-ue39xOJglL .text_widget,
.cid-ue39xOJglL .mbr-section-btn {
  text-align: center;
}
.cid-ue39xOJglL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ue39xPhlIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xPhlIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xPhlIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xPhlIa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue39xPhlIa .container {
    padding: 0 15px;
  }
}
.cid-ue39xPhlIa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ue39xPhlIa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue39xPhlIa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue39xPhlIa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue39xPhlIa .mbr-section-btn {
  margin-top: 40px;
}
.cid-ue39xPhlIa .mbr-section-title {
  color: #ffffff;
}
.cid-ue39xPhlIa .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue39xPhlIa .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue39xPhlIa .mbr-section-title,
.cid-ue39xPhlIa .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-ue39xPBTJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1833;
}
.cid-ue39xPBTJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xPBTJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue39xPBTJu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ue39xPBTJu .container {
    padding: 0 12px;
  }
}
.cid-ue39xPBTJu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ue39xPBTJu .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ue39xPBTJu .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ue39xPBTJu .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f2ac2b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ue39xPBTJu .mbr-section-title {
  color: #222222;
}
.cid-ue39xPVq6Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue39xPVq6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xPVq6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue39xPVq6Q .container {
    padding: 0 15px;
  }
}
.cid-ue39xPVq6Q .row {
  justify-content: center;
}
.cid-ue39xPVq6Q .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue39xPVq6Q .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue39xPVq6Q .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue39xPVq6Q .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue39xPVq6Q .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue39xPVq6Q .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue39xPVq6Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue39xPVq6Q .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue39xPVq6Q .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue39xPVq6Q .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue39xPVq6Q .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue39xPVq6Q .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue39xPVq6Q .mbr-section-title,
.cid-ue39xPVq6Q .mbr-section-btn {
  text-align: center;
}
.cid-ue39xQf1ag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xQf1ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xQf1ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xQf1ag .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue39xQf1ag .container {
    padding: 0 15px;
  }
}
.cid-ue39xQf1ag .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue39xQf1ag .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue39xQf1ag .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue39xQf1ag .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-ue39xQf1ag .items-wrapper {
    display: block;
  }
}
.cid-ue39xQf1ag .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ue39xQf1ag .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-ue39xQf1ag .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-ue39xQf1ag .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-ue39xQf1ag .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-ue39xQf1ag .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-ue39xQf1ag .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-ue39xQf1ag .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-ue39xQf1ag .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-ue39xQf1ag .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ue39xQf1ag .text-wrapper {
    margin-top: 40px;
  }
}
.cid-ue39xQf1ag .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue39xQf1ag .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xQf1ag .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue39xQf1ag .item-text {
  color: #d2d2df;
}
.cid-ue39xQf1ag .item-text,
.cid-ue39xQf1ag .icon-wrapper {
  text-align: center;
}
.cid-ue39xQTFIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xQTFIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xQTFIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xQTFIB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue39xQTFIB .container {
    padding: 0 15px;
  }
}
.cid-ue39xQTFIB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue39xQTFIB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue39xQTFIB .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ue39xQTFIB .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ue39xQTFIB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue39xQTFIB .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue39xQTFIB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue39xQTFIB .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ue39xQTFIB .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue39xQTFIB .image-wrapper {
    margin: 0;
  }
}
.cid-ue39xQTFIB .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-ue39xQTFIB .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-ue39xQTFIB .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-ue39xQTFIB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xQTFIB .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-ue39xQTFIB .mbr-text {
  color: #d2d2df;
}
.cid-ue39xQTFIB .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xRgjLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xRgjLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xRgjLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xRgjLe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue39xRgjLe .container {
    padding: 0 15px;
  }
}
.cid-ue39xRgjLe .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue39xRgjLe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue39xRgjLe .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue39xRgjLe .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue39xRgjLe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue39xRgjLe .item {
  margin-bottom: 32px;
}
.cid-ue39xRgjLe .item:hover .item-wrapper::before,
.cid-ue39xRgjLe .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-ue39xRgjLe .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-ue39xRgjLe .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-ue39xRgjLe .item .item-wrapper::before {
    display: none;
  }
}
.cid-ue39xRgjLe .item .item-wrapper .card-box {
  position: relative;
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-ue39xRgjLe .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-ue39xRgjLe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xRgjLe .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue39xRgjLe .mbr-date {
  color: #ffffff;
}
.cid-ue39xRgjLe .mbr-tag {
  color: #ffffff;
}
.cid-ue39xRgjLe .mbr-card-title {
  color: #f2ac2b;
}
.cid-ue39xRgjLe .mbr-card-text {
  color: #d2d2df;
}
.cid-ue39xRUsrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xRUsrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xRUsrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue39xRUsrw .container {
    padding: 0 15px;
  }
}
.cid-ue39xRUsrw .row {
  justify-content: center;
}
.cid-ue39xRUsrw .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue39xRUsrw .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue39xRUsrw .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue39xRUsrw .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue39xRUsrw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue39xRUsrw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue39xRUsrw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue39xRUsrw .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue39xRUsrw .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue39xRUsrw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue39xRUsrw .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue39xRUsrw .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue39xRUsrw .mbr-section-title,
.cid-ue39xRUsrw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ue39xShPL5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xShPL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xShPL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xShPL5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue39xShPL5 .container {
    padding: 0 15px;
  }
}
.cid-ue39xShPL5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue39xShPL5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue39xShPL5 .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-ue39xShPL5 .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-ue39xShPL5 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-ue39xShPL5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-ue39xShPL5 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-ue39xShPL5 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ue39xShPL5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ue39xShPL5 .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-ue39xShPL5 .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-ue39xShPL5 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-ue39xShPL5 .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-ue39xShPL5 .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-ue39xShPL5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xShPL5 .panel-title {
  color: #ffffff;
}
.cid-ue39xShPL5 .panel-text {
  color: #d2d2df;
}
.cid-ue39xT5tpq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xT5tpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xT5tpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue39xT5tpq .container {
    padding: 0 15px;
  }
}
.cid-ue39xT5tpq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-ue39xT5tpq .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-ue39xT5tpq .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ue39xT5tpq .content-wrapper .mbr-name {
  margin: 0;
}
.cid-ue39xT5tpq .mbr-section-title {
  color: #ffffff;
}
.cid-ue39xT5tpq .mbr-text {
  color: #d2d2df;
}
.cid-ue39xT5tpq .mbr-name {
  color: #f2ac2b;
}
.cid-ue39xTufvM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xTufvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xTufvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xTufvM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue39xTufvM .container {
    padding: 0 15px;
  }
}
.cid-ue39xTufvM .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue39xTufvM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue39xTufvM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue39xTufvM .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ue39xTufvM .item {
    margin-bottom: 20px;
  }
}
.cid-ue39xTufvM .item:hover::before,
.cid-ue39xTufvM .item:focus::before {
  opacity: 1;
}
.cid-ue39xTufvM .item:hover .item-wrapper,
.cid-ue39xTufvM .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-ue39xTufvM .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-ue39xTufvM .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-ue39xTufvM .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-ue39xTufvM .item::before {
    display: none;
  }
}
.cid-ue39xTufvM .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ue39xTufvM .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-ue39xTufvM .item .item-wrapper {
    height: auto;
  }
}
.cid-ue39xTufvM .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-ue39xTufvM .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-ue39xTufvM .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-ue39xTufvM .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-ue39xTufvM .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-ue39xTufvM .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-ue39xTufvM .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
}
.cid-ue39xTufvM .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-ue39xTufvM .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue39xTufvM .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-ue39xTufvM .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-ue39xTufvM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xTufvM .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xTufvM .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xTufvM .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-ue39xTufvM .list {
  color: #d2d2df;
}
.cid-ue39xU6tF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue39xU6tF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xU6tF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue39xU6tF6 .container {
    padding: 0 22px;
  }
}
.cid-ue39xU6tF6 .row {
  justify-content: center;
}
.cid-ue39xU6tF6 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ue39xU6tF6 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue39xU6tF6 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ue39xU6tF6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue39xU6tF6 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ue39xU6tF6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue39xU6tF6 .mbr-section-title {
  color: #ffffff;
}
.cid-ue39xU6tF6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue39xU6tF6 .mbr-section-title,
.cid-ue39xU6tF6 .icon-wrapper {
  text-align: center;
}
.cid-ue39xUvUk1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-ue39xUvUk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xUvUk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xUvUk1 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-ue39xUvUk1 .container-fluid {
    padding: 0 12px;
  }
}
.cid-ue39xUvUk1 .container-fluid .row {
  padding: 0;
}
.cid-ue39xUvUk1 .row {
  border: 3px solid #232b45;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-ue39xUvUk1 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-ue39xUvUk1 .card {
    padding: 48px 20px;
  }
}
.cid-ue39xUvUk1 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-ue39xUvUk1 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue39xUvUk1 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #232b45;
}
.cid-ue39xUvUk1 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-ue39xUvUk1 .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue39xUVrSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xUVrSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xUVrSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue39xUVrSv .container {
    padding: 0 15px;
  }
}
.cid-ue39xUVrSv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-ue39xUVrSv .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-ue39xUVrSv .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ue39xUVrSv .content-wrapper .mbr-name {
  margin: 0;
}
.cid-ue39xUVrSv .mbr-section-title {
  color: #ffffff;
}
.cid-ue39xUVrSv .mbr-text {
  color: #d2d2df;
}
.cid-ue39xUVrSv .mbr-name {
  color: #f2ac2b;
}
.cid-ue39xVnNLv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue39xVnNLv .mbr-text {
  color: #f7f7f7;
}
.cid-ue39xVnNLv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue3gqUL0Mw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3gqUL0Mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3gqUL0Mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3gqUL0Mw .container {
    padding: 0 30px;
  }
}
.cid-ue3gqUL0Mw .row {
  justify-content: center;
}
.cid-ue3gqUL0Mw .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ue3gqUL0Mw .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #f2ac2b;
  padding: 30px 0 40px;
}
.cid-ue3gqUL0Mw .panel-group .card:first-child {
  border-top: 1px solid #f2ac2b;
}
.cid-ue3gqUL0Mw .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ue3gqUL0Mw .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue3gqUL0Mw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue3gqUL0Mw .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ue3gqUL0Mw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ue3gqUL0Mw .mbr-section-btn {
  text-align: center;
}
.cid-ue3gqUL0Mw .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ue3gqUL0Mw .mbr-section-btn .btn:hover,
.cid-ue3gqUL0Mw .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ue3gqUL0Mw .mbr-section-title {
  color: #212529;
}
.cid-ue3gqUL0Mw .panel-title-edit {
  color: #ffffff;
}
.cid-ue3gqUL0Mw .panel-text {
  color: #ffffff;
}
.cid-ue3gqUL0Mw .mbr-section-title,
.cid-ue3gqUL0Mw .mbr-section-btn {
  color: #ffffff;
}
.cid-ue39xVKScA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ue39xVKScA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xVKScA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xVKScA .google-map {
  height: 35rem;
  position: relative;
}
.cid-ue39xVKScA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue39xVKScA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue39xVKScA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue39xVKScA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue39xVKScA .mbr-section-title {
  color: #00004c;
}
.cid-ue39xWfsQT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b1833;
  overflow: hidden;
}
.cid-ue39xWfsQT .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-ue39xWfsQT .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-ue39xWfsQT .media-container-row .mbr-text1 {
  color: #ffffff;
  text-align: left;
}
.cid-ue39xWfsQT .media-container-row .mbr-text3 {
  color: #ffffff;
  text-align: right;
}
.cid-ue39xWfsQT a {
  background-image: none !important;
}
.cid-ue39xWfsQT .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-ue39xWfsQT .container {
  padding: 5rem 1rem;
}
.cid-ue39xWfsQT p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-ue39xWfsQT p {
    text-align: center !important;
  }
}
.cid-ue39xWfsQT .media-container-row .mbr-text2,
.cid-ue39xWfsQT .line {
  color: #ffffff;
  text-align: left;
}
.cid-ue39xXgOYT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue39xXgOYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue39xXgOYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue39xXgOYT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue39xXgOYT .container {
    padding: 0 15px;
  }
}
.cid-ue39xXgOYT .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ue39xXgOYT .title-wrapper {
    text-align: center;
  }
}
.cid-ue39xXgOYT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ue39xXgOYT .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-ue39xXgOYT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue39xXgOYT .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue39xXgOYT .list {
    justify-content: center;
  }
}
.cid-ue39xXgOYT .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ue39xXgOYT .list .item-wrap:hover,
.cid-ue39xXgOYT .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue39xXgOYT .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ue39xXgOYT .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-ue39xXgOYT .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue39xXgOYT .copy-wrapper {
    height: auto;
  }
}
.cid-ue39xXgOYT .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue39xXgOYT .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ue39xXgOYT .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-ue39xXgOYT .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ue39xXgOYT .social-wrapper {
    text-align: center;
  }
}
.cid-ue39xXgOYT .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ue39xXgOYT .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-ue39xXgOYT .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-ue39xXgOYT .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-ue39xXgOYT .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-ue39xXgOYT .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue39xXgOYT .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue39xXgOYT .mbr-copy {
  color: #d2d2df;
}
.cid-ue3ad35qmU {
  background-color: transparent;
}
.cid-ue3ad35qmU .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-ue3ad35qmU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-ue3ad35qmU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue3ad35qmU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue3ad35qmU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ue3ad35qmU .menu_box .navbar.opened,
  .cid-ue3ad35qmU .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ue3ad35qmU .navbar-dropdown {
  position: relative !important;
}
.cid-ue3ad35qmU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ue3ad35qmU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3ad35qmU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ue3ad35qmU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ue3ad35qmU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ue3ad35qmU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-ue3ad35qmU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ue3ad35qmU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ue3ad35qmU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ue3ad35qmU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ue3ad35qmU .offcanvas-body .mbr-text,
  .cid-ue3ad35qmU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ue3ad35qmU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ue3ad35qmU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ue3ad35qmU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-ue3ad35qmU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ue3ad35qmU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ue3ad35qmU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ue3ad35qmU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ue3ad35qmU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ue3ad35qmU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue3ad35qmU .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-ue3ad35qmU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ue3ad35qmU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ue3ad35qmU .lg_brand {
    margin: 0 1rem;
  }
  .cid-ue3ad35qmU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ue3ad35qmU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ue3ad35qmU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ue3ad35qmU .nav-item {
    margin: 0 !important;
  }
}
.cid-ue3ad35qmU .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ue3ad35qmU .nav-item .nav-link:hover,
.cid-ue3ad35qmU .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue3ad35qmU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ue3ad35qmU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ue3ad35qmU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ue3ad35qmU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue3ad35qmU .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-ue3ad35qmU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ue3ad35qmU .offcanvas_box {
    display: none;
  }
}
.cid-ue3ad35qmU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ue3ad35qmU .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ue3ad35qmU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ue3ad35qmU .container {
  display: flex;
  margin: auto;
}
.cid-ue3ad35qmU .iconfont-wrapper {
  color: #f2ac2b;
  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-ue3ad35qmU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ue3ad35qmU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ue3ad35qmU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ue3ad35qmU .navbar-nav {
    margin: 0;
  }
}
.cid-ue3ad35qmU .dropdown-menu,
.cid-ue3ad35qmU .navbar.opened {
  background-color: false !important;
}
.cid-ue3ad35qmU .nav-item:focus,
.cid-ue3ad35qmU .nav-link:focus {
  outline: none;
}
.cid-ue3ad35qmU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue3ad35qmU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue3ad35qmU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue3ad35qmU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue3ad35qmU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue3ad35qmU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue3ad35qmU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ue3ad35qmU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ue3ad35qmU .navbar.opened {
  transition: all 0.3s;
}
.cid-ue3ad35qmU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ue3ad35qmU .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ue3ad35qmU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ue3ad35qmU .navbar.collapsed {
  justify-content: center;
}
.cid-ue3ad35qmU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue3ad35qmU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue3ad35qmU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue3ad35qmU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue3ad35qmU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue3ad35qmU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ue3ad35qmU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ue3ad35qmU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ue3ad35qmU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ue3ad35qmU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue3ad35qmU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue3ad35qmU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ue3ad35qmU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue3ad35qmU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ue3ad35qmU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue3ad35qmU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ue3ad35qmU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ue3ad35qmU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ue3ad35qmU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ue3ad35qmU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue3ad35qmU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ue3ad35qmU .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue3ad35qmU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue3ad35qmU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue3ad35qmU .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-ue3ad35qmU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ue3ad35qmU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue3ad35qmU .dropdown-item.active,
.cid-ue3ad35qmU .dropdown-item:active {
  background-color: transparent;
}
.cid-ue3ad35qmU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ue3ad35qmU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue3ad35qmU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue3ad35qmU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue3ad35qmU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ue3ad35qmU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue3ad35qmU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-ue3ad35qmU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-ue3ad35qmU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue3ad35qmU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3ad35qmU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3ad35qmU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue3ad35qmU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3ad35qmU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue3ad35qmU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue3ad35qmU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3ad35qmU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ue3ad35qmU .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-ue3ad35qmU .navbar {
    height: 70px;
  }
  .cid-ue3ad35qmU .navbar.opened {
    height: auto;
  }
  .cid-ue3ad35qmU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue3ad35qmU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ue3ad35qmU .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-ue3ad35qmU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ue3ad35qmU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ue3ad35qmU .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-ue3ad35qmU .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-ue3ad35qmU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ue3ad35qmU .text_widget {
  margin-bottom: 32px;
}
.cid-ue3ad35qmU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ue3ad35qmU .text_widget a:hover,
.cid-ue3ad35qmU .text_widget a:focus {
  opacity: .6;
}
.cid-ue3ad35qmU .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3ad35qmU .navbar-caption {
  color: #f2ac2b;
}
.cid-ue3ad35qmU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad35qmU .mbr-section-subtitle,
.cid-ue3ad35qmU .text_widget,
.cid-ue3ad35qmU .mbr-section-btn {
  text-align: center;
}
.cid-ue3ad35qmU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ue3ad3Wtee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3ad3Wtee .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad3Wtee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3ad3Wtee .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3ad3Wtee .container {
    padding: 0 15px;
  }
}
.cid-ue3ad3Wtee .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ue3ad3Wtee .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3ad3Wtee .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3ad3Wtee .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3ad3Wtee .mbr-section-btn {
  margin-top: 40px;
}
.cid-ue3ad3Wtee .mbr-section-title {
  color: #ffffff;
}
.cid-ue3ad3Wtee .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3ad3Wtee .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue3ad3Wtee .mbr-section-title,
.cid-ue3ad3Wtee .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-ue3ad4knoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1833;
}
.cid-ue3ad4knoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad4knoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3ad4knoS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ue3ad4knoS .container {
    padding: 0 12px;
  }
}
.cid-ue3ad4knoS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ue3ad4knoS .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ue3ad4knoS .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ue3ad4knoS .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f2ac2b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ue3ad4knoS .mbr-section-title {
  color: #222222;
}
.cid-ue3ad4JQ0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3ad4JQ0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad4JQ0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3ad4JQ0w .container {
    padding: 0 15px;
  }
}
.cid-ue3ad4JQ0w .row {
  justify-content: center;
}
.cid-ue3ad4JQ0w .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue3ad4JQ0w .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue3ad4JQ0w .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue3ad4JQ0w .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue3ad4JQ0w .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue3ad4JQ0w .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue3ad4JQ0w .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3ad4JQ0w .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3ad4JQ0w .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3ad4JQ0w .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue3ad4JQ0w .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3ad4JQ0w .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue3ad4JQ0w .mbr-section-title,
.cid-ue3ad4JQ0w .mbr-section-btn {
  text-align: center;
}
.cid-ue3ad5bq7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3ad5bq7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad5bq7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3ad5bq7O .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3ad5bq7O .container {
    padding: 0 15px;
  }
}
.cid-ue3ad5bq7O .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3ad5bq7O .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue3ad5bq7O .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3ad5bq7O .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-ue3ad5bq7O .items-wrapper {
    display: block;
  }
}
.cid-ue3ad5bq7O .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ue3ad5bq7O .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-ue3ad5bq7O .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-ue3ad5bq7O .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-ue3ad5bq7O .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-ue3ad5bq7O .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-ue3ad5bq7O .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-ue3ad5bq7O .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-ue3ad5bq7O .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-ue3ad5bq7O .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ue3ad5bq7O .text-wrapper {
    margin-top: 40px;
  }
}
.cid-ue3ad5bq7O .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3ad5bq7O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad5bq7O .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue3ad5bq7O .item-text {
  color: #d2d2df;
}
.cid-ue3ad5bq7O .item-text,
.cid-ue3ad5bq7O .icon-wrapper {
  text-align: center;
}
.cid-ue3ad5VzJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3ad5VzJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad5VzJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3ad5VzJK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3ad5VzJK .container {
    padding: 0 15px;
  }
}
.cid-ue3ad5VzJK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3ad5VzJK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue3ad5VzJK .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ue3ad5VzJK .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ue3ad5VzJK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3ad5VzJK .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue3ad5VzJK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3ad5VzJK .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ue3ad5VzJK .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3ad5VzJK .image-wrapper {
    margin: 0;
  }
}
.cid-ue3ad5VzJK .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-ue3ad5VzJK .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-ue3ad5VzJK .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-ue3ad5VzJK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad5VzJK .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-ue3ad5VzJK .mbr-text {
  color: #d2d2df;
}
.cid-ue3ad5VzJK .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad6mXyr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3ad6mXyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad6mXyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3ad6mXyr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3ad6mXyr .container {
    padding: 0 15px;
  }
}
.cid-ue3ad6mXyr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3ad6mXyr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue3ad6mXyr .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3ad6mXyr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3ad6mXyr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3ad6mXyr .item {
  margin-bottom: 32px;
}
.cid-ue3ad6mXyr .item:hover .item-wrapper::before,
.cid-ue3ad6mXyr .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-ue3ad6mXyr .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-ue3ad6mXyr .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-ue3ad6mXyr .item .item-wrapper::before {
    display: none;
  }
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box {
  position: relative;
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-ue3ad6mXyr .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-ue3ad6mXyr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad6mXyr .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue3ad6mXyr .mbr-date {
  color: #ffffff;
}
.cid-ue3ad6mXyr .mbr-tag {
  color: #ffffff;
}
.cid-ue3ad6mXyr .mbr-card-title {
  color: #f2ac2b;
}
.cid-ue3ad6mXyr .mbr-card-text {
  color: #d2d2df;
}
.cid-ue3ad6ZfLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3ad6ZfLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad6ZfLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3ad6ZfLV .container {
    padding: 0 15px;
  }
}
.cid-ue3ad6ZfLV .row {
  justify-content: center;
}
.cid-ue3ad6ZfLV .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue3ad6ZfLV .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue3ad6ZfLV .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue3ad6ZfLV .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue3ad6ZfLV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue3ad6ZfLV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue3ad6ZfLV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3ad6ZfLV .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3ad6ZfLV .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3ad6ZfLV .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue3ad6ZfLV .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3ad6ZfLV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue3ad6ZfLV .mbr-section-title,
.cid-ue3ad6ZfLV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ue3ad7t0st {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3ad7t0st .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad7t0st .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3ad7t0st .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3ad7t0st .container {
    padding: 0 15px;
  }
}
.cid-ue3ad7t0st .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3ad7t0st .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue3ad7t0st .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-ue3ad7t0st .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-ue3ad7t0st .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-ue3ad7t0st .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-ue3ad7t0st .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-ue3ad7t0st .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ue3ad7t0st .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ue3ad7t0st .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-ue3ad7t0st .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-ue3ad7t0st .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-ue3ad7t0st .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-ue3ad7t0st .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-ue3ad7t0st .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad7t0st .panel-title {
  color: #ffffff;
}
.cid-ue3ad7t0st .panel-text {
  color: #d2d2df;
}
.cid-ue3ad8btZo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3ad8btZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad8btZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3ad8btZo .container {
    padding: 0 15px;
  }
}
.cid-ue3ad8btZo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-ue3ad8btZo .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-ue3ad8btZo .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ue3ad8btZo .content-wrapper .mbr-name {
  margin: 0;
}
.cid-ue3ad8btZo .mbr-section-title {
  color: #ffffff;
}
.cid-ue3ad8btZo .mbr-text {
  color: #d2d2df;
}
.cid-ue3ad8btZo .mbr-name {
  color: #f2ac2b;
}
.cid-ue3ad8Jztm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3ad8Jztm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad8Jztm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3ad8Jztm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3ad8Jztm .container {
    padding: 0 15px;
  }
}
.cid-ue3ad8Jztm .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3ad8Jztm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue3ad8Jztm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3ad8Jztm .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ue3ad8Jztm .item {
    margin-bottom: 20px;
  }
}
.cid-ue3ad8Jztm .item:hover::before,
.cid-ue3ad8Jztm .item:focus::before {
  opacity: 1;
}
.cid-ue3ad8Jztm .item:hover .item-wrapper,
.cid-ue3ad8Jztm .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-ue3ad8Jztm .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-ue3ad8Jztm .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-ue3ad8Jztm .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-ue3ad8Jztm .item::before {
    display: none;
  }
}
.cid-ue3ad8Jztm .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ue3ad8Jztm .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-ue3ad8Jztm .item .item-wrapper {
    height: auto;
  }
}
.cid-ue3ad8Jztm .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-ue3ad8Jztm .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-ue3ad8Jztm .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-ue3ad8Jztm .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-ue3ad8Jztm .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-ue3ad8Jztm .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-ue3ad8Jztm .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
}
.cid-ue3ad8Jztm .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-ue3ad8Jztm .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue3ad8Jztm .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-ue3ad8Jztm .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-ue3ad8Jztm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad8Jztm .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad8Jztm .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad8Jztm .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-ue3ad8Jztm .list {
  color: #d2d2df;
}
.cid-ue3ad9mlba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3ad9mlba .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad9mlba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3ad9mlba .container {
    padding: 0 22px;
  }
}
.cid-ue3ad9mlba .row {
  justify-content: center;
}
.cid-ue3ad9mlba .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ue3ad9mlba .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue3ad9mlba .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ue3ad9mlba .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3ad9mlba .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ue3ad9mlba .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3ad9mlba .mbr-section-title {
  color: #ffffff;
}
.cid-ue3ad9mlba .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue3ad9mlba .mbr-section-title,
.cid-ue3ad9mlba .icon-wrapper {
  text-align: center;
}
.cid-ue3ad9RYOj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-ue3ad9RYOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3ad9RYOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3ad9RYOj .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-ue3ad9RYOj .container-fluid {
    padding: 0 12px;
  }
}
.cid-ue3ad9RYOj .container-fluid .row {
  padding: 0;
}
.cid-ue3ad9RYOj .row {
  border: 3px solid #232b45;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-ue3ad9RYOj .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-ue3ad9RYOj .card {
    padding: 48px 20px;
  }
}
.cid-ue3ad9RYOj .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-ue3ad9RYOj .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3ad9RYOj .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #232b45;
}
.cid-ue3ad9RYOj .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-ue3ad9RYOj .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3adakL99 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3adakL99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3adakL99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3adakL99 .container {
    padding: 0 15px;
  }
}
.cid-ue3adakL99 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-ue3adakL99 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-ue3adakL99 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ue3adakL99 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-ue3adakL99 .mbr-section-title {
  color: #ffffff;
}
.cid-ue3adakL99 .mbr-text {
  color: #d2d2df;
}
.cid-ue3adakL99 .mbr-name {
  color: #f2ac2b;
}
.cid-ue3adaRGbc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3adaRGbc .mbr-text {
  color: #f7f7f7;
}
.cid-ue3adaRGbc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue3hja5jh1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3hja5jh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3hja5jh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3hja5jh1 .container {
    padding: 0 30px;
  }
}
.cid-ue3hja5jh1 .row {
  justify-content: center;
}
.cid-ue3hja5jh1 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ue3hja5jh1 .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #f2ac2b;
  padding: 30px 0 40px;
}
.cid-ue3hja5jh1 .panel-group .card:first-child {
  border-top: 1px solid #f2ac2b;
}
.cid-ue3hja5jh1 .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ue3hja5jh1 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue3hja5jh1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue3hja5jh1 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ue3hja5jh1 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ue3hja5jh1 .mbr-section-btn {
  text-align: center;
}
.cid-ue3hja5jh1 .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ue3hja5jh1 .mbr-section-btn .btn:hover,
.cid-ue3hja5jh1 .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ue3hja5jh1 .mbr-section-title {
  color: #212529;
}
.cid-ue3hja5jh1 .panel-title-edit {
  color: #ffffff;
}
.cid-ue3hja5jh1 .panel-text {
  color: #ffffff;
}
.cid-ue3hja5jh1 .mbr-section-title,
.cid-ue3hja5jh1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ue3adbzYXK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ue3adbzYXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3adbzYXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3adbzYXK .google-map {
  height: 35rem;
  position: relative;
}
.cid-ue3adbzYXK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue3adbzYXK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue3adbzYXK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue3adbzYXK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue3adbzYXK .mbr-section-title {
  color: #00004c;
}
.cid-ue3adc5aL6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b1833;
  overflow: hidden;
}
.cid-ue3adc5aL6 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-ue3adc5aL6 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-ue3adc5aL6 .media-container-row .mbr-text1 {
  color: #ffffff;
  text-align: left;
}
.cid-ue3adc5aL6 .media-container-row .mbr-text3 {
  color: #ffffff;
  text-align: right;
}
.cid-ue3adc5aL6 a {
  background-image: none !important;
}
.cid-ue3adc5aL6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-ue3adc5aL6 .container {
  padding: 5rem 1rem;
}
.cid-ue3adc5aL6 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-ue3adc5aL6 p {
    text-align: center !important;
  }
}
.cid-ue3adc5aL6 .media-container-row .mbr-text2,
.cid-ue3adc5aL6 .line {
  color: #ffffff;
  text-align: left;
}
.cid-ue3adcBejE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3adcBejE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3adcBejE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3adcBejE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3adcBejE .container {
    padding: 0 15px;
  }
}
.cid-ue3adcBejE .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ue3adcBejE .title-wrapper {
    text-align: center;
  }
}
.cid-ue3adcBejE .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ue3adcBejE .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-ue3adcBejE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3adcBejE .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue3adcBejE .list {
    justify-content: center;
  }
}
.cid-ue3adcBejE .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ue3adcBejE .list .item-wrap:hover,
.cid-ue3adcBejE .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue3adcBejE .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ue3adcBejE .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-ue3adcBejE .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue3adcBejE .copy-wrapper {
    height: auto;
  }
}
.cid-ue3adcBejE .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue3adcBejE .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ue3adcBejE .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-ue3adcBejE .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ue3adcBejE .social-wrapper {
    text-align: center;
  }
}
.cid-ue3adcBejE .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ue3adcBejE .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-ue3adcBejE .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-ue3adcBejE .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-ue3adcBejE .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-ue3adcBejE .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue3adcBejE .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3adcBejE .mbr-copy {
  color: #d2d2df;
}
.cid-ue3aMe71uA {
  background-color: transparent;
}
.cid-ue3aMe71uA .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-ue3aMe71uA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-ue3aMe71uA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue3aMe71uA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue3aMe71uA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ue3aMe71uA .menu_box .navbar.opened,
  .cid-ue3aMe71uA .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ue3aMe71uA .navbar-dropdown {
  position: relative !important;
}
.cid-ue3aMe71uA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ue3aMe71uA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3aMe71uA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ue3aMe71uA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ue3aMe71uA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ue3aMe71uA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-ue3aMe71uA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ue3aMe71uA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ue3aMe71uA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ue3aMe71uA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ue3aMe71uA .offcanvas-body .mbr-text,
  .cid-ue3aMe71uA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ue3aMe71uA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ue3aMe71uA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ue3aMe71uA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-ue3aMe71uA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ue3aMe71uA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ue3aMe71uA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ue3aMe71uA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ue3aMe71uA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ue3aMe71uA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue3aMe71uA .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-ue3aMe71uA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ue3aMe71uA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ue3aMe71uA .lg_brand {
    margin: 0 1rem;
  }
  .cid-ue3aMe71uA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ue3aMe71uA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ue3aMe71uA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ue3aMe71uA .nav-item {
    margin: 0 !important;
  }
}
.cid-ue3aMe71uA .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ue3aMe71uA .nav-item .nav-link:hover,
.cid-ue3aMe71uA .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue3aMe71uA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ue3aMe71uA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ue3aMe71uA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ue3aMe71uA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue3aMe71uA .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-ue3aMe71uA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ue3aMe71uA .offcanvas_box {
    display: none;
  }
}
.cid-ue3aMe71uA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ue3aMe71uA .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ue3aMe71uA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ue3aMe71uA .container {
  display: flex;
  margin: auto;
}
.cid-ue3aMe71uA .iconfont-wrapper {
  color: #f2ac2b;
  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-ue3aMe71uA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ue3aMe71uA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ue3aMe71uA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ue3aMe71uA .navbar-nav {
    margin: 0;
  }
}
.cid-ue3aMe71uA .dropdown-menu,
.cid-ue3aMe71uA .navbar.opened {
  background-color: false !important;
}
.cid-ue3aMe71uA .nav-item:focus,
.cid-ue3aMe71uA .nav-link:focus {
  outline: none;
}
.cid-ue3aMe71uA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue3aMe71uA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue3aMe71uA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue3aMe71uA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue3aMe71uA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue3aMe71uA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue3aMe71uA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMe71uA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ue3aMe71uA .navbar.opened {
  transition: all 0.3s;
}
.cid-ue3aMe71uA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ue3aMe71uA .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ue3aMe71uA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ue3aMe71uA .navbar.collapsed {
  justify-content: center;
}
.cid-ue3aMe71uA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue3aMe71uA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue3aMe71uA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue3aMe71uA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue3aMe71uA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue3aMe71uA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ue3aMe71uA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ue3aMe71uA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ue3aMe71uA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ue3aMe71uA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue3aMe71uA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue3aMe71uA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ue3aMe71uA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue3aMe71uA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ue3aMe71uA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue3aMe71uA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ue3aMe71uA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ue3aMe71uA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ue3aMe71uA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ue3aMe71uA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue3aMe71uA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ue3aMe71uA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue3aMe71uA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue3aMe71uA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue3aMe71uA .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-ue3aMe71uA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ue3aMe71uA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue3aMe71uA .dropdown-item.active,
.cid-ue3aMe71uA .dropdown-item:active {
  background-color: transparent;
}
.cid-ue3aMe71uA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ue3aMe71uA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue3aMe71uA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue3aMe71uA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue3aMe71uA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ue3aMe71uA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue3aMe71uA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-ue3aMe71uA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-ue3aMe71uA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue3aMe71uA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3aMe71uA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3aMe71uA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue3aMe71uA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3aMe71uA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue3aMe71uA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue3aMe71uA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3aMe71uA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ue3aMe71uA .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-ue3aMe71uA .navbar {
    height: 70px;
  }
  .cid-ue3aMe71uA .navbar.opened {
    height: auto;
  }
  .cid-ue3aMe71uA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue3aMe71uA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ue3aMe71uA .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-ue3aMe71uA .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ue3aMe71uA .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ue3aMe71uA .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-ue3aMe71uA .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-ue3aMe71uA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ue3aMe71uA .text_widget {
  margin-bottom: 32px;
}
.cid-ue3aMe71uA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ue3aMe71uA .text_widget a:hover,
.cid-ue3aMe71uA .text_widget a:focus {
  opacity: .6;
}
.cid-ue3aMe71uA .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3aMe71uA .navbar-caption {
  color: #f2ac2b;
}
.cid-ue3aMe71uA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMe71uA .mbr-section-subtitle,
.cid-ue3aMe71uA .text_widget,
.cid-ue3aMe71uA .mbr-section-btn {
  text-align: center;
}
.cid-ue3aMe71uA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ue3aMeNmDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMeNmDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMeNmDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMeNmDB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3aMeNmDB .container {
    padding: 0 15px;
  }
}
.cid-ue3aMeNmDB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ue3aMeNmDB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3aMeNmDB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3aMeNmDB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3aMeNmDB .mbr-section-btn {
  margin-top: 40px;
}
.cid-ue3aMeNmDB .mbr-section-title {
  color: #ffffff;
}
.cid-ue3aMeNmDB .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3aMeNmDB .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue3aMeNmDB .mbr-section-title,
.cid-ue3aMeNmDB .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-ue3aMf5qAk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1833;
}
.cid-ue3aMf5qAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMf5qAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMf5qAk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ue3aMf5qAk .container {
    padding: 0 12px;
  }
}
.cid-ue3aMf5qAk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ue3aMf5qAk .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ue3aMf5qAk .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ue3aMf5qAk .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f2ac2b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ue3aMf5qAk .mbr-section-title {
  color: #222222;
}
.cid-ue3aMfphPR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3aMfphPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMfphPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMfphPR .container {
    padding: 0 15px;
  }
}
.cid-ue3aMfphPR .row {
  justify-content: center;
}
.cid-ue3aMfphPR .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue3aMfphPR .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue3aMfphPR .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue3aMfphPR .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue3aMfphPR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue3aMfphPR .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue3aMfphPR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3aMfphPR .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3aMfphPR .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3aMfphPR .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue3aMfphPR .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3aMfphPR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue3aMfphPR .mbr-section-title,
.cid-ue3aMfphPR .mbr-section-btn {
  text-align: center;
}
.cid-ue3aMfJUSg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMfJUSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMfJUSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMfJUSg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3aMfJUSg .container {
    padding: 0 15px;
  }
}
.cid-ue3aMfJUSg .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3aMfJUSg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue3aMfJUSg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3aMfJUSg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-ue3aMfJUSg .items-wrapper {
    display: block;
  }
}
.cid-ue3aMfJUSg .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ue3aMfJUSg .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-ue3aMfJUSg .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-ue3aMfJUSg .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-ue3aMfJUSg .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-ue3aMfJUSg .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-ue3aMfJUSg .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-ue3aMfJUSg .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-ue3aMfJUSg .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-ue3aMfJUSg .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ue3aMfJUSg .text-wrapper {
    margin-top: 40px;
  }
}
.cid-ue3aMfJUSg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3aMfJUSg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMfJUSg .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue3aMfJUSg .item-text {
  color: #d2d2df;
}
.cid-ue3aMfJUSg .item-text,
.cid-ue3aMfJUSg .icon-wrapper {
  text-align: center;
  color: #f2ac2b;
}
.cid-ue3aMgsubO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMgsubO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMgsubO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMgsubO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3aMgsubO .container {
    padding: 0 15px;
  }
}
.cid-ue3aMgsubO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3aMgsubO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue3aMgsubO .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ue3aMgsubO .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ue3aMgsubO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3aMgsubO .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue3aMgsubO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3aMgsubO .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ue3aMgsubO .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3aMgsubO .image-wrapper {
    margin: 0;
  }
}
.cid-ue3aMgsubO .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-ue3aMgsubO .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-ue3aMgsubO .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-ue3aMgsubO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMgsubO .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-ue3aMgsubO .mbr-text {
  color: #d2d2df;
}
.cid-ue3aMgsubO .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMgMGeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMgMGeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMgMGeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMgMGeR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3aMgMGeR .container {
    padding: 0 15px;
  }
}
.cid-ue3aMgMGeR .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3aMgMGeR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue3aMgMGeR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3aMgMGeR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3aMgMGeR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3aMgMGeR .item {
  margin-bottom: 32px;
}
.cid-ue3aMgMGeR .item:hover .item-wrapper::before,
.cid-ue3aMgMGeR .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-ue3aMgMGeR .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-ue3aMgMGeR .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-ue3aMgMGeR .item .item-wrapper::before {
    display: none;
  }
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box {
  position: relative;
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-ue3aMgMGeR .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-ue3aMgMGeR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMgMGeR .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue3aMgMGeR .mbr-date {
  color: #ffffff;
}
.cid-ue3aMgMGeR .mbr-tag {
  color: #ffffff;
}
.cid-ue3aMgMGeR .mbr-card-title {
  color: #f2ac2b;
}
.cid-ue3aMgMGeR .mbr-card-text {
  color: #d2d2df;
}
.cid-ue3aMhiW1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMhiW1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMhiW1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMhiW1z .container {
    padding: 0 15px;
  }
}
.cid-ue3aMhiW1z .row {
  justify-content: center;
}
.cid-ue3aMhiW1z .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue3aMhiW1z .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue3aMhiW1z .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue3aMhiW1z .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue3aMhiW1z .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue3aMhiW1z .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue3aMhiW1z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3aMhiW1z .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3aMhiW1z .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3aMhiW1z .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue3aMhiW1z .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3aMhiW1z .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue3aMhiW1z .mbr-section-title,
.cid-ue3aMhiW1z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ue3aMhD916 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMhD916 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMhD916 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMhD916 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3aMhD916 .container {
    padding: 0 15px;
  }
}
.cid-ue3aMhD916 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3aMhD916 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue3aMhD916 .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-ue3aMhD916 .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-ue3aMhD916 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-ue3aMhD916 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-ue3aMhD916 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-ue3aMhD916 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ue3aMhD916 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ue3aMhD916 .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-ue3aMhD916 .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-ue3aMhD916 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-ue3aMhD916 .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-ue3aMhD916 .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-ue3aMhD916 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMhD916 .panel-title {
  color: #ffffff;
}
.cid-ue3aMhD916 .panel-text {
  color: #d2d2df;
}
.cid-ue3aMifTjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMifTjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMifTjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMifTjj .container {
    padding: 0 15px;
  }
}
.cid-ue3aMifTjj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
  padding-right: 0;
  padding-left: 8px;
}
@media (max-width: 992px) {
  .cid-ue3aMifTjj .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ue3aMifTjj .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-ue3aMifTjj .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ue3aMifTjj .content-wrapper .mbr-name {
  margin: 0;
}
.cid-ue3aMifTjj .mbr-section-title {
  color: #ffffff;
}
.cid-ue3aMifTjj .mbr-text {
  color: #d2d2df;
}
.cid-ue3aMifTjj .mbr-name {
  color: #f2ac2b;
}
.cid-ue3aMiFwU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMiFwU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMiFwU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMiFwU1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3aMiFwU1 .container {
    padding: 0 15px;
  }
}
.cid-ue3aMiFwU1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue3aMiFwU1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue3aMiFwU1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3aMiFwU1 .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ue3aMiFwU1 .item {
    margin-bottom: 20px;
  }
}
.cid-ue3aMiFwU1 .item:hover::before,
.cid-ue3aMiFwU1 .item:focus::before {
  opacity: 1;
}
.cid-ue3aMiFwU1 .item:hover .item-wrapper,
.cid-ue3aMiFwU1 .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-ue3aMiFwU1 .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-ue3aMiFwU1 .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-ue3aMiFwU1 .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-ue3aMiFwU1 .item::before {
    display: none;
  }
}
.cid-ue3aMiFwU1 .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ue3aMiFwU1 .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-ue3aMiFwU1 .item .item-wrapper {
    height: auto;
  }
}
.cid-ue3aMiFwU1 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-ue3aMiFwU1 .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-ue3aMiFwU1 .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-ue3aMiFwU1 .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-ue3aMiFwU1 .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-ue3aMiFwU1 .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-ue3aMiFwU1 .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
}
.cid-ue3aMiFwU1 .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-ue3aMiFwU1 .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue3aMiFwU1 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-ue3aMiFwU1 .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-ue3aMiFwU1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMiFwU1 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMiFwU1 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMiFwU1 .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-ue3aMiFwU1 .list {
  color: #d2d2df;
}
.cid-ue3aMjaWcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3aMjaWcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMjaWcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMjaWcz .container {
    padding: 0 22px;
  }
}
.cid-ue3aMjaWcz .row {
  justify-content: center;
}
.cid-ue3aMjaWcz .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ue3aMjaWcz .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ue3aMjaWcz .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ue3aMjaWcz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3aMjaWcz .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ue3aMjaWcz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3aMjaWcz .mbr-section-title {
  color: #ffffff;
}
.cid-ue3aMjaWcz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue3aMjaWcz .mbr-section-title,
.cid-ue3aMjaWcz .icon-wrapper {
  text-align: center;
}
.cid-ue3aMjzi67 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232b45;
}
.cid-ue3aMjzi67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMjzi67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMjzi67 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-ue3aMjzi67 .container-fluid {
    padding: 0 12px;
  }
}
.cid-ue3aMjzi67 .container-fluid .row {
  padding: 0;
}
.cid-ue3aMjzi67 .row {
  border: 3px solid #232b45;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-ue3aMjzi67 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMjzi67 .card {
    padding: 48px 20px;
  }
}
.cid-ue3aMjzi67 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-ue3aMjzi67 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3aMjzi67 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #232b45;
}
.cid-ue3aMjzi67 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-ue3aMjzi67 .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3aMjXTOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMjXTOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMjXTOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMjXTOW .container {
    padding: 0 15px;
  }
}
.cid-ue3aMjXTOW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-ue3aMjXTOW .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-ue3aMjXTOW .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ue3aMjXTOW .content-wrapper .mbr-name {
  margin: 0;
}
.cid-ue3aMjXTOW .mbr-section-title {
  color: #ffffff;
}
.cid-ue3aMjXTOW .mbr-text {
  color: #d2d2df;
}
.cid-ue3aMjXTOW .mbr-name {
  color: #f2ac2b;
}
.cid-ue3aMkll3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3aMkll3T .mbr-text {
  color: #f7f7f7;
}
.cid-ue3aMkll3T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue3i1YOIEj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3i1YOIEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3i1YOIEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3i1YOIEj .container {
    padding: 0 30px;
  }
}
.cid-ue3i1YOIEj .row {
  justify-content: center;
}
.cid-ue3i1YOIEj .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ue3i1YOIEj .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #f2ac2b;
  padding: 30px 0 40px;
}
.cid-ue3i1YOIEj .panel-group .card:first-child {
  border-top: 1px solid #f2ac2b;
}
.cid-ue3i1YOIEj .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ue3i1YOIEj .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue3i1YOIEj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue3i1YOIEj .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ue3i1YOIEj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ue3i1YOIEj .mbr-section-btn {
  text-align: center;
}
.cid-ue3i1YOIEj .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ue3i1YOIEj .mbr-section-btn .btn:hover,
.cid-ue3i1YOIEj .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ue3i1YOIEj .mbr-section-title {
  color: #212529;
}
.cid-ue3i1YOIEj .panel-title-edit {
  color: #ffffff;
}
.cid-ue3i1YOIEj .panel-text {
  color: #ffffff;
}
.cid-ue3i1YOIEj .mbr-section-title,
.cid-ue3i1YOIEj .mbr-section-btn {
  color: #ffffff;
}
.cid-ue3aMkOAoq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ue3aMkOAoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMkOAoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMkOAoq .google-map {
  height: 35rem;
  position: relative;
}
.cid-ue3aMkOAoq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue3aMkOAoq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue3aMkOAoq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue3aMkOAoq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue3aMkOAoq .mbr-section-title {
  color: #00004c;
}
.cid-ue3aMlgiIG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b1833;
  overflow: hidden;
}
.cid-ue3aMlgiIG .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-ue3aMlgiIG .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-ue3aMlgiIG .media-container-row .mbr-text1 {
  color: #ffffff;
  text-align: left;
}
.cid-ue3aMlgiIG .media-container-row .mbr-text3 {
  color: #ffffff;
  text-align: right;
}
.cid-ue3aMlgiIG a {
  background-image: none !important;
}
.cid-ue3aMlgiIG .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-ue3aMlgiIG .container {
  padding: 5rem 1rem;
}
.cid-ue3aMlgiIG p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-ue3aMlgiIG p {
    text-align: center !important;
  }
}
.cid-ue3aMlgiIG .media-container-row .mbr-text2,
.cid-ue3aMlgiIG .line {
  color: #ffffff;
  text-align: left;
}
.cid-ue3aMlMkdZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3aMlMkdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3aMlMkdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3aMlMkdZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3aMlMkdZ .container {
    padding: 0 15px;
  }
}
.cid-ue3aMlMkdZ .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ue3aMlMkdZ .title-wrapper {
    text-align: center;
  }
}
.cid-ue3aMlMkdZ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ue3aMlMkdZ .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-ue3aMlMkdZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3aMlMkdZ .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue3aMlMkdZ .list {
    justify-content: center;
  }
}
.cid-ue3aMlMkdZ .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ue3aMlMkdZ .list .item-wrap:hover,
.cid-ue3aMlMkdZ .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue3aMlMkdZ .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ue3aMlMkdZ .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-ue3aMlMkdZ .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue3aMlMkdZ .copy-wrapper {
    height: auto;
  }
}
.cid-ue3aMlMkdZ .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue3aMlMkdZ .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ue3aMlMkdZ .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-ue3aMlMkdZ .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ue3aMlMkdZ .social-wrapper {
    text-align: center;
  }
}
.cid-ue3aMlMkdZ .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ue3aMlMkdZ .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-ue3aMlMkdZ .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-ue3aMlMkdZ .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-ue3aMlMkdZ .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-ue3aMlMkdZ .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue3aMlMkdZ .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3aMlMkdZ .mbr-copy {
  color: #d2d2df;
}
.cid-ue3fAJLj2L {
  background-color: transparent;
}
.cid-ue3fAJLj2L .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-ue3fAJLj2L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-ue3fAJLj2L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue3fAJLj2L .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue3fAJLj2L .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ue3fAJLj2L .menu_box .navbar.opened,
  .cid-ue3fAJLj2L .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ue3fAJLj2L .navbar-dropdown {
  position: relative !important;
}
.cid-ue3fAJLj2L .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ue3fAJLj2L .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3fAJLj2L .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ue3fAJLj2L .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ue3fAJLj2L .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ue3fAJLj2L .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-ue3fAJLj2L .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ue3fAJLj2L .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ue3fAJLj2L .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ue3fAJLj2L .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ue3fAJLj2L .offcanvas-body .mbr-text,
  .cid-ue3fAJLj2L .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ue3fAJLj2L .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ue3fAJLj2L .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ue3fAJLj2L .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-ue3fAJLj2L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ue3fAJLj2L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ue3fAJLj2L .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ue3fAJLj2L .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ue3fAJLj2L ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ue3fAJLj2L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue3fAJLj2L .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-ue3fAJLj2L .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ue3fAJLj2L li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ue3fAJLj2L .lg_brand {
    margin: 0 1rem;
  }
  .cid-ue3fAJLj2L .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ue3fAJLj2L .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ue3fAJLj2L .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ue3fAJLj2L .nav-item {
    margin: 0 !important;
  }
}
.cid-ue3fAJLj2L .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ue3fAJLj2L .nav-item .nav-link:hover,
.cid-ue3fAJLj2L .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue3fAJLj2L .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ue3fAJLj2L .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ue3fAJLj2L .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ue3fAJLj2L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue3fAJLj2L .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-ue3fAJLj2L .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ue3fAJLj2L .offcanvas_box {
    display: none;
  }
}
.cid-ue3fAJLj2L .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ue3fAJLj2L .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ue3fAJLj2L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ue3fAJLj2L .container {
  display: flex;
  margin: auto;
}
.cid-ue3fAJLj2L .iconfont-wrapper {
  color: #f2ac2b;
  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-ue3fAJLj2L .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ue3fAJLj2L .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ue3fAJLj2L .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ue3fAJLj2L .navbar-nav {
    margin: 0;
  }
}
.cid-ue3fAJLj2L .dropdown-menu,
.cid-ue3fAJLj2L .navbar.opened {
  background-color: false !important;
}
.cid-ue3fAJLj2L .nav-item:focus,
.cid-ue3fAJLj2L .nav-link:focus {
  outline: none;
}
.cid-ue3fAJLj2L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue3fAJLj2L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue3fAJLj2L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue3fAJLj2L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue3fAJLj2L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue3fAJLj2L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue3fAJLj2L .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ue3fAJLj2L .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ue3fAJLj2L .navbar.opened {
  transition: all 0.3s;
}
.cid-ue3fAJLj2L .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ue3fAJLj2L .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ue3fAJLj2L .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ue3fAJLj2L .navbar.collapsed {
  justify-content: center;
}
.cid-ue3fAJLj2L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue3fAJLj2L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue3fAJLj2L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue3fAJLj2L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue3fAJLj2L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue3fAJLj2L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ue3fAJLj2L .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ue3fAJLj2L .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ue3fAJLj2L .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ue3fAJLj2L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue3fAJLj2L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue3fAJLj2L .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ue3fAJLj2L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue3fAJLj2L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ue3fAJLj2L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue3fAJLj2L .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ue3fAJLj2L .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ue3fAJLj2L .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ue3fAJLj2L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ue3fAJLj2L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue3fAJLj2L .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ue3fAJLj2L .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue3fAJLj2L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue3fAJLj2L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue3fAJLj2L .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-ue3fAJLj2L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ue3fAJLj2L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue3fAJLj2L .dropdown-item.active,
.cid-ue3fAJLj2L .dropdown-item:active {
  background-color: transparent;
}
.cid-ue3fAJLj2L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ue3fAJLj2L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue3fAJLj2L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue3fAJLj2L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue3fAJLj2L ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ue3fAJLj2L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue3fAJLj2L button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-ue3fAJLj2L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-ue3fAJLj2L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue3fAJLj2L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3fAJLj2L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3fAJLj2L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue3fAJLj2L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3fAJLj2L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue3fAJLj2L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue3fAJLj2L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3fAJLj2L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ue3fAJLj2L .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-ue3fAJLj2L .navbar {
    height: 70px;
  }
  .cid-ue3fAJLj2L .navbar.opened {
    height: auto;
  }
  .cid-ue3fAJLj2L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue3fAJLj2L .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ue3fAJLj2L .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-ue3fAJLj2L .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ue3fAJLj2L .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ue3fAJLj2L .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-ue3fAJLj2L .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-ue3fAJLj2L .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ue3fAJLj2L .text_widget {
  margin-bottom: 32px;
}
.cid-ue3fAJLj2L .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ue3fAJLj2L .text_widget a:hover,
.cid-ue3fAJLj2L .text_widget a:focus {
  opacity: .6;
}
.cid-ue3fAJLj2L .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3fAJLj2L .navbar-caption {
  color: #f2ac2b;
}
.cid-ue3fAJLj2L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue3fAJLj2L .mbr-section-subtitle,
.cid-ue3fAJLj2L .text_widget,
.cid-ue3fAJLj2L .mbr-section-btn {
  text-align: center;
}
.cid-ue3fAJLj2L a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ue3fAKlQ0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3fAKlQ0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3fAKlQ0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3fAKlQ0r .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3fAKlQ0r .container {
    padding: 0 15px;
  }
}
.cid-ue3fAKlQ0r .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ue3fAKlQ0r .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3fAKlQ0r .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3fAKlQ0r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3fAKlQ0r .mbr-section-btn {
  margin-top: 40px;
}
.cid-ue3fAKlQ0r .mbr-section-title {
  color: #ffffff;
}
.cid-ue3fAKlQ0r .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3fAKlQ0r .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue3fAKlQ0r .mbr-section-title,
.cid-ue3fAKlQ0r .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-ue3fAKDq0O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3fAKDq0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3fAKDq0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3fAKDq0O .container {
    padding: 0 15px;
  }
}
.cid-ue3fAKDq0O .row {
  justify-content: center;
}
.cid-ue3fAKDq0O .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue3fAKDq0O .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue3fAKDq0O .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue3fAKDq0O .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue3fAKDq0O .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue3fAKDq0O .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue3fAKDq0O .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3fAKDq0O .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3fAKDq0O .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3fAKDq0O .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue3fAKDq0O .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3fAKDq0O .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue3fAKDq0O .mbr-section-title,
.cid-ue3fAKDq0O .mbr-section-btn {
  text-align: center;
}
.cid-ue3fALlC3p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ue3fALlC3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3fALlC3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3fALlC3p .google-map {
  height: 35rem;
  position: relative;
}
.cid-ue3fALlC3p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue3fALlC3p .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue3fALlC3p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue3fALlC3p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue3fALlC3p .mbr-section-title {
  color: #00004c;
}
.cid-ue3fALIpYI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b1833;
  overflow: hidden;
}
.cid-ue3fALIpYI .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-ue3fALIpYI .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-ue3fALIpYI .media-container-row .mbr-text1 {
  color: #ffffff;
  text-align: left;
}
.cid-ue3fALIpYI .media-container-row .mbr-text3 {
  color: #ffffff;
  text-align: right;
}
.cid-ue3fALIpYI a {
  background-image: none !important;
}
.cid-ue3fALIpYI .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-ue3fALIpYI .container {
  padding: 5rem 1rem;
}
.cid-ue3fALIpYI p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-ue3fALIpYI p {
    text-align: center !important;
  }
}
.cid-ue3fALIpYI .media-container-row .mbr-text2,
.cid-ue3fALIpYI .line {
  color: #ffffff;
  text-align: left;
}
.cid-ue3fAM7Yu3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3fAM7Yu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3fAM7Yu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3fAM7Yu3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3fAM7Yu3 .container {
    padding: 0 15px;
  }
}
.cid-ue3fAM7Yu3 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ue3fAM7Yu3 .title-wrapper {
    text-align: center;
  }
}
.cid-ue3fAM7Yu3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ue3fAM7Yu3 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-ue3fAM7Yu3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3fAM7Yu3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue3fAM7Yu3 .list {
    justify-content: center;
  }
}
.cid-ue3fAM7Yu3 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ue3fAM7Yu3 .list .item-wrap:hover,
.cid-ue3fAM7Yu3 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue3fAM7Yu3 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ue3fAM7Yu3 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-ue3fAM7Yu3 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue3fAM7Yu3 .copy-wrapper {
    height: auto;
  }
}
.cid-ue3fAM7Yu3 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue3fAM7Yu3 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ue3fAM7Yu3 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-ue3fAM7Yu3 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ue3fAM7Yu3 .social-wrapper {
    text-align: center;
  }
}
.cid-ue3fAM7Yu3 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ue3fAM7Yu3 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-ue3fAM7Yu3 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-ue3fAM7Yu3 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-ue3fAM7Yu3 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-ue3fAM7Yu3 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue3fAM7Yu3 .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3fAM7Yu3 .mbr-copy {
  color: #d2d2df;
}
.cid-ue3eWlBiC6 {
  background-color: transparent;
}
.cid-ue3eWlBiC6 .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-ue3eWlBiC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-ue3eWlBiC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue3eWlBiC6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue3eWlBiC6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ue3eWlBiC6 .menu_box .navbar.opened,
  .cid-ue3eWlBiC6 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ue3eWlBiC6 .navbar-dropdown {
  position: relative !important;
}
.cid-ue3eWlBiC6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ue3eWlBiC6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3eWlBiC6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ue3eWlBiC6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ue3eWlBiC6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ue3eWlBiC6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-ue3eWlBiC6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ue3eWlBiC6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ue3eWlBiC6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ue3eWlBiC6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ue3eWlBiC6 .offcanvas-body .mbr-text,
  .cid-ue3eWlBiC6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ue3eWlBiC6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ue3eWlBiC6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ue3eWlBiC6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-ue3eWlBiC6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ue3eWlBiC6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ue3eWlBiC6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ue3eWlBiC6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ue3eWlBiC6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ue3eWlBiC6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue3eWlBiC6 .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-ue3eWlBiC6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ue3eWlBiC6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ue3eWlBiC6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-ue3eWlBiC6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ue3eWlBiC6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ue3eWlBiC6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ue3eWlBiC6 .nav-item {
    margin: 0 !important;
  }
}
.cid-ue3eWlBiC6 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ue3eWlBiC6 .nav-item .nav-link:hover,
.cid-ue3eWlBiC6 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue3eWlBiC6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ue3eWlBiC6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ue3eWlBiC6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ue3eWlBiC6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ue3eWlBiC6 .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-ue3eWlBiC6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ue3eWlBiC6 .offcanvas_box {
    display: none;
  }
}
.cid-ue3eWlBiC6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ue3eWlBiC6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ue3eWlBiC6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ue3eWlBiC6 .container {
  display: flex;
  margin: auto;
}
.cid-ue3eWlBiC6 .iconfont-wrapper {
  color: #f2ac2b;
  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-ue3eWlBiC6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ue3eWlBiC6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ue3eWlBiC6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ue3eWlBiC6 .navbar-nav {
    margin: 0;
  }
}
.cid-ue3eWlBiC6 .dropdown-menu,
.cid-ue3eWlBiC6 .navbar.opened {
  background-color: false !important;
}
.cid-ue3eWlBiC6 .nav-item:focus,
.cid-ue3eWlBiC6 .nav-link:focus {
  outline: none;
}
.cid-ue3eWlBiC6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue3eWlBiC6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue3eWlBiC6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue3eWlBiC6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue3eWlBiC6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue3eWlBiC6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue3eWlBiC6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ue3eWlBiC6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ue3eWlBiC6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ue3eWlBiC6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ue3eWlBiC6 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ue3eWlBiC6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ue3eWlBiC6 .navbar.collapsed {
  justify-content: center;
}
.cid-ue3eWlBiC6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue3eWlBiC6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue3eWlBiC6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue3eWlBiC6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue3eWlBiC6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue3eWlBiC6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ue3eWlBiC6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ue3eWlBiC6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ue3eWlBiC6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ue3eWlBiC6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue3eWlBiC6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue3eWlBiC6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ue3eWlBiC6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue3eWlBiC6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ue3eWlBiC6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue3eWlBiC6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ue3eWlBiC6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ue3eWlBiC6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ue3eWlBiC6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ue3eWlBiC6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue3eWlBiC6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ue3eWlBiC6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue3eWlBiC6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue3eWlBiC6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue3eWlBiC6 .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-ue3eWlBiC6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ue3eWlBiC6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue3eWlBiC6 .dropdown-item.active,
.cid-ue3eWlBiC6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ue3eWlBiC6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-ue3eWlBiC6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue3eWlBiC6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue3eWlBiC6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue3eWlBiC6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ue3eWlBiC6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue3eWlBiC6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-ue3eWlBiC6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-ue3eWlBiC6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue3eWlBiC6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3eWlBiC6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3eWlBiC6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue3eWlBiC6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3eWlBiC6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue3eWlBiC6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue3eWlBiC6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3eWlBiC6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ue3eWlBiC6 .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-ue3eWlBiC6 .navbar {
    height: 70px;
  }
  .cid-ue3eWlBiC6 .navbar.opened {
    height: auto;
  }
  .cid-ue3eWlBiC6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue3eWlBiC6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ue3eWlBiC6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-ue3eWlBiC6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ue3eWlBiC6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ue3eWlBiC6 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-ue3eWlBiC6 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-ue3eWlBiC6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ue3eWlBiC6 .text_widget {
  margin-bottom: 32px;
}
.cid-ue3eWlBiC6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ue3eWlBiC6 .text_widget a:hover,
.cid-ue3eWlBiC6 .text_widget a:focus {
  opacity: .6;
}
.cid-ue3eWlBiC6 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3eWlBiC6 .navbar-caption {
  color: #f2ac2b;
}
.cid-ue3eWlBiC6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue3eWlBiC6 .mbr-section-subtitle,
.cid-ue3eWlBiC6 .text_widget,
.cid-ue3eWlBiC6 .mbr-section-btn {
  text-align: center;
}
.cid-ue3eWlBiC6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ue3eWmmrJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3eWmmrJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3eWmmrJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3eWmmrJK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3eWmmrJK .container {
    padding: 0 15px;
  }
}
.cid-ue3eWmmrJK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ue3eWmmrJK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3eWmmrJK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3eWmmrJK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3eWmmrJK .mbr-section-btn {
  margin-top: 40px;
}
.cid-ue3eWmmrJK .mbr-section-title {
  color: #ffffff;
}
.cid-ue3eWmmrJK .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue3eWmmrJK .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ue3eWmmrJK .mbr-section-title,
.cid-ue3eWmmrJK .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-ue3eWniupI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-ue3eWniupI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3eWniupI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3eWniupI .container {
    padding: 0 15px;
  }
}
.cid-ue3eWniupI .row {
  justify-content: center;
}
.cid-ue3eWniupI .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-ue3eWniupI .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-ue3eWniupI .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-ue3eWniupI .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue3eWniupI .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-ue3eWniupI .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ue3eWniupI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue3eWniupI .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue3eWniupI .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue3eWniupI .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-ue3eWniupI .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3eWniupI .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ue3eWniupI .mbr-section-title,
.cid-ue3eWniupI .mbr-section-btn {
  text-align: center;
}
.cid-ue3eWt83KQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ue3eWt83KQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3eWt83KQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3eWt83KQ .google-map {
  height: 35rem;
  position: relative;
}
.cid-ue3eWt83KQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue3eWt83KQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue3eWt83KQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue3eWt83KQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue3eWt83KQ .mbr-section-title {
  color: #00004c;
}
.cid-ue3eWtCLVm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b1833;
  overflow: hidden;
}
.cid-ue3eWtCLVm .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-ue3eWtCLVm .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-ue3eWtCLVm .media-container-row .mbr-text1 {
  color: #ffffff;
  text-align: left;
}
.cid-ue3eWtCLVm .media-container-row .mbr-text3 {
  color: #ffffff;
  text-align: right;
}
.cid-ue3eWtCLVm a {
  background-image: none !important;
}
.cid-ue3eWtCLVm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-ue3eWtCLVm .container {
  padding: 5rem 1rem;
}
.cid-ue3eWtCLVm p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-ue3eWtCLVm p {
    text-align: center !important;
  }
}
.cid-ue3eWtCLVm .media-container-row .mbr-text2,
.cid-ue3eWtCLVm .line {
  color: #ffffff;
  text-align: left;
}
.cid-ue3eWu5YJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ue3eWu5YJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3eWu5YJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3eWu5YJT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue3eWu5YJT .container {
    padding: 0 15px;
  }
}
.cid-ue3eWu5YJT .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ue3eWu5YJT .title-wrapper {
    text-align: center;
  }
}
.cid-ue3eWu5YJT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ue3eWu5YJT .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-ue3eWu5YJT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3eWu5YJT .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue3eWu5YJT .list {
    justify-content: center;
  }
}
.cid-ue3eWu5YJT .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ue3eWu5YJT .list .item-wrap:hover,
.cid-ue3eWu5YJT .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-ue3eWu5YJT .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ue3eWu5YJT .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-ue3eWu5YJT .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue3eWu5YJT .copy-wrapper {
    height: auto;
  }
}
.cid-ue3eWu5YJT .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue3eWu5YJT .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ue3eWu5YJT .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-ue3eWu5YJT .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ue3eWu5YJT .social-wrapper {
    text-align: center;
  }
}
.cid-ue3eWu5YJT .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ue3eWu5YJT .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-ue3eWu5YJT .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-ue3eWu5YJT .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-ue3eWu5YJT .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-ue3eWu5YJT .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue3eWu5YJT .mbr-section-title {
  color: #f2ac2b;
}
.cid-ue3eWu5YJT .mbr-copy {
  color: #d2d2df;
}
