.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eef1f4;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 7.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 5.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.18rem;
    font-size: calc( 3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.18rem;
    font-size: calc( 3.24rem + (7.4 - 3.24) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.24rem + (7.4 - 3.24) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #0c2c68 !important;
}
.bg-success {
  background-color: #3adb90 !important;
}
.bg-info {
  background-color: #22d0f3 !important;
}
.bg-warning {
  background-color: #ffc516 !important;
}
.bg-danger {
  background-color: #dd3848 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #277da1 !important;
  border-color: #277da1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #319dca !important;
  border-color: #319dca !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #319dca !important;
  border-color: #319dca !important;
}
.btn-info,
.btn-info:active {
  background-color: #22d0f3 !important;
  border-color: #22d0f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #52daf6 !important;
  border-color: #52daf6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #52daf6 !important;
  border-color: #52daf6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3adb90 !important;
  border-color: #3adb90 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #65e3a8 !important;
  border-color: #65e3a8 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #65e3a8 !important;
  border-color: #65e3a8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc516 !important;
  border-color: #ffc516 !important;
  color: #161100 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd249 !important;
  border-color: #ffd249 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #161100 !important;
  background-color: #ffd249 !important;
  border-color: #ffd249 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dd3848 !important;
  border-color: #dd3848 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e46470 !important;
  border-color: #e46470 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e46470 !important;
  border-color: #e46470 !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: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #277da1;
  color: #277da1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #16475b !important;
  background-color: transparent !important;
  border-color: #16475b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #277da1 !important;
  border-color: #277da1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #22d0f3;
  color: #22d0f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a98b4 !important;
  background-color: transparent !important;
  border-color: #0a98b4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #22d0f3 !important;
  border-color: #22d0f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3adb90;
  color: #3adb90;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1da164 !important;
  background-color: transparent !important;
  border-color: #1da164 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3adb90 !important;
  border-color: #3adb90 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc516;
  color: #ffc516;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #be8f00 !important;
  background-color: transparent !important;
  border-color: #be8f00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #161100 !important;
  background-color: #ffc516 !important;
  border-color: #ffc516 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dd3848;
  color: #dd3848;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a31c29 !important;
  background-color: transparent !important;
  border-color: #a31c29 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3848 !important;
  border-color: #dd3848 !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: #0c2c68 !important;
}
.text-secondary {
  color: #277da1 !important;
}
.text-success {
  color: #3adb90 !important;
}
.text-info {
  color: #22d0f3 !important;
}
.text-warning {
  color: #ffc516 !important;
}
.text-danger {
  color: #dd3848 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #133d4f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b945c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098ca6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #af8300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #951a26 !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: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #22d0f3;
}
.alert-warning {
  background-color: #ffc516;
}
.alert-danger {
  background-color: #dd3848;
}
.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: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6fbf1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e3f9fe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbe6e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0c2c68;
}
/* 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: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.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: #0c2c68;
  border-bottom-color: #0c2c68;
}
.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: #0c2c68 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #277da1 !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='%230c2c68' %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;
  }
}
.cid-uYjX4D217I .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYjX4D217I .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYjX4D217I .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYjX4D217I .dropdown-item {
  padding: 0;
}
.cid-uYjX4D217I .dropdown-menu {
  border: 0px solid lightgray;
  background: #0c2c68 !important;
  top: 100%;
}
.cid-uYjX4D217I .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uYjX4D217I .menu-content-top {
    display: block;
  }
  .cid-uYjX4D217I .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uYjX4D217I .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uYjX4D217I nav.opened .menu-content-top {
  display: none;
}
.cid-uYjX4D217I .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0c2c68;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYjX4D217I a {
  font-style: normal;
}
.cid-uYjX4D217I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYjX4D217I .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYjX4D217I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .content-text {
  margin-bottom: 0;
}
.cid-uYjX4D217I .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c2c68;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYjX4D217I .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYjX4D217I .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYjX4D217I .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYjX4D217I .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYjX4D217I .content-right-side {
  text-align: center;
}
.cid-uYjX4D217I .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYjX4D217I .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYjX4D217I .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYjX4D217I .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYjX4D217I .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYjX4D217I .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYjX4D217I .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYjX4D217I .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYjX4D217I .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYjX4D217I .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYjX4D217I .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYjX4D217I .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uYjX4D217I .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYjX4D217I .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYjX4D217I .navbar-toggler {
    display: none;
  }
  .cid-uYjX4D217I .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYjX4D217I .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYjX4D217I .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYjX4D217I .menu-logo {
  margin-right: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYjX4D217I .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYjX4D217I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYjX4D217I .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYjX4D217I .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYjX4D217I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uYjX4D217I button.navbar-toggler:focus {
  outline: none;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYjX4D217I .collapsed .btn {
  display: flex;
}
.cid-uYjX4D217I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing,
.cid-uYjX4D217I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYjX4D217I .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYjX4D217I .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYjX4D217I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYjX4D217I .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing,
  .cid-uYjX4D217I .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYjX4D217I .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYjX4D217I img {
    height: 2.2rem !important;
  }
  .cid-uYjX4D217I .btn {
    display: flex;
  }
  .cid-uYjX4D217I button.navbar-toggler {
    display: block;
  }
  .cid-uYjX4D217I .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYjX4D217I .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYjX4D217I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYjX4D217I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYjX4D217I .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYjX4D217I .nav-link:focus {
  outline: none;
}
.cid-uYjX4D217I .navbar-toggler {
  position: relative;
}
.cid-uYjX4D217I .dropdown-item.active,
.cid-uYjX4D217I .dropdown-item:active {
  background: #0c2c68;
  color: initial;
}
.cid-uYjX4D217I .widget-title,
.cid-uYjX4D217I .widget-icon {
  text-align: justify;
}
.cid-veJf2WMFd0 {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1835433/assets/images/g069cadf54546ef393b49afab5d77-h_mmw2g4qq.jpg");
}
.cid-veJf2WMFd0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-veJf2WMFd0 {
    align-items: flex-end;
  }
  .cid-veJf2WMFd0 .row {
    justify-content: center;
  }
  .cid-veJf2WMFd0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veJf2WMFd0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veJf2WMFd0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veJf2WMFd0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veJf2WMFd0 .content-wrap {
    width: 100%;
  }
}
.cid-veJf2WMFd0 .mbr-section-title,
.cid-veJf2WMFd0 .mbr-section-subtitle {
  text-align: center;
}
.cid-veJf2WMFd0 .mbr-text,
.cid-veJf2WMFd0 .mbr-section-btn {
  text-align: center;
}
.cid-ve2jgHVqjS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve2jgHVqjS img,
.cid-ve2jgHVqjS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ve2jgHVqjS .item:focus,
.cid-ve2jgHVqjS span:focus {
  outline: none;
}
.cid-ve2jgHVqjS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ve2jgHVqjS .item {
    margin-bottom: 1rem;
  }
}
.cid-ve2jgHVqjS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ve2jgHVqjS .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ve2jgHVqjS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ve2jgHVqjS .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ve2jgHVqjS .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2jgHVqjS .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ve2jgHVqjS .mbr-section-title {
  color: #232323;
}
.cid-ve2jgHVqjS .mbr-text,
.cid-ve2jgHVqjS .mbr-section-btn {
  text-align: center;
}
.cid-ve2jgHVqjS .item-title {
  text-align: left;
}
.cid-ve2jgHVqjS .content-head {
  max-width: 800px;
}
.cid-ve2jgHVqjS .mbr-text,
.cid-ve2jgHVqjS .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-verC9kfq02 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-verC9kfq02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-verC9kfq02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-verC9kfq02 b,
.cid-verC9kfq02 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-verC9kfq02 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-verC9kfq02 img {
    padding-bottom: 2rem;
  }
}
.cid-verC9kfq02 .row {
  align-items: center;
}
.cid-verC9kfq02 .mbr-section-title {
  color: #17003b;
}
.cid-verC9kfq02 .mbr-text,
.cid-verC9kfq02 .mbr-section-btn {
  color: #17003b;
}
.cid-verC9kfq02 .mbr-section-subtitle {
  color: #17003b;
}
.cid-verF5ebwIC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-verF5ebwIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-verF5ebwIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-verF5ebwIC .row {
  flex-direction: row-reverse;
}
.cid-verF5ebwIC .mbr-description {
  text-align: left;
}
.cid-verF5ebwIC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-verF5ebwIC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-verF5ebwIC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-verF5ebwIC .card-title,
.cid-verF5ebwIC .iconfont-wrapper {
  color: #000000;
}
.cid-verF5ebwIC .card-text {
  color: #000000;
}
.cid-verF5ebwIC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-verF5ebwIC .mbr-number {
  color: #0c2c68;
}
.cid-verF5ebwIC .mbr-text,
.cid-verF5ebwIC .mbr-section-btn {
  text-align: center;
}
.cid-verF5ebwIC .card-text,
.cid-verF5ebwIC .item .mbr-section-btn {
  text-align: left;
}
.cid-verF5ebwIC .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-verF5ebwIC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-verKJSvaz5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-verKJSvaz5 img,
.cid-verKJSvaz5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-verKJSvaz5 .item:focus,
.cid-verKJSvaz5 span:focus {
  outline: none;
}
.cid-verKJSvaz5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-verKJSvaz5 .item {
    margin-bottom: 1rem;
  }
}
.cid-verKJSvaz5 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-verKJSvaz5 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-verKJSvaz5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-verKJSvaz5 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-verKJSvaz5 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-verKJSvaz5 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-verKJSvaz5 .mbr-section-title {
  color: #232323;
}
.cid-verKJSvaz5 .mbr-text,
.cid-verKJSvaz5 .mbr-section-btn {
  text-align: center;
}
.cid-verKJSvaz5 .item-title {
  text-align: left;
  color: #0c2c68;
}
.cid-verKJSvaz5 .content-head {
  max-width: 800px;
}
.cid-verKJSvaz5 .mbr-text,
.cid-verKJSvaz5 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vbU1QCoNnA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbU1QCoNnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbU1QCoNnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbU1QCoNnA .mbr-section-title {
  text-align: center;
}
.cid-vbU1QCoNnA .mbr-section-subtitle {
  text-align: center;
}
.cid-verQlyJTWz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-verQlyJTWz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-verQlyJTWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-verQlyJTWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-verQlyJTWz .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-verQlyJTWz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-verQlyJTWz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-verQlyJTWz .card-title,
.cid-verQlyJTWz .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-verQlyJTWz .content-head {
  max-width: 800px;
}
.cid-verQlyJTWz .mbr-section-title {
  color: #ffffff;
}
.cid-verQlyJTWz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-verQlyJTWz .card-text {
  color: #000000;
}
.cid-verQlyJTWz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-verQlyJTWz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vbwpz2wE4f {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vbwpz2wE4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbwpz2wE4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbwpz2wE4f .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbwpz2wE4f .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vbwpz2wE4f .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vbwpz2wE4f .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vbwpz2wE4f .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbwpz2wE4f .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbwpz2wE4f .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbwpz2wE4f .card-wrapper {
  background-color: #0c2c68;
  padding: 8px;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vbwpz2wE4f .card-wrapper .form-wrap {
    padding: 24px;
  }
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 16px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7 !important;
  box-shadow: none;
  margin-bottom: 24px;
  color: #4f4f4f;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #4f4f4f;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vbwpz2wE4f .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin: 0 0 0 0.6rem;
}
.cid-vbwpz2wE4f .mbr-label,
.cid-vbwpz2wE4f .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbwpz2wE4f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vbwpz2wE4f .mbr-text,
.cid-vbwpz2wE4f .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vbwpz2wE4f label {
  color: #000000;
}
.cid-vbwpz2wE4f .mbr-section-title,
.cid-vbwpz2wE4f .mbr-section-btn {
  color: #0c2c68;
}
.cid-uYAK6iLnO5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uYsFpiHgTt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYsFpiHgTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsFpiHgTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsFpiHgTt .row {
  justify-content: space-between;
}
.cid-uYsFpiHgTt .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYsFpiHgTt .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uYsFpiHgTt .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYsFpiHgTt .item {
    margin-bottom: 50px;
  }
}
.cid-uYsFpiHgTt .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYsFpiHgTt .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uYsFpiHgTt .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uYsFpiHgTt .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYsFpiHgTt .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uYsFpiHgTt .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #000c3f;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uYsFpiHgTt .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uYsFpiHgTt .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uYsFpiHgTt .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #000c3f;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uYsFpiHgTt .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uYsFpiHgTt .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uYsFpiHgTt .item .item-wrapper .item-content .item-title:hover,
.cid-uYsFpiHgTt .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.cid-uYsFpiHgTt .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uYsFpiHgTt .item-title {
  color: #000c3f;
}
.cid-uYsFpiHgTt .item-title,
.cid-uYsFpiHgTt .item-wrapper {
  color: #0c2c68;
}
.cid-uYjX4D217I .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYjX4D217I .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYjX4D217I .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYjX4D217I .dropdown-item {
  padding: 0;
}
.cid-uYjX4D217I .dropdown-menu {
  border: 0px solid lightgray;
  background: #0c2c68 !important;
  top: 100%;
}
.cid-uYjX4D217I .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uYjX4D217I .menu-content-top {
    display: block;
  }
  .cid-uYjX4D217I .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uYjX4D217I .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uYjX4D217I nav.opened .menu-content-top {
  display: none;
}
.cid-uYjX4D217I .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0c2c68;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYjX4D217I a {
  font-style: normal;
}
.cid-uYjX4D217I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYjX4D217I .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYjX4D217I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .content-text {
  margin-bottom: 0;
}
.cid-uYjX4D217I .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c2c68;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYjX4D217I .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYjX4D217I .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYjX4D217I .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYjX4D217I .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYjX4D217I .content-right-side {
  text-align: center;
}
.cid-uYjX4D217I .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYjX4D217I .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYjX4D217I .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYjX4D217I .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYjX4D217I .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYjX4D217I .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYjX4D217I .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYjX4D217I .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYjX4D217I .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYjX4D217I .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYjX4D217I .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYjX4D217I .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uYjX4D217I .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYjX4D217I .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYjX4D217I .navbar-toggler {
    display: none;
  }
  .cid-uYjX4D217I .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYjX4D217I .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYjX4D217I .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYjX4D217I .menu-logo {
  margin-right: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYjX4D217I .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYjX4D217I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYjX4D217I .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYjX4D217I .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYjX4D217I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uYjX4D217I button.navbar-toggler:focus {
  outline: none;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYjX4D217I .collapsed .btn {
  display: flex;
}
.cid-uYjX4D217I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing,
.cid-uYjX4D217I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYjX4D217I .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYjX4D217I .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYjX4D217I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYjX4D217I .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing,
  .cid-uYjX4D217I .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYjX4D217I .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYjX4D217I img {
    height: 2.2rem !important;
  }
  .cid-uYjX4D217I .btn {
    display: flex;
  }
  .cid-uYjX4D217I button.navbar-toggler {
    display: block;
  }
  .cid-uYjX4D217I .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYjX4D217I .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYjX4D217I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYjX4D217I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYjX4D217I .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYjX4D217I .nav-link:focus {
  outline: none;
}
.cid-uYjX4D217I .navbar-toggler {
  position: relative;
}
.cid-uYjX4D217I .dropdown-item.active,
.cid-uYjX4D217I .dropdown-item:active {
  background: #0c2c68;
  color: initial;
}
.cid-uYjX4D217I .widget-title,
.cid-uYjX4D217I .widget-icon {
  text-align: justify;
}
.cid-vepn40IQfZ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000c3f;
}
.cid-vepn40IQfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepn40IQfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vepn40IQfZ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vepn40IQfZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vepn40IQfZ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vepn40IQfZ .items-wrapper .item {
  padding: 0 10px;
}
.cid-vepn40IQfZ .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vepn40IQfZ .item {
    margin-bottom: 16px;
  }
}
.cid-vepn40IQfZ .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-vepn40IQfZ .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-vepn40IQfZ .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-vepn40IQfZ .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-vepn40IQfZ .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-vepn40IQfZ .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vepn40IQfZ .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-vepn40IQfZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vepn40IQfZ .item-title {
  color: #000c3f;
}
.cid-vepn40IQfZ .item-text {
  color: #000c3f;
}
.cid-vepn40IQfZ .item-title,
.cid-vepn40IQfZ .mbr-section-btn {
  text-align: center;
}
.cid-ve2pTwYZ6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ve2pTwYZ6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve2pTwYZ6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve2pTwYZ6w .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-ve2pTwYZ6w .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-ve2pTwYZ6w .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-ve2pTwYZ6w .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-ve2pTwYZ6w .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #0c2c68;
}
.cid-ve2pTwYZ6w .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ve2pTwYZ6w .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-ve2pTwYZ6w .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ve2pTwYZ6w .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-ve2pTwYZ6w .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve2pTwYZ6w .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ve2pTwYZ6w .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-ve2pTwYZ6w .item:last-child {
  margin-bottom: 0;
}
.cid-ve2pTwYZ6w .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-ve2pTwYZ6w .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-ve2pTwYZ6w .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-ve2pTwYZ6w .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #eb547a;
}
.cid-ve2pTwYZ6w .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-ve2pTwYZ6w .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ve2pTwYZ6w .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-ve2pTwYZ6w .image-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ve2pTwYZ6w .image-wrapper {
    margin-top: 30px;
  }
}
.cid-ve2pTwYZ6w .image-wrapper img {
  display: inline-flex;
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-ve2pTwYZ6w .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-ve2pTwYZ6w .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-ve2pTwYZ6w .image-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-ve2pTwYZ6w .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-ve2pTwYZ6w .mbr-section-title,
.cid-ve2pTwYZ6w .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ve2pTwYZ6w .item-title {
  color: #3a353e;
}
.cid-ve2pTwYZ6w .item-text {
  color: #ffffff;
}
.cid-ve2pTwYZ6w .item-title,
.cid-ve2pTwYZ6w .item-btn {
  color: #ffffff;
}
.cid-vbuqG020JW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1835433/assets/images/g0bda4f100feacb86fbf36eb58bbe-h_mgsilun6.jpg");
}
.cid-vbuqG020JW .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vbuqG020JW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbuqG020JW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbuqG020JW .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vbuqG020JW .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vbuqG020JW .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vbuqG020JW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vbuqG020JW .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vbuqG020JW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbuqG020JW .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vbuqG020JW .mbr-section-title {
  color: #ffffff;
}
.cid-vbuqG020JW .mbr-text,
.cid-vbuqG020JW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vbuqG020JW .mbr-section-title,
.cid-vbuqG020JW .mbr-section-btn {
  text-align: center;
}
.cid-uXmqaep79x {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f3f4f7;
}
.cid-uXmqaep79x .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uXmqaep79x .panel-group {
  border: none;
}
.cid-uXmqaep79x .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXmqaep79x .card-header {
    padding: 0rem;
  }
}
.cid-uXmqaep79x .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uXmqaep79x .img-col {
  padding: 0;
}
.cid-uXmqaep79x .img-item {
  height: 100%;
}
.cid-uXmqaep79x img {
  height: 100%;
  object-fit: cover;
}
.cid-uXmqaep79x .collapsed span {
  transform: rotate(0deg);
}
.cid-uXmqaep79x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXmqaep79x p {
  margin-bottom: 0.3rem;
}
.cid-uXmqaep79x .panel-title-edit {
  color: #0c2c68;
}
.cid-uXmqaep79x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uXmqaep79x .card {
  background: #edefeb;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uXmqaep79x .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXmqaep79x .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uXmqaep79x .panel-text {
  color: #0c2c68;
}
.cid-uXmqaep79x .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uXmqaep79x .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXmqaep79x .panel-title-edit,
.cid-uXmqaep79x .mbr-iconfont {
  color: #000000;
}
.cid-uXQaD8R5hm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXQaD8R5hm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uXQaD8R5hm .panel-group {
  border: none;
}
.cid-uXQaD8R5hm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXQaD8R5hm .card-header {
    padding: 0rem;
  }
}
.cid-uXQaD8R5hm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uXQaD8R5hm .img-col {
  padding: 0;
}
.cid-uXQaD8R5hm .img-item {
  height: 100%;
}
.cid-uXQaD8R5hm img {
  height: 100%;
  object-fit: cover;
}
.cid-uXQaD8R5hm .collapsed span {
  transform: rotate(0deg);
}
.cid-uXQaD8R5hm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uXQaD8R5hm p {
  margin-bottom: 0.3rem;
}
.cid-uXQaD8R5hm .panel-title-edit {
  color: #0c2c68;
}
.cid-uXQaD8R5hm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uXQaD8R5hm .card {
  background: #edefeb;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uXQaD8R5hm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXQaD8R5hm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uXQaD8R5hm .panel-text {
  color: #0c2c68;
  text-align: justify;
}
.cid-uXQaD8R5hm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uXQaD8R5hm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXQaD8R5hm .panel-title-edit,
.cid-uXQaD8R5hm .mbr-iconfont {
  color: #000000;
}
.cid-vbwslAcUqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c2c68;
}
.cid-vbwslAcUqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbwslAcUqv .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-vbwslAcUqv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vbwslAcUqv .container {
    padding: 0 12px;
  }
}
.cid-vbwslAcUqv .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vbwslAcUqv .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vbwslAcUqv .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vbwslAcUqv .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vbwslAcUqv .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vbwslAcUqv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vbwslAcUqv .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vbwslAcUqv .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vbwslAcUqv .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vbwslAcUqv .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vbwslAcUqv .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #000000;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #fdfde1 !important;
  background-color: #0c2c68;
  transition: all 300ms ease;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bff747 !important;
  box-shadow: none;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #fdfde1;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fdfde1;
  border-color: #fdfde1;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vbwslAcUqv .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vbwslAcUqv .mbr-form .form-conrol {
  color: #000000;
}
.cid-vbwslAcUqv .mbr-section-title {
  color: #ffffff;
}
.cid-vbwslAcUqv .mbr-text {
  color: #ffffff;
}
.cid-vbwslAcUqv label {
  color: #ffffff;
}
.cid-vbwslAcUqv .mbr-section-title,
.cid-vbwslAcUqv .mbr-section-btn {
  color: #ffffff;
}
.cid-vbwslAcUqv .card-contacts {
  color: #0c2c68;
}
.cid-uYjX4D217I .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYjX4D217I .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYjX4D217I .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYjX4D217I .dropdown-item {
  padding: 0;
}
.cid-uYjX4D217I .dropdown-menu {
  border: 0px solid lightgray;
  background: #0c2c68 !important;
  top: 100%;
}
.cid-uYjX4D217I .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uYjX4D217I .menu-content-top {
    display: block;
  }
  .cid-uYjX4D217I .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uYjX4D217I .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uYjX4D217I nav.opened .menu-content-top {
  display: none;
}
.cid-uYjX4D217I .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0c2c68;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYjX4D217I a {
  font-style: normal;
}
.cid-uYjX4D217I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYjX4D217I .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYjX4D217I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .content-text {
  margin-bottom: 0;
}
.cid-uYjX4D217I .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c2c68;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYjX4D217I .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYjX4D217I .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYjX4D217I .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYjX4D217I .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYjX4D217I .content-right-side {
  text-align: center;
}
.cid-uYjX4D217I .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYjX4D217I .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYjX4D217I .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYjX4D217I .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYjX4D217I .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYjX4D217I .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYjX4D217I .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYjX4D217I .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYjX4D217I .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYjX4D217I .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYjX4D217I .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYjX4D217I .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uYjX4D217I .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYjX4D217I .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYjX4D217I .navbar-toggler {
    display: none;
  }
  .cid-uYjX4D217I .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYjX4D217I .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYjX4D217I .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYjX4D217I .menu-logo {
  margin-right: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYjX4D217I .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYjX4D217I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYjX4D217I .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYjX4D217I .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYjX4D217I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uYjX4D217I button.navbar-toggler:focus {
  outline: none;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYjX4D217I .collapsed .btn {
  display: flex;
}
.cid-uYjX4D217I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing,
.cid-uYjX4D217I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYjX4D217I .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYjX4D217I .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYjX4D217I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYjX4D217I .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing,
  .cid-uYjX4D217I .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYjX4D217I .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYjX4D217I img {
    height: 2.2rem !important;
  }
  .cid-uYjX4D217I .btn {
    display: flex;
  }
  .cid-uYjX4D217I button.navbar-toggler {
    display: block;
  }
  .cid-uYjX4D217I .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYjX4D217I .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYjX4D217I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYjX4D217I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYjX4D217I .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYjX4D217I .nav-link:focus {
  outline: none;
}
.cid-uYjX4D217I .navbar-toggler {
  position: relative;
}
.cid-uYjX4D217I .dropdown-item.active,
.cid-uYjX4D217I .dropdown-item:active {
  background: #0c2c68;
  color: initial;
}
.cid-uYjX4D217I .widget-title,
.cid-uYjX4D217I .widget-icon {
  text-align: justify;
}
.cid-uXEK7nMSdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f7;
}
.cid-uXEK7nMSdS .title_block {
  margin-bottom: 80px;
}
.cid-uXEK7nMSdS .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uXEK7nMSdS .mbr-section-title {
  color: #0c2c68;
}
.cid-uXEK7nMSdS .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #277da1;
}
.cid-uXEK7nMSdS .item {
  padding-bottom: 2rem;
}
.cid-uXEK7nMSdS .image-wrapper {
  overflow: hidden;
  height: 300px;
}
.cid-uXEK7nMSdS .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uXEK7nMSdS .item-wrapper {
  position: relative;
}
.cid-uXEK7nMSdS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uXEK7nMSdS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uXEK7nMSdS .item-wrapper:hover .mbr-item-subtitle a {
  color: #0c2c68 !important;
}
.cid-uXEK7nMSdS .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uXEK7nMSdS .carousel-control,
.cid-uXEK7nMSdS .close {
  background: #1b1b1b;
}
.cid-uXEK7nMSdS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uXEK7nMSdS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uXEK7nMSdS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uXEK7nMSdS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uXEK7nMSdS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uXEK7nMSdS .close::before {
  content: '\e91a';
}
.cid-uXEK7nMSdS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uXEK7nMSdS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uXEK7nMSdS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXEK7nMSdS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXEK7nMSdS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXEK7nMSdS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uXEK7nMSdS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uXEK7nMSdS .carousel-indicators li.active,
.cid-uXEK7nMSdS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXEK7nMSdS .carousel-indicators li::after,
.cid-uXEK7nMSdS .carousel-indicators li::before {
  content: none;
}
.cid-uXEK7nMSdS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXEK7nMSdS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXEK7nMSdS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXEK7nMSdS .carousel-indicators {
    display: none;
  }
}
.cid-uXEK7nMSdS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXEK7nMSdS .carousel-inner > .active {
  display: block;
}
.cid-uXEK7nMSdS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXEK7nMSdS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXEK7nMSdS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uXEK7nMSdS .carousel-control,
  .cid-uXEK7nMSdS .carousel-indicators,
  .cid-uXEK7nMSdS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uXEK7nMSdS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uXEK7nMSdS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uXEK7nMSdS .carousel-indicators .active,
.cid-uXEK7nMSdS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uXEK7nMSdS .carousel-indicators .active {
  background: #fff;
}
.cid-uXEK7nMSdS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uXEK7nMSdS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uXEK7nMSdS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uXEK7nMSdS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uXEK7nMSdS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uXEK7nMSdS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uXEK7nMSdS .carousel {
  width: 100%;
}
.cid-uXEK7nMSdS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uXEK7nMSdS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uXEK7nMSdS .modal.fade .modal-dialog,
.cid-uXEK7nMSdS .modal.in .modal-dialog {
  transform: none;
}
.cid-uXEK7nMSdS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uXEK7nMSdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXEK7nMSdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXEK7nMSdS .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uXEK7nMSdS .descr mb-0 {
  color: #0c2c68;
}
.cid-uXEK7nMSdS H2 {
  color: #221b35;
}
.cid-uXK23GTgnJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXK23GTgnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXK23GTgnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXK23GTgnJ .row {
  justify-content: center;
}
.cid-uXK23GTgnJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXK23GTgnJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uXK23GTgnJ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXK23GTgnJ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXK23GTgnJ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXK23GTgnJ .content-head {
  max-width: 800px;
}
.cid-uXK23GTgnJ .mbr-section-title {
  color: #ffffff;
}
.cid-uYjX4D217I .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYjX4D217I .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYjX4D217I .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYjX4D217I .dropdown-item {
  padding: 0;
}
.cid-uYjX4D217I .dropdown-menu {
  border: 0px solid lightgray;
  background: #0c2c68 !important;
  top: 100%;
}
.cid-uYjX4D217I .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uYjX4D217I .menu-content-top {
    display: block;
  }
  .cid-uYjX4D217I .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uYjX4D217I .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uYjX4D217I nav.opened .menu-content-top {
  display: none;
}
.cid-uYjX4D217I .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0c2c68;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYjX4D217I a {
  font-style: normal;
}
.cid-uYjX4D217I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYjX4D217I .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYjX4D217I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .content-text {
  margin-bottom: 0;
}
.cid-uYjX4D217I .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c2c68;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYjX4D217I .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYjX4D217I .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYjX4D217I .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYjX4D217I .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYjX4D217I .content-right-side {
  text-align: center;
}
.cid-uYjX4D217I .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYjX4D217I .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYjX4D217I .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYjX4D217I .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYjX4D217I .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYjX4D217I .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYjX4D217I .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYjX4D217I .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYjX4D217I .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYjX4D217I .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYjX4D217I .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYjX4D217I .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uYjX4D217I .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYjX4D217I .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYjX4D217I .navbar-toggler {
    display: none;
  }
  .cid-uYjX4D217I .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYjX4D217I .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYjX4D217I .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYjX4D217I .menu-logo {
  margin-right: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYjX4D217I .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYjX4D217I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYjX4D217I .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYjX4D217I .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYjX4D217I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uYjX4D217I button.navbar-toggler:focus {
  outline: none;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYjX4D217I .collapsed .btn {
  display: flex;
}
.cid-uYjX4D217I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing,
.cid-uYjX4D217I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYjX4D217I .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYjX4D217I .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYjX4D217I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYjX4D217I .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing,
  .cid-uYjX4D217I .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYjX4D217I .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYjX4D217I img {
    height: 2.2rem !important;
  }
  .cid-uYjX4D217I .btn {
    display: flex;
  }
  .cid-uYjX4D217I button.navbar-toggler {
    display: block;
  }
  .cid-uYjX4D217I .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYjX4D217I .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYjX4D217I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYjX4D217I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYjX4D217I .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYjX4D217I .nav-link:focus {
  outline: none;
}
.cid-uYjX4D217I .navbar-toggler {
  position: relative;
}
.cid-uYjX4D217I .dropdown-item.active,
.cid-uYjX4D217I .dropdown-item:active {
  background: #0c2c68;
  color: initial;
}
.cid-uYjX4D217I .widget-title,
.cid-uYjX4D217I .widget-icon {
  text-align: justify;
}
.cid-uWZZQJjTa3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWZZQJjTa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZZQJjTa3 .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-uWZZQJjTa3 .container {
    padding: 0 15px;
  }
}
.cid-uWZZQJjTa3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uWZZQJjTa3 .content-wrapper {
  position: relative;
}
.cid-uWZZQJjTa3 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWZZQJjTa3 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWZZQJjTa3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uWZZQJjTa3 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uWZZQJjTa3 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uWZZQJjTa3 .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uWZZQJjTa3 .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uWZZQJjTa3 .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uWZZQJjTa3 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uWZZQJjTa3 .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #68707c !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWZZQJjTa3 .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-uWZZQJjTa3 .dragArea.row .form-group .form-control:hover,
.cid-uWZZQJjTa3 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uWZZQJjTa3 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 20px;
}
.cid-uWZZQJjTa3 .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-uWZZQJjTa3 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uWZZQJjTa3 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #68707c;
  border-color: #68707c;
  border-radius: 0;
}
.cid-uWZZQJjTa3 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uWZZQJjTa3 .mbr-section-title {
  color: #ffffff;
}
.cid-uWZZQJjTa3 .mbr-desc {
  color: #0c2c68;
}
.cid-uWZZQJjTa3 label {
  color: #ffffff;
}
.cid-uWZZQJjTa3 .mbr-section-btn {
  text-align: right;
}
.cid-uXWnDXelOq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-uXb5abLK6Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXb5abLK6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXb5abLK6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXb5abLK6Q .content-wrapper {
  margin-bottom: 32px;
}
.cid-uXb5abLK6Q .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uXb5abLK6Q .items-wrapper {
  align-items: center;
}
.cid-uXb5abLK6Q .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXb5abLK6Q .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uXb5abLK6Q .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uXb5abLK6Q .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXb5abLK6Q .items-wrapper .item .item-wrapper .card-text:hover,
.cid-uXb5abLK6Q .items-wrapper .item .item-wrapper .card-text:focus {
  color: #a6adbf;
}
.cid-uXb5abLK6Q .mbr-label {
  color: #0c2c68;
  text-align: center;
}
.cid-uXb5abLK6Q .card-title {
  color: #111111;
  text-align: center;
}
.cid-uXb5abLK6Q .card-text {
  color: #0c2c68;
  text-align: center;
}
.cid-uWZZpWmh0f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWZZpWmh0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZZpWmh0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZZpWmh0f .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWZZpWmh0f .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWZZpWmh0f .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uWZZpWmh0f .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uWZZpWmh0f .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uWZZpWmh0f .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uWZZpWmh0f .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 72px;
  height: 72px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uWZZpWmh0f .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uWZZpWmh0f [class^="socicon-"]:before,
.cid-uWZZpWmh0f [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uWZZpWmh0f .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uYjX4D217I .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYjX4D217I .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYjX4D217I .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYjX4D217I .dropdown-item {
  padding: 0;
}
.cid-uYjX4D217I .dropdown-menu {
  border: 0px solid lightgray;
  background: #0c2c68 !important;
  top: 100%;
}
.cid-uYjX4D217I .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uYjX4D217I .menu-content-top {
    display: block;
  }
  .cid-uYjX4D217I .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uYjX4D217I .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uYjX4D217I nav.opened .menu-content-top {
  display: none;
}
.cid-uYjX4D217I .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0c2c68;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYjX4D217I a {
  font-style: normal;
}
.cid-uYjX4D217I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYjX4D217I .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYjX4D217I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .content-text {
  margin-bottom: 0;
}
.cid-uYjX4D217I .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c2c68;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYjX4D217I .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYjX4D217I .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYjX4D217I .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYjX4D217I .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjX4D217I .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYjX4D217I .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYjX4D217I .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYjX4D217I .content-right-side {
  text-align: center;
}
.cid-uYjX4D217I .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYjX4D217I .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYjX4D217I .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYjX4D217I .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uYjX4D217I .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYjX4D217I .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYjX4D217I .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYjX4D217I .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uYjX4D217I .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uYjX4D217I .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYjX4D217I .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYjX4D217I .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjX4D217I .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uYjX4D217I .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYjX4D217I .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uYjX4D217I .navbar-toggler {
    display: none;
  }
  .cid-uYjX4D217I .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYjX4D217I .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYjX4D217I .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYjX4D217I .menu-logo {
  margin-right: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uYjX4D217I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYjX4D217I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYjX4D217I .dropdown .dropdown-menu {
  background: #ffffff;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYjX4D217I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYjX4D217I .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYjX4D217I .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uYjX4D217I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYjX4D217I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uYjX4D217I button.navbar-toggler:focus {
  outline: none;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjX4D217I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYjX4D217I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjX4D217I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYjX4D217I .collapsed .btn {
  display: flex;
}
.cid-uYjX4D217I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing,
.cid-uYjX4D217I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYjX4D217I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYjX4D217I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjX4D217I .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYjX4D217I .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYjX4D217I .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYjX4D217I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYjX4D217I .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYjX4D217I .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uYjX4D217I .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing,
  .cid-uYjX4D217I .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYjX4D217I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYjX4D217I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYjX4D217I .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYjX4D217I img {
    height: 2.2rem !important;
  }
  .cid-uYjX4D217I .btn {
    display: flex;
  }
  .cid-uYjX4D217I button.navbar-toggler {
    display: block;
  }
  .cid-uYjX4D217I .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYjX4D217I .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYjX4D217I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYjX4D217I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYjX4D217I .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYjX4D217I .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYjX4D217I .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYjX4D217I .nav-link:focus {
  outline: none;
}
.cid-uYjX4D217I .navbar-toggler {
  position: relative;
}
.cid-uYjX4D217I .dropdown-item.active,
.cid-uYjX4D217I .dropdown-item:active {
  background: #0c2c68;
  color: initial;
}
.cid-uYjX4D217I .widget-title,
.cid-uYjX4D217I .widget-icon {
  text-align: justify;
}
.cid-uXWjPSCcE9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXWjPSCcE9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uXWjPSCcE9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uXWjPSCcE9 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uXWjPSCcE9 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uXWjPSCcE9 .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #277da1;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uXWjPSCcE9 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #0c2c68;
}
.cid-uXWjPSCcE9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0c2c68;
  border-color: #0c2c68;
}
.cid-uXWjPSCcE9 .nav-tabs .nav-link.active:hover {
  background-color: #0c2c68;
}
.cid-uXWjPSCcE9 P {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uXWjPSCcE9 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uXWjPSCcE9 .mbr-text,
  .cid-uXWjPSCcE9 .nav-link {
    text-align: center;
  }
}
.cid-uXWjPSCcE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWjPSCcE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWr3DS4xs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXWr3DS4xs .mbr-text {
  color: #000000;
}
.cid-uXWr3DS4xs .mbr-section-subtitle {
  color: #000000;
}
.cid-uXWr3DS4xs .mbr-section-title {
  color: #000000;
}
.cid-vfD1pnFcVn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vfD1pnFcVn .mbr-text {
  color: #000000;
}
.cid-vfD1pnFcVn .mbr-section-subtitle {
  color: #000000;
}
.cid-vfD1pnFcVn .mbr-section-title {
  color: #0c2c68;
}
.cid-veYSdVCkdV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYSdVCkdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYSdVCkdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYSdVCkdV .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-veYSdVCkdV .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-veYSdVCkdV .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-veYSdVCkdV .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-veYSdVCkdV .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.cid-veYSdVCkdV .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veYSdVCkdV .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-veYSdVCkdV .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-veYSdVCkdV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-veYSdVCkdV .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veYSdVCkdV .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-veYSdVCkdV .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-veYSdVCkdV .item:last-child {
  margin-bottom: 0;
}
.cid-veYSdVCkdV .item .item-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-veYSdVCkdV .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-veYSdVCkdV .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-veYSdVCkdV .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #eb547a;
}
.cid-veYSdVCkdV .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-veYSdVCkdV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-veYSdVCkdV .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-veYSdVCkdV .image-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veYSdVCkdV .image-wrapper {
    margin-top: 30px;
  }
}
.cid-veYSdVCkdV .image-wrapper img {
  display: inline-flex;
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-veYSdVCkdV .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-veYSdVCkdV .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-veYSdVCkdV .image-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-veYSdVCkdV .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-veYSdVCkdV .mbr-section-title,
.cid-veYSdVCkdV .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-veYSdVCkdV .item-title {
  color: #3a353e;
}
.cid-veYSdVCkdV .item-text {
  color: #0c2c68;
}
.cid-vbwK1KLHG9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vbwK1KLHG9 .mbr-text {
  color: #000000;
}
.cid-vbwK1KLHG9 .mbr-section-subtitle {
  color: #000000;
}
.cid-vbwK1KLHG9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veJzICw1Rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veJzICw1Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJzICw1Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJzICw1Rn .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-veJzICw1Rn .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-veJzICw1Rn .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-veJzICw1Rn .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-veJzICw1Rn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veJzICw1Rn .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veJzICw1Rn .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-veJzICw1Rn .items-wrapper {
    display: block;
  }
}
.cid-veJzICw1Rn .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veJzICw1Rn .item {
    margin-bottom: 20px;
  }
}
.cid-veJzICw1Rn .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #0c2c68;
  background-color: #0c2c68;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-veJzICw1Rn .item .item-wrapper {
    padding: 6px;
  }
}
.cid-veJzICw1Rn .item .item-wrapper .card-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #0c2c68;
  height: 100%;
  overflow: hidden;
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .gradient-wrap {
  background-color: #ebfff5;
  filter: blur(2rem);
  border-radius: 50vw;
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: -3rem;
  right: -3rem;
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-veJzICw1Rn .item .item-wrapper .card-box .item-img {
    padding: 6px;
  }
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-veJzICw1Rn .item .item-wrapper .card-box .item-content {
    padding: 0 16px 16px 16px;
  }
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .item-content .item-price {
  margin-bottom: 16px;
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-veJzICw1Rn .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-veJzICw1Rn .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-veJzICw1Rn .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-veJzICw1Rn .mbr-text,
.cid-veJzICw1Rn .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-veJzICw1Rn .item-title {
  color: #49496d;
}
.cid-veJzICw1Rn .item-text {
  color: #54547e;
}
.cid-veJzICw1Rn .item-price {
  color: #181824;
}
.cid-veJzICw1Rn .item-title,
.cid-veJzICw1Rn .mbr-section-btn {
  color: #0c2c68;
}
.cid-veJAuJEtKt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-veJAuJEtKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJAuJEtKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJAuJEtKt .title-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1440px) {
  .cid-veJAuJEtKt .title-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-veJAuJEtKt .title-wrapper {
    width: 100%;
    margin: 0 0 32px;
  }
}
.cid-veJAuJEtKt .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-veJAuJEtKt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veJAuJEtKt .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veJAuJEtKt .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-veJAuJEtKt .items-wrapper {
    display: block;
  }
}
.cid-veJAuJEtKt .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veJAuJEtKt .item {
    margin-bottom: 20px;
  }
}
.cid-veJAuJEtKt .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #0c2c68;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-veJAuJEtKt .item .item-wrapper {
    padding: 6px;
  }
}
.cid-veJAuJEtKt .item .item-wrapper .card-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  height: 100%;
  overflow: hidden;
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .gradient-wrap {
  background-color: #ebfff5;
  filter: blur(2rem);
  border-radius: 50vw;
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: -3rem;
  right: -3rem;
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-veJAuJEtKt .item .item-wrapper .card-box .item-img {
    padding: 6px;
  }
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-veJAuJEtKt .item .item-wrapper .card-box .item-content {
    padding: 0 16px 16px 16px;
  }
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .item-content .item-price {
  margin-bottom: 16px;
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-veJAuJEtKt .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-veJAuJEtKt .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-veJAuJEtKt .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-veJAuJEtKt .mbr-text,
.cid-veJAuJEtKt .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-veJAuJEtKt .item-title {
  color: #49496d;
}
.cid-veJAuJEtKt .item-text {
  color: #111111;
}
.cid-veJAuJEtKt .item-price {
  color: #181824;
}
.cid-veJAuJEtKt .item-title,
.cid-veJAuJEtKt .mbr-section-btn {
  color: #0c2c68;
}
.cid-vbwKDUrKkf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vbwKDUrKkf .mbr-text {
  color: #000000;
}
.cid-vbwKDUrKkf .mbr-section-subtitle {
  color: #000000;
}
.cid-vbwKDUrKkf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veYUyBUVvW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veYUyBUVvW img,
.cid-veYUyBUVvW .item-img {
  width: 100%;
}
.cid-veYUyBUVvW .item:focus,
.cid-veYUyBUVvW span:focus {
  outline: none;
}
.cid-veYUyBUVvW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veYUyBUVvW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veYUyBUVvW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-veYUyBUVvW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veYUyBUVvW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-veYUyBUVvW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-veYUyBUVvW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veYUyBUVvW .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-veYUyBUVvW .mbr-text,
.cid-veYUyBUVvW .mbr-section-btn {
  text-align: left;
}
.cid-veYUyBUVvW .item-title {
  text-align: left;
}
.cid-veYUyBUVvW .item-subtitle {
  text-align: left;
}
.cid-vbwKWj1rdx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vbwKWj1rdx .mbr-text {
  color: #000000;
}
.cid-vbwKWj1rdx .mbr-section-subtitle {
  color: #000000;
}
.cid-vbwKWj1rdx .mbr-section-title {
  color: #000000;
}
.cid-vbTIu1qyNL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbTIu1qyNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbTIu1qyNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbTIu1qyNL .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vbTIu1qyNL .content-wrapper {
    padding: 100px 0 20px 0;
  }
}
.cid-vbTIu1qyNL .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vbTIu1qyNL .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vbTIu1qyNL .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vbTIu1qyNL .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #e2eff0;
}
.cid-vbTIu1qyNL .content-wrap {
  width: 100%;
}
.cid-vbTIu1qyNL .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vbTIu1qyNL .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vbTIu1qyNL .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vbTIu1qyNL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vbTIu1qyNL .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbTIu1qyNL .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vbTIu1qyNL .panel-group {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vbTIu1qyNL .panel-group {
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vbTIu1qyNL .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vbTIu1qyNL .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vbTIu1qyNL .panel-group .card {
    padding: 20px;
  }
}
.cid-vbTIu1qyNL .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vbTIu1qyNL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbTIu1qyNL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-vbTIu1qyNL .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vbTIu1qyNL .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-vbTIu1qyNL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #3a353e;
}
.cid-vbTIu1qyNL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #b93e5d;
  transform: rotate(-180deg);
}
.cid-vbTIu1qyNL .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #b93e5d;
}
.cid-vbTIu1qyNL .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-vbTIu1qyNL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vbTIu1qyNL .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-vbTIu1qyNL .mbr-section-title,
.cid-vbTIu1qyNL .title-wrap {
  color: #3a353e;
  text-align: center;
}
.cid-vbTIu1qyNL .panel-title-edit {
  color: #1d11a4;
}
.cid-vbTIu1qyNL .panel-text {
  color: #3a353e;
}
.cid-vbuUCAR6lR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbuUCAR6lR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbuUCAR6lR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbuUCAR6lR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbuUCAR6lR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vbuUCAR6lR .mbr-text {
  color: #19171c;
}
.cid-vbuUCAR6lR .mbr-text,
.cid-vbuUCAR6lR .mbr-section-btn,
.cid-vbuUCAR6lR .text-wrapper {
  text-align: center;
}
.cid-vdEdjcpcZj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vdEdjcpcZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEdjcpcZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdEdjcpcZj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdEdjcpcZj .row {
  flex-direction: row-reverse;
}
.cid-vdEdjcpcZj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdEdjcpcZj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdEdjcpcZj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdEdjcpcZj .mbr-section-title {
  color: #000000;
}
.cid-vdEdjcpcZj .mbr-text,
.cid-vdEdjcpcZj .mbr-section-btn {
  color: #232323;
}
.cid-vdEgWdshNe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdEgWdshNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEgWdshNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdEgWdshNe .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdEhqwVO7X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vdEhqwVO7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEhqwVO7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdEhqwVO7X .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdEhNnnk9j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdEhNnnk9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEhNnnk9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdEhNnnk9j .mbr-section-subtitle {
  text-align: justify;
}
.cid-vc3DyObILN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vc3DyObILN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3DyObILN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3DyObILN::before,
.cid-vc3DyObILN::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.cid-vc3DyObILN::before {
  top: 0;
}
.cid-vc3DyObILN::after {
  bottom: 0;
}
.cid-vc3DyObILN .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vc3DyObILN .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vc3DyObILN .content-wrapper::before,
.cid-vc3DyObILN .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-vc3DyObILN .content-wrapper::before {
  left: 0;
}
.cid-vc3DyObILN .content-wrapper::after {
  right: 0;
}
.cid-vc3DyObILN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vc3DyObILN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc3DyObILN .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vc3DyObILN .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vc3DyObILN .mbr-section-title {
  color: #0a0a0a;
}
.cid-vc3DyObILN .mbr-text {
  color: #0a0a0a;
}
.cid-ve2yh5OrL2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0c2c68;
}
.cid-ve2yh5OrL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve2yh5OrL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve2yh5OrL2 .items-wrapper {
  justify-content: center;
}
.cid-ve2yh5OrL2 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ve2yh5OrL2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ve2yh5OrL2 .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.cid-ve2yh5OrL2 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.cid-ve2yh5OrL2 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ve2yh5OrL2 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ve2yh5OrL2 .item {
    margin-bottom: 16px;
  }
}
.cid-ve2yh5OrL2 .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-ve2yh5OrL2 .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.cid-ve2yh5OrL2 .item .item-wrapper:hover,
.cid-ve2yh5OrL2 .item .item-wrapper:focus {
  transform: rotate(0);
}
.cid-ve2yh5OrL2 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-ve2yh5OrL2 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-ve2yh5OrL2 .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ve2yh5OrL2 .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-ve2yh5OrL2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-ve2yh5OrL2 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-ve2yh5OrL2 .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ve2yh5OrL2 .item .card_2 {
    transform: rotate(0);
  }
}
.cid-ve2yh5OrL2 .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ve2yh5OrL2 .main-btn {
    margin-top: 16px;
  }
}
.cid-ve2yh5OrL2 .mbr-section-title {
  color: #000c3f;
}
.cid-ve2yh5OrL2 .mbr-section-title,
.cid-ve2yh5OrL2 .icon-wrapper,
.cid-ve2yh5OrL2 .main-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ve2yh5OrL2 .item-title {
  color: #000c3f;
}
.cid-ve2yh5OrL2 .item-text {
  color: #000c3f;
}
.cid-veJqfZYX75 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-veJqfZYX75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJqfZYX75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJqfZYX75 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-veJqfZYX75 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veJqfZYX75 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-veJqfZYX75 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-veJqfZYX75 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-veJqfZYX75 .row {
  flex-direction: row-reverse;
}
.cid-veJqfZYX75 .image-wrapper {
  padding: 0 1rem;
}
.cid-veJqfZYX75 img,
.cid-veJqfZYX75 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-veJqfZYX75 img,
  .cid-veJqfZYX75 .image-wrapper {
    max-height: 350px;
  }
}
.cid-veJqfZYX75 .mbr-section-title {
  color: #0c2c68;
}
.cid-veJqfZYX75 .mbr-text {
  color: #000000;
}
.cid-veJrtBu9SX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-veJrtBu9SX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJrtBu9SX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJrtBu9SX .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-veJrtBu9SX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veJrtBu9SX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veJrtBu9SX .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-veJrtBu9SX .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-veJrtBu9SX .mbr-section-title {
  color: #ff6d99;
}
.cid-veJrtBu9SX .mbr-text,
.cid-veJrtBu9SX .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-veJrtBu9SX .mbr-section-title,
.cid-veJrtBu9SX .mbr-section-btn {
  text-align: center;
}
.cid-vaX6qcHVQz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vaX6qcHVQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaX6qcHVQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaX6qcHVQz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaX6qcHVQz .item-mb {
    margin-bottom: 0;
  }
}
.cid-vaX6qcHVQz .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaX6qcHVQz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vaX6qcHVQz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vaX6qcHVQz .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0c2c68;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #a0e1e1;
  height: 80px;
  border-radius: 50%;
}
.cid-vaX6qcHVQz .mbr-section-title {
  color: #d70081;
}
.cid-vaX6qcHVQz .mbr-section-subtitle {
  color: #232323;
}
.cid-vaX6qcHVQz .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaX6qcHVQz .card-box .item-footer {
  margin-top: auto;
}
.cid-vaX6qcHVQz .content-head {
  max-width: 800px;
}
.cid-vbwy2PgJVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbwy2PgJVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbwy2PgJVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbwy2PgJVm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbwy2PgJVm .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vbwy2PgJVm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbwy2PgJVm .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vbwy2PgJVm .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vbwy2PgJVm .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbwy2PgJVm .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vbwy2PgJVm .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vbwy2PgJVm .mbr-section-title {
  color: #3a353e;
}
.cid-vbwy2PgJVm .mbr-text {
  color: #3a353e;
}
.cid-vbwy2PgJVm .mbr-section-title,
.cid-vbwy2PgJVm .mbr-section-btn {
  color: #0c2c68;
  text-align: center;
}
