.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'times';
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'constan';
  font-size: 1.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'constan';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'constan';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'constan';
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1148b8 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1148b8 !important;
  border-color: #1148b8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #155ae7 !important;
  border-color: #155ae7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #155ae7 !important;
  border-color: #155ae7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #1148b8;
  color: #1148b8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a2969 !important;
  background-color: transparent !important;
  border-color: #0a2969 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1148b8 !important;
  border-color: #1148b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #1148b8 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #08235b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #1148b8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #1148b8;
  border-color: #1148b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1148b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598bf0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'constan';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #1148b8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'constan';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1148b8;
}
/* 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: #1148b8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1148b8;
}
.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: #1148b8;
  border-bottom-color: #1148b8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1148b8 !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: #ffffff !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='%231148b8' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vdoJrS4BzH {
  z-index: 1000;
  width: 100%;
}
.cid-vdoJrS4BzH nav.navbar {
  position: fixed;
}
.cid-vdoJrS4BzH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdoJrS4BzH .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vdoJrS4BzH .dropdown-item:hover,
.cid-vdoJrS4BzH .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.5) !important;
  color: white !important;
}
.cid-vdoJrS4BzH .dropdown-item:hover span {
  color: white;
}
.cid-vdoJrS4BzH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdoJrS4BzH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdoJrS4BzH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdoJrS4BzH .nav-link {
  position: relative;
}
.cid-vdoJrS4BzH .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vdoJrS4BzH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vdoJrS4BzH .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vdoJrS4BzH .iconfont-wrapper:hover .mbr-iconfont {
  color: #1148b8;
}
.cid-vdoJrS4BzH .dropdown-menu,
.cid-vdoJrS4BzH .navbar.opened {
  background: #29292a !important;
}
.cid-vdoJrS4BzH .nav-item:focus,
.cid-vdoJrS4BzH .nav-link:focus {
  outline: none;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdoJrS4BzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdoJrS4BzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(41, 41, 42, 0.1);
  padding: 0 !important;
}
.cid-vdoJrS4BzH .navbar.opened {
  transition: all 0.3s;
}
.cid-vdoJrS4BzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdoJrS4BzH .navbar .navbar-logo img {
  width: auto;
}
.cid-vdoJrS4BzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdoJrS4BzH .navbar.collapsed {
  justify-content: center;
}
.cid-vdoJrS4BzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdoJrS4BzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdoJrS4BzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdoJrS4BzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdoJrS4BzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdoJrS4BzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdoJrS4BzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdoJrS4BzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdoJrS4BzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdoJrS4BzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdoJrS4BzH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vdoJrS4BzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdoJrS4BzH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdoJrS4BzH .dropdown-item.active,
.cid-vdoJrS4BzH .dropdown-item:active {
  background-color: transparent;
}
.cid-vdoJrS4BzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdoJrS4BzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29292a;
}
.cid-vdoJrS4BzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdoJrS4BzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdoJrS4BzH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdoJrS4BzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdoJrS4BzH button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdoJrS4BzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdoJrS4BzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdoJrS4BzH .navbar {
    height: 70px;
  }
  .cid-vdoJrS4BzH .navbar.opened {
    height: auto;
  }
  .cid-vdoJrS4BzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdoJrS4BzH .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vdoJrS4BzH .navbar-toggler {
  margin-left: 10px;
}
.cid-vdoJrS4BzH .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #377ad8;
}
.cid-vdoJrS4BzH .navbar-logo {
  margin-right: 0 !important;
}
.cid-vdoJrS4BzH .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-vdoJrS4BzH .mbr-text {
    display: none;
  }
}
.cid-vdoJrS4BzH .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vdoJrS4BzH .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vdoJrS4BzH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uGQ0MAzDPw {
  overflow: hidden;
  background-image: url("../../../assets/images/29b569f9b1e0d960883e443711e0549c-564x564.jpg");
}
.cid-uGQ0MAzDPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGQ0MAzDPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGQ0MAzDPw .row {
  justify-content: center;
}
.cid-uGQ0MAzDPw .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGQ0MAzDPw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uGQ0MAzDPw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGQ0MAzDPw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGQ0MAzDPw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGQ0MAzDPw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGQ0MAzDPw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uGQ0MAzDPw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uGQ0MAzDPw .card {
  justify-content: flex-end;
}
.cid-uGQ0MAzDPw .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGQ0MAzDPw .image-wrapper {
    display: block;
  }
}
.cid-uGQ0MAzDPw .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uGQ0MAzDPw .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGQ0MAzDPw .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uGQ0MAzDPw .mbr-section-title {
  color: #cbff5b;
}
.cid-uGQ0MAzDPw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGQ0MAzDPw .mbr-text,
.cid-uGQ0MAzDPw .text-wrapper {
  color: #ffffff;
}
.cid-uGQ0MAzDPw .mbr-text,
.cid-uGQ0MAzDPw .text-wrapper,
.cid-uGQ0MAzDPw .mbr-section-btn {
  color: #ffffff;
}
.cid-vdzQlOX2UF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdzQlOX2UF .section-head {
  margin-bottom: 2rem;
}
.cid-vdzQlOX2UF .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vdzQlOX2UF .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vdzQlOX2UF .row {
    text-align: center;
  }
}
.cid-vdzQlOX2UF .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vdzQlOX2UF .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vdzQlOX2UF .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vdzQlOX2UF .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vdGo6Te327 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vdGo6Te327 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGo6Te327 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGo6Te327 .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vdGo6Te327 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vdGo6Te327 .container {
    padding: 0 26px;
  }
}
.cid-vdGo6Te327 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 690px;
  max-width: 690px;
}
@media (max-width: 768px) {
  .cid-vdGo6Te327 .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdGo6Te327 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-vdGo6Te327 .embla__slide a:hover .card-wrap .item-wrapper .image-wrap::before {
  opacity: .65;
}
.cid-vdGo6Te327 .embla__slide a:hover .card-wrap .item-wrapper .image-wrap .content-wrap {
  opacity: 1;
  transform: translateX(0);
}
.cid-vdGo6Te327 .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.cid-vdGo6Te327 .embla__slide a .card-wrap .item-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdGo6Te327 .embla__slide a .card-wrap .item-wrapper .image-wrap::before {
    opacity: .65;
  }
}
.cid-vdGo6Te327 .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vdGo6Te327 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease-in-out;
}
.cid-vdGo6Te327 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-vdGo6Te327 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-desc {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vdGo6Te327 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-vdGo6Te327 .embla__button--next,
.cid-vdGo6Te327 .embla__button--prev {
  display: flex;
}
.cid-vdGo6Te327 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vdGo6Te327 .embla__button {
    display: none;
  }
}
.cid-vdGo6Te327 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdGo6Te327 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vdGo6Te327 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-vdGo6Te327 .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-vdGo6Te327 .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-vdGo6Te327 .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-vdGo6Te327 .embla {
  position: relative;
  width: 100%;
}
.cid-vdGo6Te327 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdGo6Te327 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdGo6Te327 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdGo6Te327 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdGo6Te327 .card-title {
  color: #ffffff;
}
.cid-vdGo6Te327 .card-desc {
  color: #cacaca;
}
.cid-vdQOV3snkU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vdQOV3snkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdQOV3snkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdQOV3snkU .container,
.cid-vdQOV3snkU .container-fluid {
  position: relative;
}
.cid-vdQOV3snkU .row {
  justify-content: left;
}
.cid-vdQOV3snkU .col-content {
  position: relative;
  z-index: 10;
}
.cid-vdQOV3snkU .mbr-section-title {
  color: #000000;
}
.cid-vdQOV3snkU .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-vdQOV3snkU .mbr-text {
  color: #2B2B2B;
}
.cid-vdQOV3snkU .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-vdQOV3snkU .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-vdQOV3snkU .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-vdQOV3snkU .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vdQOV3snkU .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #145dbe 27%, #145dbe 50%, #145dbe 79%);
}
.cid-vdQOV3snkU .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vdQOV3snkU .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vc4menv74Q {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vc4menv74Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc4menv74Q .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-vc4menv74Q .container {
    padding: 0 22px;
  }
}
.cid-vc4menv74Q .card {
  justify-content: center;
}
.cid-vc4menv74Q .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vc4menv74Q .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vc4menv74Q .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vc4menv74Q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc4menv74Q .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vc4menv74Q .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #145dbe;
}
@media (max-width: 1440px) {
  .cid-vc4menv74Q .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-vc4menv74Q .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vc4menv74Q .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vc4menv74Q .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-vc4menv74Q .mbr-section-title {
  color: #265fd3;
  text-align: center;
}
.cid-vc4menv74Q .mbr-text {
  color: #000000;
}
.cid-uCUvitbQiL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
.cid-uCUvitbQiL .blur-circle {
  position: absolute;
  top: 0;
  right: 25%;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #145dbe 50%, #265fd3);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uCUvitbQiL .blur-circle {
    display: none;
  }
}
.cid-uCUvitbQiL .item:focus,
.cid-uCUvitbQiL span:focus {
  outline: none;
}
.cid-uCUvitbQiL .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uCUvitbQiL .content-head {
  max-width: 800px;
}
.cid-uCUvitbQiL .loop-wrap {
  padding: 8px 0;
  min-height: 66px !important;
  position: relative;
  z-index: 1;
}
.cid-uCUvitbQiL .item {
  color: #171719;
  min-height: 66px;
}
@media (max-width: 768px) {
  .cid-uCUvitbQiL .item {
    min-height: 33px;
  }
}
.cid-uGQ3OPBJmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGQ3OPBJmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGQ3OPBJmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGQ3OPBJmu .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uGQ3OPBJmu .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uGQ3OPBJmu .container {
    padding: 0 25px;
  }
}
.cid-uGQ3OPBJmu .row {
  justify-content: center;
}
.cid-uGQ3OPBJmu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uGQ3OPBJmu .item {
  margin-bottom: 30px;
}
.cid-uGQ3OPBJmu .item:hover .item-wrapper .item-img img,
.cid-uGQ3OPBJmu .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-uGQ3OPBJmu .item:hover .item-wrapper .item-img::before,
.cid-uGQ3OPBJmu .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-uGQ3OPBJmu .item:hover .item-wrapper .mbr-section-btn,
.cid-uGQ3OPBJmu .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-uGQ3OPBJmu .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-uGQ3OPBJmu .item .item-wrapper .item-img {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGQ3OPBJmu .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uGQ3OPBJmu .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uGQ3OPBJmu .item .item-wrapper .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-uGQ3OPBJmu .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uGQ3OPBJmu .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uGQ3OPBJmu .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-uGQ3OPBJmu .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-uGQ3OPBJmu .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-uGQ3OPBJmu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGQ3OPBJmu .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGQ3OPBJmu .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vc4rBzbHgv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vc4rBzbHgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc4rBzbHgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc4rBzbHgv .container,
.cid-vc4rBzbHgv .container-fluid {
  position: relative;
}
.cid-vc4rBzbHgv .row {
  justify-content: left;
}
.cid-vc4rBzbHgv .col-content {
  position: relative;
  z-index: 10;
}
.cid-vc4rBzbHgv .mbr-section-title {
  color: #000000;
}
.cid-vc4rBzbHgv .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-vc4rBzbHgv .mbr-text {
  color: #2B2B2B;
}
.cid-vc4rBzbHgv .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-vc4rBzbHgv .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-vc4rBzbHgv .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-vc4rBzbHgv .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vc4rBzbHgv .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #1148b8 27%, #1148b8 50%, #1148b8 79%);
}
.cid-vc4rBzbHgv .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vc4rBzbHgv .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vdoQpuLaTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdoQpuLaTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdoQpuLaTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdoQpuLaTv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vdoQpuLaTv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vdoQpuLaTv .container {
    padding: 0 24px;
  }
}
.cid-vdoQpuLaTv .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-vdoQpuLaTv .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #381bfe;
  object-fit: cover;
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-vdoQpuLaTv .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-vdoQpuLaTv .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-vdoQpuLaTv .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .content-wrapper {
    padding: 24px;
  }
}
.cid-vdoQpuLaTv .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-vdoQpuLaTv .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-vdoQpuLaTv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdoQpuLaTv .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdoQpuLaTv .item {
  margin-bottom: 16px;
}
.cid-vdoQpuLaTv .item:last-child {
  margin-bottom: 0;
}
.cid-vdoQpuLaTv .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-vdoQpuLaTv .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vdoQpuLaTv .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-vdoQpuLaTv .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vdoQpuLaTv .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vdoQpuLaTv .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-vdoQpuLaTv .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-vdoQpuLaTv .mbr-section-title {
  color: #18212d;
}
.cid-vdoQpuLaTv .mbr-desc {
  color: #18212d;
}
.cid-vdoQpuLaTv .mbr-text {
  color: #18212d;
}
.cid-vdoQpuLaTv .mbr-recall {
  color: #ffffff;
}
.cid-vdoQpuLaTv .mbr-name {
  color: #ffffff;
}
.cid-vdoQpuLaTv .mbr-rating {
  color: #EFCC4E;
}
.cid-vdoQpuLaTv .item-title {
  color: #1148b8;
}
.cid-vdoQpuLaTv .item-text {
  color: #18212d;
}
.cid-vdoQpuLaTv .item-desc {
  color: #18212d;
}
.cid-vdoQpuLaTv .item-text,
.cid-vdoQpuLaTv .mbr-section-btn {
  color: #000000;
}
.cid-vdoQpuLaTv .mbr-recall,
.cid-vdoQpuLaTv .icon-wrapper {
  color: #ffffff;
}
.cid-vdoQpuLaTv P {
  text-align: center;
}
.cid-vdoQpuLaTv H4 {
  text-align: center;
}
.cid-uDsnEpQrOz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uDsnEpQrOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsnEpQrOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsnEpQrOz .container,
.cid-uDsnEpQrOz .container-fluid {
  position: relative;
}
.cid-uDsnEpQrOz .row {
  justify-content: left;
}
.cid-uDsnEpQrOz .col-content {
  position: relative;
  z-index: 10;
}
.cid-uDsnEpQrOz .mbr-section-title {
  color: #000000;
}
.cid-uDsnEpQrOz .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uDsnEpQrOz .mbr-text {
  color: #2B2B2B;
}
.cid-uDsnEpQrOz .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uDsnEpQrOz .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uDsnEpQrOz .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uDsnEpQrOz .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uDsnEpQrOz .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #145dbe 27%, #145dbe 50%, #145dbe 79%);
}
.cid-uDsnEpQrOz .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uDsnEpQrOz .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-ukiU3PSoOH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukiU3PSoOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukiU3PSoOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukiU3PSoOH .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ukiU3PSoOH .icon-box {
  background: #265fd3;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukiU3PSoOH .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukiU3PSoOH .card {
    margin-bottom: 2rem;
  }
  .cid-ukiU3PSoOH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ukiU3PSoOH .icon-title {
  color: #265fd3;
}
.cid-ukiU3PSoOH .icon-text {
  color: #000000;
}
.cid-ukiU3PSoOH .card-title,
.cid-ukiU3PSoOH .card-box {
  color: #145dbe;
}
.cid-ukiU3PSoOH .mbr-text,
.cid-ukiU3PSoOH .mbr-section-btn {
  color: #000000;
}
.cid-ukiU3PSoOH H4 {
  text-align: center;
}
.cid-vdGoHls4F8 {
  padding-top: 5rem;
  background-color: #ffffff;
}
.cid-vdGoHls4F8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGoHls4F8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGoHls4F8 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vdGoHls4F8 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdGoHls4F8 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vdGoHls4F8 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #152ca3, 0 10px 10px -8px #152ca3;
  background-color: #fafafa;
}
.cid-vdGoHls4F8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vdGoHls4F8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vdGoHls4F8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdGoHls4F8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdGoHls4F8 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGoHls4F8 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdGoHls4F8 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vdGoHls4F8 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vdGoHls4F8 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vdGoHls4F8 .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #145dbe, 0 10px 10px -5px #145dbe;
  transition: all 0.3s ease-in-out;
}
.cid-vdGoHls4F8 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vdGoHls4F8 .panel-group .card:hover {
  transform: translateY(-2px);
}
.cid-vdGoHls4F8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdGoHls4F8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-vdGoHls4F8 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vdGoHls4F8 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdGoHls4F8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #1148b8;
}
.cid-vdGoHls4F8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #265fd3;
  transform: rotate(-180deg);
}
.cid-vdGoHls4F8 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #265fd3;
}
.cid-vdGoHls4F8 .panel-group .card .panel-collapse .panel-body {
  margin: 0 18px 20px;
}
.cid-vdGoHls4F8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdGoHls4F8 .mbr-label,
.cid-vdGoHls4F8 .label-wrapper {
  color: #1148b8;
  text-align: center;
}
.cid-vdGoHls4F8 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vdGoHls4F8 .mbr-text,
.cid-vdGoHls4F8 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vdGoHls4F8 .panel-title-edit {
  color: #0f172a;
}
.cid-vdGoHls4F8 .panel-text {
  color: #475569;
}
.cid-vdGoHls4F8 .mbr-section-btn {
  text-align: center;
}
.cid-vdGoHls4F8 .panel-text,
.cid-vdGoHls4F8 .panel-body {
  color: #000000;
}
.cid-vdQRvM4sfh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vdQRvM4sfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdQRvM4sfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdQRvM4sfh .container,
.cid-vdQRvM4sfh .container-fluid {
  position: relative;
}
.cid-vdQRvM4sfh .row {
  justify-content: left;
}
.cid-vdQRvM4sfh .col-content {
  position: relative;
  z-index: 10;
}
.cid-vdQRvM4sfh .mbr-section-title {
  color: #000000;
}
.cid-vdQRvM4sfh .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-vdQRvM4sfh .mbr-text {
  color: #2B2B2B;
}
.cid-vdQRvM4sfh .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-vdQRvM4sfh .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-vdQRvM4sfh .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-vdQRvM4sfh .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vdQRvM4sfh .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #265fd3 27%, #265fd3 50%, #265fd3 79%);
}
.cid-vdQRvM4sfh .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vdQRvM4sfh .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-vdQRsVzwKG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-vdQRsVzwKG .carousel-control {
  background: #000;
}
.cid-vdQRsVzwKG .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vdQRsVzwKG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdQRsVzwKG .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vdQRsVzwKG .carousel-item .wrap-img {
  text-align: center;
}
.cid-vdQRsVzwKG .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-vdQRsVzwKG .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdQRsVzwKG .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vdQRsVzwKG .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vdQRsVzwKG .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vdQRsVzwKG .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vdQRsVzwKG .cloneditem-1,
.cid-vdQRsVzwKG .cloneditem-2,
.cid-vdQRsVzwKG .cloneditem-3,
.cid-vdQRsVzwKG .cloneditem-4,
.cid-vdQRsVzwKG .cloneditem-5 {
  display: none;
}
.cid-vdQRsVzwKG .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vdQRsVzwKG .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vdQRsVzwKG .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides2 .cloneditem-1,
  .cid-vdQRsVzwKG .carousel-inner.slides2 .cloneditem-2,
  .cid-vdQRsVzwKG .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vdQRsVzwKG .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides3 .cloneditem-1,
  .cid-vdQRsVzwKG .carousel-inner.slides3 .cloneditem-2,
  .cid-vdQRsVzwKG .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vdQRsVzwKG .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides4 .cloneditem-1,
  .cid-vdQRsVzwKG .carousel-inner.slides4 .cloneditem-2,
  .cid-vdQRsVzwKG .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vdQRsVzwKG .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides5 .cloneditem-1,
  .cid-vdQRsVzwKG .carousel-inner.slides5 .cloneditem-2,
  .cid-vdQRsVzwKG .carousel-inner.slides5 .cloneditem-3,
  .cid-vdQRsVzwKG .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vdQRsVzwKG .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vdQRsVzwKG .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vdQRsVzwKG .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vdQRsVzwKG .carousel-inner.slides6 .cloneditem-1,
  .cid-vdQRsVzwKG .carousel-inner.slides6 .cloneditem-2,
  .cid-vdQRsVzwKG .carousel-inner.slides6 .cloneditem-3,
  .cid-vdQRsVzwKG .carousel-inner.slides6 .cloneditem-4,
  .cid-vdQRsVzwKG .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vdQRsVzwKG H2 {
  color: #ffffff;
}
.cid-uDso046lpz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uDso046lpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDso046lpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDso046lpz .container,
.cid-uDso046lpz .container-fluid {
  position: relative;
}
.cid-uDso046lpz .row {
  justify-content: left;
}
.cid-uDso046lpz .col-content {
  position: relative;
  z-index: 10;
}
.cid-uDso046lpz .mbr-section-title {
  color: #000000;
}
.cid-uDso046lpz .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uDso046lpz .mbr-text {
  color: #2B2B2B;
}
.cid-uDso046lpz .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uDso046lpz .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uDso046lpz .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uDso046lpz .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uDso046lpz .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #265fd3 27%, #265fd3 50%, #265fd3 79%);
}
.cid-uDso046lpz .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uDso046lpz .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uCUvai94s9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCUvai94s9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCUvai94s9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCUvai94s9 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uCUvai94s9 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uCUvai94s9 .container-fluid .row {
  padding: 0;
}
.cid-uCUvai94s9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCUvai94s9 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uCUvai94s9 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uCUvai94s9 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #265fd3;
}
@media (max-width: 992px) {
  .cid-uCUvai94s9 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uCUvai94s9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uCUvai94s9 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uCUvai94s9 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uCUvai94s9 .mbr-section-title {
  color: #495DFF;
}
.cid-uCUvai94s9 .mbr-text {
  color: #000000;
}
.cid-uCUvai94s9 .mbr-section-title,
.cid-uCUvai94s9 .mbr-section-btn {
  text-align: center;
  color: #265fd3;
}
.cid-vdGlBmF9Fr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdGlBmF9Fr .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdGlBmF9Fr .social-row .soc-item {
  margin: 8px;
}
.cid-vdGlBmF9Fr .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdGlBmF9Fr .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdGlBmF9Fr .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #265fd3;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdGlBmF9Fr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdGlBmF9Fr .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdGlBmF9Fr .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdGlBmF9Fr .header-menu li p {
  margin: 0;
}
.cid-vdGlBmF9Fr .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vdGlBmF9Fr .mbr-section-title {
  color: #ffffff;
}
.cid-vdoJrS4BzH {
  z-index: 1000;
  width: 100%;
}
.cid-vdoJrS4BzH nav.navbar {
  position: fixed;
}
.cid-vdoJrS4BzH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdoJrS4BzH .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vdoJrS4BzH .dropdown-item:hover,
.cid-vdoJrS4BzH .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.5) !important;
  color: white !important;
}
.cid-vdoJrS4BzH .dropdown-item:hover span {
  color: white;
}
.cid-vdoJrS4BzH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdoJrS4BzH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdoJrS4BzH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdoJrS4BzH .nav-link {
  position: relative;
}
.cid-vdoJrS4BzH .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vdoJrS4BzH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vdoJrS4BzH .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vdoJrS4BzH .iconfont-wrapper:hover .mbr-iconfont {
  color: #1148b8;
}
.cid-vdoJrS4BzH .dropdown-menu,
.cid-vdoJrS4BzH .navbar.opened {
  background: #edefeb !important;
}
.cid-vdoJrS4BzH .nav-item:focus,
.cid-vdoJrS4BzH .nav-link:focus {
  outline: none;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdoJrS4BzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdoJrS4BzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.1);
  padding: 0 !important;
}
.cid-vdoJrS4BzH .navbar.opened {
  transition: all 0.3s;
}
.cid-vdoJrS4BzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdoJrS4BzH .navbar .navbar-logo img {
  width: auto;
}
.cid-vdoJrS4BzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdoJrS4BzH .navbar.collapsed {
  justify-content: center;
}
.cid-vdoJrS4BzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdoJrS4BzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdoJrS4BzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdoJrS4BzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdoJrS4BzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdoJrS4BzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdoJrS4BzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdoJrS4BzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdoJrS4BzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdoJrS4BzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdoJrS4BzH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vdoJrS4BzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdoJrS4BzH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdoJrS4BzH .dropdown-item.active,
.cid-vdoJrS4BzH .dropdown-item:active {
  background-color: transparent;
}
.cid-vdoJrS4BzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdoJrS4BzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-vdoJrS4BzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdoJrS4BzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdoJrS4BzH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdoJrS4BzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdoJrS4BzH button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdoJrS4BzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdoJrS4BzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdoJrS4BzH .navbar {
    height: 70px;
  }
  .cid-vdoJrS4BzH .navbar.opened {
    height: auto;
  }
  .cid-vdoJrS4BzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdoJrS4BzH .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vdoJrS4BzH .navbar-toggler {
  margin-left: 10px;
}
.cid-vdoJrS4BzH .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #377ad8;
}
.cid-vdoJrS4BzH .navbar-logo {
  margin-right: 0 !important;
}
.cid-vdoJrS4BzH .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-vdoJrS4BzH .mbr-text {
    display: none;
  }
}
.cid-vdoJrS4BzH .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vdoJrS4BzH .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vdoJrS4BzH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vc4Vo1sH3F {
  padding-top: 5rem;
  background-color: #ffffff;
}
.cid-vc4Vo1sH3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc4Vo1sH3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc4Vo1sH3F .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vc4Vo1sH3F .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vc4Vo1sH3F .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vc4Vo1sH3F .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vc4Vo1sH3F .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vc4Vo1sH3F .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vc4Vo1sH3F .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc4Vo1sH3F .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc4Vo1sH3F .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc4Vo1sH3F .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vc4Vo1sH3F .items-wrapper {
  margin: 0 -10px;
}
.cid-vc4Vo1sH3F .items-wrapper .card {
  padding: 0 10px;
}
.cid-vc4Vo1sH3F .card-wrapper {
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #377ad8, inset 0 -5px 10px -4px #381bfe, 0 10px 10px -5px #381bfe;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vc4Vo1sH3F .card-wrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-vc4Vo1sH3F .card-wrapper .title-wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vc4Vo1sH3F .card-wrapper .title-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.cid-vc4Vo1sH3F .card-wrapper .title-wrap .icon-wrapper {
  width: 52px;
  min-width: 52px;
}
@media (max-width: 992px) {
  .cid-vc4Vo1sH3F .card-wrapper .title-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vc4Vo1sH3F .card-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #292978;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vc4Vo1sH3F .card-wrapper .title-wrap .card-box {
  width: 100%;
}
.cid-vc4Vo1sH3F .card-wrapper .title-wrap .card-box .item-title {
  margin-bottom: 0;
}
.cid-vc4Vo1sH3F .card-wrapper .title-wrap .card-box .item-text {
  margin-bottom: 0;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 12px;
  background-color: #f5f5f5;
  border: 1px solid #e1e7ed !important;
  box-shadow: inset 0 1px 3px -1px #e1e7ed, inset 0 5px 13px -2px #e1e7ed;
  margin-bottom: 32px;
  min-height: 40px;
}
@media (max-width: 992px) {
  .cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #9ca3af;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #1a00ce !important;
  box-shadow: inset 0 1px 10px -5px #1a00ce, 1px 10px 20px -10px #1a00ce;
  background-color: #fafafa;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e7ed;
  border-color: #e1e7ed;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vc4Vo1sH3F .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vc4Vo1sH3F .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vc4Vo1sH3F .image-wrapper {
    height: 320px;
  }
}
.cid-vc4Vo1sH3F .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vc4Vo1sH3F .mbr-label,
.cid-vc4Vo1sH3F .label-wrapper {
  color: #292978;
  text-align: center;
}
.cid-vc4Vo1sH3F .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vc4Vo1sH3F .mbr-text,
.cid-vc4Vo1sH3F .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vc4Vo1sH3F .item-title {
  color: #0f172a;
}
.cid-vc4Vo1sH3F .item-text {
  color: #475569;
}
.cid-vc4Vo1sH3F label {
  color: #475569;
}
.cid-vc4Vo1sH3F .form-control-label {
  color: #000000;
}
.cid-vc4Vo1sH3F .mbr-section-title,
.cid-vc4Vo1sH3F .mbr-section-btn {
  color: #1a00ce;
}
.cid-uDsqtJGEIl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uDsqtJGEIl .section-head {
  margin-bottom: 2rem;
}
.cid-uDsqtJGEIl .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uDsqtJGEIl .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uDsqtJGEIl .row {
    text-align: center;
  }
}
.cid-uDsqtJGEIl .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uDsqtJGEIl .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uDsqtJGEIl .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uDsqtJGEIl .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vdoYPwFNTX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdoYPwFNTX .section-head {
  margin-bottom: 2rem;
}
.cid-vdoYPwFNTX .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vdoYPwFNTX .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vdoYPwFNTX .row {
    text-align: center;
  }
}
.cid-vdoYPwFNTX .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vdoYPwFNTX .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vdoYPwFNTX .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vdoYPwFNTX .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vdGvIF6WGD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdGvIF6WGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGvIF6WGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGvIF6WGD a {
  font-weight: bold;
}
.cid-vdGvIF6WGD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vdGvIF6WGD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdGvIF6WGD .mbr-text,
.cid-vdGvIF6WGD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ukj2WL8NOO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukj2WL8NOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukj2WL8NOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukj2WL8NOO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ukj2WL8NOO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukj2WL8NOO .container {
    padding: 0 16px;
  }
}
.cid-ukj2WL8NOO .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ukj2WL8NOO .row {
    margin: 0 10px;
  }
}
.cid-ukj2WL8NOO .row .card {
  padding: 0;
}
.cid-ukj2WL8NOO .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukj2WL8NOO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukj2WL8NOO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukj2WL8NOO .google-map iframe {
  height: 500px;
  border: 10px solid #ffffff !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-ukj2WL8NOO .google-map iframe {
    height: 350px;
  }
}
.cid-ukj2WL8NOO .mbr-section-title {
  color: #000000;
}
.cid-vdGlBmF9Fr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdGlBmF9Fr .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdGlBmF9Fr .social-row .soc-item {
  margin: 8px;
}
.cid-vdGlBmF9Fr .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdGlBmF9Fr .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdGlBmF9Fr .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #265fd3;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdGlBmF9Fr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdGlBmF9Fr .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdGlBmF9Fr .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdGlBmF9Fr .header-menu li p {
  margin: 0;
}
.cid-vdGlBmF9Fr .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vdGlBmF9Fr .mbr-section-title {
  color: #ffffff;
}
.cid-vdoJrS4BzH {
  z-index: 1000;
  width: 100%;
}
.cid-vdoJrS4BzH nav.navbar {
  position: fixed;
}
.cid-vdoJrS4BzH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdoJrS4BzH .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vdoJrS4BzH .dropdown-item:hover,
.cid-vdoJrS4BzH .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.5) !important;
  color: white !important;
}
.cid-vdoJrS4BzH .dropdown-item:hover span {
  color: white;
}
.cid-vdoJrS4BzH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdoJrS4BzH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdoJrS4BzH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdoJrS4BzH .nav-link {
  position: relative;
}
.cid-vdoJrS4BzH .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vdoJrS4BzH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vdoJrS4BzH .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vdoJrS4BzH .iconfont-wrapper:hover .mbr-iconfont {
  color: #1148b8;
}
.cid-vdoJrS4BzH .dropdown-menu,
.cid-vdoJrS4BzH .navbar.opened {
  background: #edefeb !important;
}
.cid-vdoJrS4BzH .nav-item:focus,
.cid-vdoJrS4BzH .nav-link:focus {
  outline: none;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdoJrS4BzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdoJrS4BzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdoJrS4BzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdoJrS4BzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.1);
  padding: 0 !important;
}
.cid-vdoJrS4BzH .navbar.opened {
  transition: all 0.3s;
}
.cid-vdoJrS4BzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdoJrS4BzH .navbar .navbar-logo img {
  width: auto;
}
.cid-vdoJrS4BzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdoJrS4BzH .navbar.collapsed {
  justify-content: center;
}
.cid-vdoJrS4BzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdoJrS4BzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdoJrS4BzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdoJrS4BzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdoJrS4BzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdoJrS4BzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdoJrS4BzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdoJrS4BzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdoJrS4BzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdoJrS4BzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdoJrS4BzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdoJrS4BzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdoJrS4BzH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vdoJrS4BzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdoJrS4BzH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdoJrS4BzH .dropdown-item.active,
.cid-vdoJrS4BzH .dropdown-item:active {
  background-color: transparent;
}
.cid-vdoJrS4BzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdoJrS4BzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdoJrS4BzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-vdoJrS4BzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdoJrS4BzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdoJrS4BzH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdoJrS4BzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdoJrS4BzH button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdoJrS4BzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdoJrS4BzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdoJrS4BzH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdoJrS4BzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdoJrS4BzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdoJrS4BzH .navbar {
    height: 70px;
  }
  .cid-vdoJrS4BzH .navbar.opened {
    height: auto;
  }
  .cid-vdoJrS4BzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdoJrS4BzH .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vdoJrS4BzH .navbar-toggler {
  margin-left: 10px;
}
.cid-vdoJrS4BzH .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #377ad8;
}
.cid-vdoJrS4BzH .navbar-logo {
  margin-right: 0 !important;
}
.cid-vdoJrS4BzH .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-vdoJrS4BzH .mbr-text {
    display: none;
  }
}
.cid-vdoJrS4BzH .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vdoJrS4BzH .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vdoJrS4BzH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vcON91t5RT {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/733adea67098e05ab45f65ad1b160686.gif");
}
.cid-vcON91t5RT::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-vcON91t5RT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcON91t5RT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcON91t5RT .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcON91t5RT .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcON91t5RT .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcON91t5RT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcON91t5RT .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcON91t5RT .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcON91t5RT .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcON91t5RT .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcON91t5RT .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcON91t5RT .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcON91t5RT .mbr-label {
  color: #ffffff;
}
.cid-vcON91t5RT .mbr-section-title {
  color: #265fd3;
}
.cid-vcON91t5RT .mbr-text {
  color: #ffffff;
}
.cid-vcONrhS7rp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcONrhS7rp .section-head {
  margin-bottom: 2rem;
}
.cid-vcONrhS7rp .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vcONrhS7rp .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vcONrhS7rp .row {
    text-align: center;
  }
}
.cid-vcONrhS7rp .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vcONrhS7rp .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vcONrhS7rp .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vcONrhS7rp .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vcOOOygO6q {
  padding-top: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vcOOOygO6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOOOygO6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOOOygO6q .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 425px) {
  .cid-vcOOOygO6q .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vcOOOygO6q .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vcOOOygO6q .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vcOOOygO6q .content-wrapper .border_1 {
  left: 0;
}
.cid-vcOOOygO6q .content-wrapper .border_2 {
  right: 0;
}
.cid-vcOOOygO6q .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcOOOygO6q .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vcOOOygO6q .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1bcafe;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #9ca3af;
}
.cid-vcOOOygO6q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcOOOygO6q .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOOOygO6q .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcOOOygO6q .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcOOOygO6q .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcOOOygO6q .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vcOOOygO6q .mbr-text,
.cid-vcOOOygO6q .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcOOOygO6q .mbr-section-btn,
.cid-vcOOOygO6q .mbr-section-title,
.cid-vcOOOygO6q .icon-wrapper {
  text-align: center;
}
.cid-vcOOOygO6q .mbr-section-title,
.cid-vcOOOygO6q .mbr-section-btn,
.cid-vcOOOygO6q .icon-wrapper {
  color: #1148b8;
}
.cid-vc4QiyoX1L {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%);
}
.cid-vc4QiyoX1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc4QiyoX1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc4QiyoX1L .card {
  justify-content: flex-end;
}
.cid-vc4QiyoX1L .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vc4QiyoX1L .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vc4QiyoX1L .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vc4QiyoX1L .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vc4QiyoX1L .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #265fd3;
  box-shadow: 0 12px 16px -8px #1148b8;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vc4QiyoX1L .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vc4QiyoX1L .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #265fd3 0%, #ffffff 50%, #265fd3 100%);
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #000000;
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #265fd3;
  box-shadow: 0 12px 16px -4px #1148b8;
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vc4QiyoX1L .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vc4QiyoX1L .mbr-section-btn .btn-primary-outline,
.cid-vc4QiyoX1L .mbr-section-btn .btn-secondary-outline,
.cid-vc4QiyoX1L .mbr-section-btn .btn-success-outline,
.cid-vc4QiyoX1L .mbr-section-btn .btn-info-outline,
.cid-vc4QiyoX1L .mbr-section-btn .btn-warning-outline,
.cid-vc4QiyoX1L .mbr-section-btn .btn-danger-outline,
.cid-vc4QiyoX1L .mbr-section-btn .btn-black-outline,
.cid-vc4QiyoX1L .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vc4QiyoX1L .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #265fd3 0%, #ffffff 50%, #265fd3 100%) !important;
}
.cid-vc4QiyoX1L .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vc4QiyoX1L .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vc4QiyoX1L .mbr-section-title {
  color: #ffffff;
}
.cid-vc4QiyoX1L .mbr-text {
  color: #ffffff;
}
.cid-vc4QiyoX1L .item-title {
  color: #171719;
}
.cid-vc4QiyoX1L .item-text {
  color: #000000;
}
.cid-vc4QiyoX1L .item-title,
.cid-vc4QiyoX1L .item-btn {
  color: #265fd3;
}
.cid-vcOQkv6WYk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOQkv6WYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOQkv6WYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOQkv6WYk .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vcOQkv6WYk .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcOQkv6WYk .title-wrapper {
    width: 100%;
  }
}
.cid-vcOQkv6WYk .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vcOQkv6WYk .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vcOQkv6WYk .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-vcOQkv6WYk .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vcOQkv6WYk .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vcOQkv6WYk .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vcOQkv6WYk .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcOQkv6WYk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOQkv6WYk .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1148b8, #265fd3 50%, #1148b8);
}
.cid-vcOQkv6WYk .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOQkv6WYk .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vcOQkv6WYk .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vcOQkv6WYk .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-vcOQkv6WYk .mbr-label,
.cid-vcOQkv6WYk .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcOQkv6WYk .mbr-section-title {
  color: #ffffff;
}
.cid-vcOQkv6WYk .mbr-section-subtitle,
.cid-vcOQkv6WYk .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcOQkv6WYk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vcOQkv6WYk .mbr-section-title,
.cid-vcOQkv6WYk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vc4OLXYdGA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vc4OLXYdGA h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-vc4OLXYdGA .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-vc4OLXYdGA .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #999999;
}
.cid-vc4OLXYdGA .mbr-section-subtitle {
  color: #999999;
}
.cid-vc4OLXYdGA .card-title {
  margin-bottom: 0;
}
.cid-vc4OLXYdGA .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-vc4OLXYdGA .svg-gradient {
  position: absolute;
}
.cid-vc4OLXYdGA svg {
  overflow: visible;
}
.cid-vc4OLXYdGA ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-vc4OLXYdGA path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vc4OLXYdGA .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-vc4OLXYdGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc4OLXYdGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc4OLXYdGA H4 {
  color: #000000;
}
.cid-vc4OLXYdGA .card-text {
  color: #000000;
}
.cid-vcORrjIiIR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vcORrjIiIR h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-vcORrjIiIR .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-vcORrjIiIR .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #999999;
}
.cid-vcORrjIiIR .mbr-section-subtitle {
  color: #999999;
}
.cid-vcORrjIiIR .card-title {
  margin-bottom: 0;
}
.cid-vcORrjIiIR .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-vcORrjIiIR .svg-gradient {
  position: absolute;
}
.cid-vcORrjIiIR svg {
  overflow: visible;
}
.cid-vcORrjIiIR ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-vcORrjIiIR path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcORrjIiIR .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-vcORrjIiIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcORrjIiIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcORrjIiIR H4 {
  color: #000000;
}
.cid-vcORrjIiIR .card-text {
  color: #000000;
}
.cid-vdGlBmF9Fr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdGlBmF9Fr .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdGlBmF9Fr .social-row .soc-item {
  margin: 8px;
}
.cid-vdGlBmF9Fr .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdGlBmF9Fr .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdGlBmF9Fr .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #265fd3;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdGlBmF9Fr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdGlBmF9Fr .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdGlBmF9Fr .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdGlBmF9Fr .header-menu li p {
  margin: 0;
}
.cid-vdGlBmF9Fr .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vdGlBmF9Fr .mbr-section-title {
  color: #ffffff;
}
