body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.65rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.65rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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: 1.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4f87fb !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4f87fb !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054cdf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4f87fb;
  border-color: #4f87fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #4f87fb;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f87fb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4f87fb;
  border-bottom-color: #4f87fb;
}
.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: #4f87fb !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: #130947 !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%;
}
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='%234f87fb' %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;
}
.is-builder .cid-rSbeojjCqg .navbar {
  padding-top: 20px !important;
}
.cid-rSbeojjCqg .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-rSbeojjCqg .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rSbeojjCqg a {
  font-style: normal;
}
.cid-rSbeojjCqg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rSbeojjCqg .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rSbeojjCqg .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rSbeojjCqg .content-text {
  margin-bottom: 0;
}
.cid-rSbeojjCqg .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-rSbeojjCqg .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-rSbeojjCqg .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-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-rSbeojjCqg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rSbeojjCqg .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rSbeojjCqg .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-rSbeojjCqg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rSbeojjCqg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rSbeojjCqg .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-rSbeojjCqg .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-link {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-rSbeojjCqg .nav-dropdown .link {
  font-weight: 600;
}
.cid-rSbeojjCqg .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-rSbeojjCqg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rSbeojjCqg .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-rSbeojjCqg .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-rSbeojjCqg .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rSbeojjCqg .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rSbeojjCqg .dropdown-item:before {
    display: none;
  }
  .cid-rSbeojjCqg .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-rSbeojjCqg .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rSbeojjCqg img {
    height: 3.8rem !important;
  }
  .cid-rSbeojjCqg .btn {
    display: flex;
  }
  .cid-rSbeojjCqg button.navbar-toggler {
    display: block;
  }
  .cid-rSbeojjCqg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rSbeojjCqg .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbeojjCqg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing,
  .cid-rSbeojjCqg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSbeojjCqg .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;
  }
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .menu-content-top {
    display: block;
  }
  .cid-rSbeojjCqg .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rSbeojjCqg .menu-bottom {
    display: flex;
  }
  .cid-rSbeojjCqg .navbar {
    display: block;
    padding: 0;
  }
  .cid-rSbeojjCqg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-rSbeojjCqg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rSbeojjCqg .navbar-toggler {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-rSbeojjCqg .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-rSbeojjCqg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rSbeojjCqg .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSbeojjCqg .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-rSbeojjCqg .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-rSbeojjCqg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler:focus {
  outline: none;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rSbeojjCqg .collapsed .btn {
  display: flex;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rSbeojjCqg .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-rSbeojjCqg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSbeojjCqg .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-rSbeojjCqg .collapsed .dropdown-item:before {
  display: none;
}
.cid-rSbeojjCqg .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rSbeojjCqg .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-rSbeojjCqg .nav-link:focus {
  outline: none;
}
.cid-rSbeojjCqg .navbar-toggler {
  position: relative;
}
.cid-rSbeojjCqg .dropdown-item.active,
.cid-rSbeojjCqg .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-rSbeojjCqg .nav-link:hover,
.cid-rSbeojjCqg .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v4Cnwocb2i {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Cnwocb2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Cnwocb2i img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #4f87fb;
}
@media (max-width: 767px) {
  .cid-v4Cnwocb2i img {
    margin-top: 2rem;
  }
}
.cid-v4Cnwocb2i .row {
  background: #130947;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4Cnwocb2i .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-v4Cnwocb2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Cnwocb2i .mbr-text,
.cid-v4Cnwocb2i .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Cnwocb2i .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4Cnwocb2i .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4ClOtaBD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4ClOtaBD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ClOtaBD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ClOtaBD8 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-v4ClOtaBD8 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-v4ClOtaBD8 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-v4ClOtaBD8 .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-v4CkIDwLI6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4CkIDwLI6 .content-row {
  background-color: #f1e0a6;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-v4CkIDwLI6 .content-row {
    padding: 1rem;
  }
}
.cid-v4CkIDwLI6 p {
  margin-bottom: 0rem;
}
.cid-v4CkIDwLI6 .btn {
  margin-bottom: 0rem;
}
.cid-v4CkIDwLI6 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4CkIDwLI6 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-v4CkIDwLI6 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-v4CkIDwLI6 .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CkIDwLI6 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-v4CkIDwLI6 .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CkIDwLI6 .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-v4CkIDwLI6 .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CkIDwLI6 .btn {
    margin-top: 0rem;
  }
}
.cid-v4CkIDwLI6 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-v4CkIDwLI6 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-v4CkIDwLI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CkIDwLI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CkAF26Wb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4CkAF26Wb .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v4CkAF26Wb .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v4CkAF26Wb img {
  width: 100%;
  border-radius: 30px;
}
.cid-v4CkAF26Wb .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v4CkAF26Wb .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CkAF26Wb .wrapp {
    padding: 3rem;
  }
}
.cid-v4CkAF26Wb .mbr-section-subtitle {
  color: #000000;
}
.cid-v4CkAF26Wb .mbr-text {
  color: #000000;
}
.cid-v4CmrayrPY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4CmrayrPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CmrayrPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CmrayrPY .mbr-section-title {
  color: #000000;
}
.cid-v4CmrayrPY .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v4CmrayrPY .mbr-section-btn {
  margin-top: 16px;
}
.cid-v4CmrayrPY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4ClphveFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e0a6;
}
.cid-v4ClphveFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ClphveFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ClphveFG .container,
.cid-v4ClphveFG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v4ClphveFG .container,
  .cid-v4ClphveFG .container-fluid {
    padding: 0 20px;
  }
}
.cid-v4ClphveFG .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v4ClphveFG .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v4ClphveFG .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v4ClphveFG .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v4ClphveFG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4ClphveFG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4ClphveFG .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4ClphveFG .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v4ClphveFG .mbr-section-title {
  color: #3d4045;
}
.cid-v4ClphveFG .mbr-text {
  color: #000000;
}
.cid-v4ClphveFG .mbr-section-btn {
  text-align: right;
}
.cid-v4ClphveFG .mbr-section-title,
.cid-v4ClphveFG .mbr-section-btn {
  color: #000000;
}
.cid-rSbeu1icqt {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSbeu1icqt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rSbeu1icqt .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-rSbeu1icqt .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbeu1icqt .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbeu1icqt .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-rSbeu1icqt .boldSubtitle {
  color: #130947;
}
.cid-rSbeu1icqt .info-widget {
  padding-top: 0.5rem;
}
.cid-rSbeu1icqt .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-rSbeu1icqt .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-rSbeu1icqt .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-rSbeu1icqt .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rSbeu1icqt .mbr-section-title,
  .cid-rSbeu1icqt .mbr-section-subtitle,
  .cid-rSbeu1icqt .mbr-text {
    text-align: left !important;
  }
  .cid-rSbeu1icqt .social-list {
    text-align: left !important;
  }
}
.cid-rSbeu1icqt .mbr-section-title,
.cid-rSbeu1icqt .menu-content-right {
  color: #000000;
}
.cid-rSbeu1icqt .mbr-section-text,
.cid-rSbeu1icqt .outer-wrap {
  color: #000000;
}
.cid-v4ClC9c8fw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e0a6;
}
.cid-v4ClC9c8fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ClC9c8fw .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-v4ClC9c8fw .container {
    padding: 0 15px;
  }
}
.cid-v4ClC9c8fw .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v4ClC9c8fw .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4ClC9c8fw .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v4ClC9c8fw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v4ClC9c8fw .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4ClC9c8fw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4ClC9c8fw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4ClC9c8fw .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v4ClC9c8fw .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v4ClC9c8fw .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-v4ClC9c8fw .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v4ClC9c8fw .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v4ClC9c8fw .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v4ClC9c8fw .mbr-section-title {
  color: #ffffff;
}
.cid-v4ClC9c8fw .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v4ClC9c8fw .mbr-text {
  color: #000000;
}
.cid-v4ClC9c8fw .mbr-section-title,
.cid-v4ClC9c8fw .mbr-section-btn {
  color: #000000;
}
.cid-v4ClQobHTx {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-v4ClQobHTx .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-v4ClQobHTx .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-v4ClQobHTx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v4ClQobHTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ClQobHTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ck5OiUrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #130947;
}
.cid-v4Ck5OiUrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ck5OiUrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ck5OiUrr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Ck5OiUrr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4Ck5OiUrr .row {
    text-align: center;
  }
  .cid-v4Ck5OiUrr .social-row {
    justify-content: center;
  }
}
.cid-v4Ck5OiUrr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4Ck5OiUrr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Ck5OiUrr .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Ck5OiUrr .mbr-text {
  color: #bbbbbb;
}
.cid-v4Ck5OiUrr .mbr-iconfont {
  color: black;
}
.cid-v4Ck5OiUrr .copyright {
  color: #ffffff;
}
.cid-v4Ck5OiUrr .mbr-section-subtitle {
  color: #ffffff;
}
.is-builder .cid-v4CH3UrG4F .navbar {
  padding-top: 20px !important;
}
.cid-v4CH3UrG4F .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v4CH3UrG4F .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v4CH3UrG4F .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v4CH3UrG4F .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v4CH3UrG4F .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v4CH3UrG4F .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v4CH3UrG4F .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v4CH3UrG4F .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CH3UrG4F .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v4CH3UrG4F .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CH3UrG4F .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v4CH3UrG4F a {
  font-style: normal;
}
.cid-v4CH3UrG4F .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v4CH3UrG4F .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v4CH3UrG4F .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-v4CH3UrG4F .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v4CH3UrG4F .content-text {
  margin-bottom: 0;
}
.cid-v4CH3UrG4F .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v4CH3UrG4F .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v4CH3UrG4F .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v4CH3UrG4F .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-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-v4CH3UrG4F .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v4CH3UrG4F .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v4CH3UrG4F .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v4CH3UrG4F .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v4CH3UrG4F .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v4CH3UrG4F .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v4CH3UrG4F .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v4CH3UrG4F .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v4CH3UrG4F .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v4CH3UrG4F .content-link {
    display: none;
  }
}
.cid-v4CH3UrG4F .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v4CH3UrG4F .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v4CH3UrG4F .nav-dropdown .link {
  font-weight: 600;
}
.cid-v4CH3UrG4F .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v4CH3UrG4F .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v4CH3UrG4F .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v4CH3UrG4F .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v4CH3UrG4F .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v4CH3UrG4F .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v4CH3UrG4F .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v4CH3UrG4F .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v4CH3UrG4F .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v4CH3UrG4F .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v4CH3UrG4F .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v4CH3UrG4F .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v4CH3UrG4F .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v4CH3UrG4F .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v4CH3UrG4F .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v4CH3UrG4F .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v4CH3UrG4F .dropdown-item:before {
    display: none;
  }
  .cid-v4CH3UrG4F .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v4CH3UrG4F .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v4CH3UrG4F img {
    height: 3.8rem !important;
  }
  .cid-v4CH3UrG4F .btn {
    display: flex;
  }
  .cid-v4CH3UrG4F button.navbar-toggler {
    display: block;
  }
  .cid-v4CH3UrG4F .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v4CH3UrG4F .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v4CH3UrG4F .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v4CH3UrG4F .navbar-collapse.collapsing,
  .cid-v4CH3UrG4F .navbar-collapse.show {
    display: block !important;
  }
  .cid-v4CH3UrG4F .navbar-collapse.collapsing .navbar-nav,
  .cid-v4CH3UrG4F .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v4CH3UrG4F .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v4CH3UrG4F .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v4CH3UrG4F .navbar-collapse.collapsing .navbar-buttons,
  .cid-v4CH3UrG4F .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v4CH3UrG4F .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v4CH3UrG4F .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v4CH3UrG4F .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v4CH3UrG4F .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v4CH3UrG4F .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v4CH3UrG4F .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;
  }
}
@media (min-width: 1200px) {
  .cid-v4CH3UrG4F .navbar .menu-content-top {
    display: block;
  }
  .cid-v4CH3UrG4F .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v4CH3UrG4F .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v4CH3UrG4F .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v4CH3UrG4F .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v4CH3UrG4F .menu-bottom {
    display: flex;
  }
  .cid-v4CH3UrG4F .navbar {
    display: block;
    padding: 0;
  }
  .cid-v4CH3UrG4F .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v4CH3UrG4F .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v4CH3UrG4F .navbar-toggler {
    display: none;
  }
}
.cid-v4CH3UrG4F .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v4CH3UrG4F .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v4CH3UrG4F .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v4CH3UrG4F .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v4CH3UrG4F .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v4CH3UrG4F .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v4CH3UrG4F .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4CH3UrG4F .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v4CH3UrG4F .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v4CH3UrG4F .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4CH3UrG4F .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4CH3UrG4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v4CH3UrG4F .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v4CH3UrG4F .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4CH3UrG4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4CH3UrG4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4CH3UrG4F .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v4CH3UrG4F .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4CH3UrG4F .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-v4CH3UrG4F .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CH3UrG4F .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CH3UrG4F .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v4CH3UrG4F .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v4CH3UrG4F .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v4CH3UrG4F .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v4CH3UrG4F button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CH3UrG4F button.navbar-toggler:focus {
  outline: none;
}
.cid-v4CH3UrG4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4CH3UrG4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CH3UrG4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v4CH3UrG4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v4CH3UrG4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CH3UrG4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CH3UrG4F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v4CH3UrG4F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v4CH3UrG4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CH3UrG4F .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v4CH3UrG4F .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v4CH3UrG4F .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v4CH3UrG4F .collapsed .btn {
  display: flex;
}
.cid-v4CH3UrG4F .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v4CH3UrG4F .collapsed .navbar-collapse.collapsing,
.cid-v4CH3UrG4F .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v4CH3UrG4F .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v4CH3UrG4F .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v4CH3UrG4F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v4CH3UrG4F .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v4CH3UrG4F .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v4CH3UrG4F .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v4CH3UrG4F .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v4CH3UrG4F .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v4CH3UrG4F .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4CH3UrG4F .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4CH3UrG4F .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v4CH3UrG4F .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v4CH3UrG4F .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v4CH3UrG4F .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v4CH3UrG4F .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v4CH3UrG4F .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-v4CH3UrG4F .collapsed .dropdown-item:before {
  display: none;
}
.cid-v4CH3UrG4F .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v4CH3UrG4F .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v4CH3UrG4F .nav-link:focus {
  outline: none;
}
.cid-v4CH3UrG4F .navbar-toggler {
  position: relative;
}
.cid-v4CH3UrG4F .dropdown-item.active,
.cid-v4CH3UrG4F .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v4CH3UrG4F .nav-link:hover,
.cid-v4CH3UrG4F .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v4CH3W83JY {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4CH3W83JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CH3W83JY img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #4f87fb;
}
@media (max-width: 767px) {
  .cid-v4CH3W83JY img {
    margin-top: 2rem;
  }
}
.cid-v4CH3W83JY .row {
  background: #130947;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4CH3W83JY .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-v4CH3W83JY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CH3W83JY .mbr-text,
.cid-v4CH3W83JY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4CH3W83JY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4CH3W83JY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4CH3XCgnQ {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v4CH3XCgnQ .content-row {
  background-color: #f1e0a6;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-v4CH3XCgnQ .content-row {
    padding: 1rem;
  }
}
.cid-v4CH3XCgnQ p {
  margin-bottom: 0rem;
}
.cid-v4CH3XCgnQ .btn {
  margin-bottom: 0rem;
}
.cid-v4CH3XCgnQ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4CH3XCgnQ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-v4CH3XCgnQ .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-v4CH3XCgnQ .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CH3XCgnQ .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-v4CH3XCgnQ .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CH3XCgnQ .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-v4CH3XCgnQ .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CH3XCgnQ .btn {
    margin-top: 0rem;
  }
}
.cid-v4CH3XCgnQ H1 {
  text-align: left;
  color: #ffffff;
}
.cid-v4CH3XCgnQ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-v4CH3XCgnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CH3XCgnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CH42NF4G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #130947;
}
.cid-v4CH42NF4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CH42NF4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CH42NF4G .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4CH42NF4G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4CH42NF4G .row {
    text-align: center;
  }
  .cid-v4CH42NF4G .social-row {
    justify-content: center;
  }
}
.cid-v4CH42NF4G .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4CH42NF4G .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CH42NF4G .list {
    margin-bottom: 0rem;
  }
}
.cid-v4CH42NF4G .mbr-text {
  color: #bbbbbb;
}
.cid-v4CH42NF4G .mbr-iconfont {
  color: black;
}
.cid-v4CH42NF4G .copyright {
  color: #ffffff;
}
.cid-v4CH42NF4G .mbr-section-subtitle {
  color: #ffffff;
}
.is-builder .cid-v4CHwi46GL .navbar {
  padding-top: 20px !important;
}
.cid-v4CHwi46GL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v4CHwi46GL .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v4CHwi46GL .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v4CHwi46GL .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v4CHwi46GL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v4CHwi46GL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v4CHwi46GL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v4CHwi46GL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CHwi46GL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v4CHwi46GL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CHwi46GL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v4CHwi46GL a {
  font-style: normal;
}
.cid-v4CHwi46GL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v4CHwi46GL .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v4CHwi46GL .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-v4CHwi46GL .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v4CHwi46GL .content-text {
  margin-bottom: 0;
}
.cid-v4CHwi46GL .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v4CHwi46GL .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v4CHwi46GL .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v4CHwi46GL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-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-v4CHwi46GL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v4CHwi46GL .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v4CHwi46GL .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v4CHwi46GL .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v4CHwi46GL .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v4CHwi46GL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v4CHwi46GL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v4CHwi46GL .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v4CHwi46GL .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v4CHwi46GL .content-link {
    display: none;
  }
}
.cid-v4CHwi46GL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v4CHwi46GL .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v4CHwi46GL .nav-dropdown .link {
  font-weight: 600;
}
.cid-v4CHwi46GL .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v4CHwi46GL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v4CHwi46GL .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v4CHwi46GL .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v4CHwi46GL .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v4CHwi46GL .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v4CHwi46GL .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v4CHwi46GL .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v4CHwi46GL .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v4CHwi46GL .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v4CHwi46GL .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v4CHwi46GL .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v4CHwi46GL .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v4CHwi46GL .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v4CHwi46GL .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v4CHwi46GL .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v4CHwi46GL .dropdown-item:before {
    display: none;
  }
  .cid-v4CHwi46GL .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v4CHwi46GL .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v4CHwi46GL img {
    height: 3.8rem !important;
  }
  .cid-v4CHwi46GL .btn {
    display: flex;
  }
  .cid-v4CHwi46GL button.navbar-toggler {
    display: block;
  }
  .cid-v4CHwi46GL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v4CHwi46GL .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v4CHwi46GL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v4CHwi46GL .navbar-collapse.collapsing,
  .cid-v4CHwi46GL .navbar-collapse.show {
    display: block !important;
  }
  .cid-v4CHwi46GL .navbar-collapse.collapsing .navbar-nav,
  .cid-v4CHwi46GL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v4CHwi46GL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v4CHwi46GL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v4CHwi46GL .navbar-collapse.collapsing .navbar-buttons,
  .cid-v4CHwi46GL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v4CHwi46GL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v4CHwi46GL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v4CHwi46GL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v4CHwi46GL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v4CHwi46GL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v4CHwi46GL .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;
  }
}
@media (min-width: 1200px) {
  .cid-v4CHwi46GL .navbar .menu-content-top {
    display: block;
  }
  .cid-v4CHwi46GL .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v4CHwi46GL .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v4CHwi46GL .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v4CHwi46GL .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v4CHwi46GL .menu-bottom {
    display: flex;
  }
  .cid-v4CHwi46GL .navbar {
    display: block;
    padding: 0;
  }
  .cid-v4CHwi46GL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v4CHwi46GL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v4CHwi46GL .navbar-toggler {
    display: none;
  }
}
.cid-v4CHwi46GL .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v4CHwi46GL .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v4CHwi46GL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v4CHwi46GL .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v4CHwi46GL .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v4CHwi46GL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v4CHwi46GL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4CHwi46GL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v4CHwi46GL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v4CHwi46GL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4CHwi46GL .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4CHwi46GL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v4CHwi46GL .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v4CHwi46GL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4CHwi46GL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4CHwi46GL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4CHwi46GL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v4CHwi46GL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4CHwi46GL .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-v4CHwi46GL .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CHwi46GL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CHwi46GL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v4CHwi46GL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v4CHwi46GL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v4CHwi46GL .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v4CHwi46GL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CHwi46GL button.navbar-toggler:focus {
  outline: none;
}
.cid-v4CHwi46GL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4CHwi46GL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CHwi46GL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v4CHwi46GL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v4CHwi46GL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CHwi46GL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CHwi46GL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v4CHwi46GL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v4CHwi46GL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CHwi46GL .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v4CHwi46GL .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v4CHwi46GL .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v4CHwi46GL .collapsed .btn {
  display: flex;
}
.cid-v4CHwi46GL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v4CHwi46GL .collapsed .navbar-collapse.collapsing,
.cid-v4CHwi46GL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v4CHwi46GL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v4CHwi46GL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v4CHwi46GL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v4CHwi46GL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v4CHwi46GL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v4CHwi46GL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v4CHwi46GL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v4CHwi46GL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v4CHwi46GL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4CHwi46GL .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4CHwi46GL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v4CHwi46GL .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v4CHwi46GL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v4CHwi46GL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v4CHwi46GL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v4CHwi46GL .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-v4CHwi46GL .collapsed .dropdown-item:before {
  display: none;
}
.cid-v4CHwi46GL .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v4CHwi46GL .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v4CHwi46GL .nav-link:focus {
  outline: none;
}
.cid-v4CHwi46GL .navbar-toggler {
  position: relative;
}
.cid-v4CHwi46GL .dropdown-item.active,
.cid-v4CHwi46GL .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v4CHwi46GL .nav-link:hover,
.cid-v4CHwi46GL .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v4CHwjPyY3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4CHwjPyY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CHwjPyY3 img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #4f87fb;
}
@media (max-width: 767px) {
  .cid-v4CHwjPyY3 img {
    margin-top: 2rem;
  }
}
.cid-v4CHwjPyY3 .row {
  background: #130947;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4CHwjPyY3 .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-v4CHwjPyY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CHwjPyY3 .mbr-text,
.cid-v4CHwjPyY3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4CHwjPyY3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4CHwjPyY3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4CHwkGQ5N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4CHwkGQ5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CHwkGQ5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CHwkGQ5N .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-v4CHwkGQ5N .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-v4CHwkGQ5N .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-v4CHwkGQ5N .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-v4CHwlwiBD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4CHwlwiBD .content-row {
  background-color: #f1e0a6;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-v4CHwlwiBD .content-row {
    padding: 1rem;
  }
}
.cid-v4CHwlwiBD p {
  margin-bottom: 0rem;
}
.cid-v4CHwlwiBD .btn {
  margin-bottom: 0rem;
}
.cid-v4CHwlwiBD .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4CHwlwiBD .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-v4CHwlwiBD .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-v4CHwlwiBD .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CHwlwiBD .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-v4CHwlwiBD .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CHwlwiBD .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-v4CHwlwiBD .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CHwlwiBD .btn {
    margin-top: 0rem;
  }
}
.cid-v4CHwlwiBD H1 {
  text-align: left;
  color: #ffffff;
}
.cid-v4CHwlwiBD .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-v4CHwlwiBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CHwlwiBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CHwmcqV5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4CHwmcqV5 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v4CHwmcqV5 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v4CHwmcqV5 img {
  width: 100%;
  border-radius: 30px;
}
.cid-v4CHwmcqV5 .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v4CHwmcqV5 .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CHwmcqV5 .wrapp {
    padding: 3rem;
  }
}
.cid-v4CHwmcqV5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v4CHwmcqV5 .mbr-text {
  color: #000000;
}
.cid-v4CHwna80q {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4CHwna80q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CHwna80q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CHwna80q .mbr-section-title {
  color: #000000;
}
.cid-v4CHwna80q .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v4CHwna80q .mbr-section-btn {
  margin-top: 16px;
}
.cid-v4CHwna80q .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4CHwolNqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e0a6;
}
.cid-v4CHwolNqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CHwolNqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CHwolNqp .container,
.cid-v4CHwolNqp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v4CHwolNqp .container,
  .cid-v4CHwolNqp .container-fluid {
    padding: 0 20px;
  }
}
.cid-v4CHwolNqp .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v4CHwolNqp .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v4CHwolNqp .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v4CHwolNqp .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v4CHwolNqp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4CHwolNqp .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4CHwolNqp .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4CHwolNqp .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v4CHwolNqp .mbr-section-title {
  color: #3d4045;
}
.cid-v4CHwolNqp .mbr-text {
  color: #000000;
}
.cid-v4CHwolNqp .mbr-section-btn {
  text-align: right;
}
.cid-v4CHwolNqp .mbr-section-title,
.cid-v4CHwolNqp .mbr-section-btn {
  color: #000000;
}
.cid-v4CHwp3OLE {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v4CHwp3OLE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v4CHwp3OLE .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v4CHwp3OLE .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v4CHwp3OLE .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-v4CHwp3OLE .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-v4CHwp3OLE .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-v4CHwp3OLE .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-v4CHwp3OLE .boldSubtitle {
  color: #130947;
}
.cid-v4CHwp3OLE .info-widget {
  padding-top: 0.5rem;
}
.cid-v4CHwp3OLE .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-v4CHwp3OLE .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v4CHwp3OLE .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-v4CHwp3OLE .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v4CHwp3OLE .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-v4CHwp3OLE .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-v4CHwp3OLE .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-v4CHwp3OLE .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-v4CHwp3OLE .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-v4CHwp3OLE .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-v4CHwp3OLE .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4CHwp3OLE .mbr-section-title,
  .cid-v4CHwp3OLE .mbr-section-subtitle,
  .cid-v4CHwp3OLE .mbr-text {
    text-align: left !important;
  }
  .cid-v4CHwp3OLE .social-list {
    text-align: left !important;
  }
}
.cid-v4CHwp3OLE .mbr-section-title,
.cid-v4CHwp3OLE .menu-content-right {
  color: #000000;
}
.cid-v4CHwp3OLE .mbr-section-text,
.cid-v4CHwp3OLE .outer-wrap {
  color: #000000;
}
.cid-v4CHwpSUXf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e0a6;
}
.cid-v4CHwpSUXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CHwpSUXf .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-v4CHwpSUXf .container {
    padding: 0 15px;
  }
}
.cid-v4CHwpSUXf .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v4CHwpSUXf .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4CHwpSUXf .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v4CHwpSUXf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v4CHwpSUXf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4CHwpSUXf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4CHwpSUXf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4CHwpSUXf .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v4CHwpSUXf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v4CHwpSUXf .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-v4CHwpSUXf .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v4CHwpSUXf .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v4CHwpSUXf .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v4CHwpSUXf .mbr-section-title {
  color: #ffffff;
}
.cid-v4CHwpSUXf .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v4CHwpSUXf .mbr-text {
  color: #000000;
}
.cid-v4CHwpSUXf .mbr-section-title,
.cid-v4CHwpSUXf .mbr-section-btn {
  color: #000000;
}
.cid-v4CHwri0TX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v4CHwri0TX .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-v4CHwri0TX .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-v4CHwri0TX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v4CHwri0TX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CHwri0TX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJ8ADudj {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-v4CJ8ADudj .title-text {
  margin-bottom: 70px;
}
.cid-v4CJ8ADudj .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v4CJ8ADudj .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v4CJ8ADudj .title-text .mbr-section-title {
  color: #130947;
}
.cid-v4CJ8ADudj .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v4CJ8ADudj .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v4CJ8ADudj .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v4CJ8ADudj .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CJ8ADudj .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v4CJ8ADudj .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CJ8ADudj .accordion-content {
  flex-basis: 100%;
}
.cid-v4CJ8ADudj .panel-group {
  width: 100%;
}
.cid-v4CJ8ADudj .panel-text,
.cid-v4CJ8ADudj .header-text,
.cid-v4CJ8ADudj .mbr-section-subtitle {
  color: #222222;
}
.cid-v4CJ8ADudj .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v4CJ8ADudj .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1e0a6;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title .toggle-icon:before,
.cid-v4CJ8ADudj .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CJ8ADudj .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v4CJ8ADudj .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CJ8ADudj .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v4CJ8ADudj .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v4CJ8ADudj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJ8ADudj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJ8ADudj .title-text .mbr-section-title {
  color: #000000;
}
.cid-v4CHwsr9mq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #130947;
}
.cid-v4CHwsr9mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CHwsr9mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CHwsr9mq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4CHwsr9mq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4CHwsr9mq .row {
    text-align: center;
  }
  .cid-v4CHwsr9mq .social-row {
    justify-content: center;
  }
}
.cid-v4CHwsr9mq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4CHwsr9mq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CHwsr9mq .list {
    margin-bottom: 0rem;
  }
}
.cid-v4CHwsr9mq .mbr-text {
  color: #bbbbbb;
}
.cid-v4CHwsr9mq .mbr-iconfont {
  color: black;
}
.cid-v4CHwsr9mq .copyright {
  color: #ffffff;
}
.cid-v4CHwsr9mq .mbr-section-subtitle {
  color: #ffffff;
}
.is-builder .cid-v4CJGTJcD9 .navbar {
  padding-top: 20px !important;
}
.cid-v4CJGTJcD9 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v4CJGTJcD9 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v4CJGTJcD9 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v4CJGTJcD9 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v4CJGTJcD9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v4CJGTJcD9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v4CJGTJcD9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v4CJGTJcD9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CJGTJcD9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v4CJGTJcD9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CJGTJcD9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v4CJGTJcD9 a {
  font-style: normal;
}
.cid-v4CJGTJcD9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v4CJGTJcD9 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v4CJGTJcD9 .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-v4CJGTJcD9 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v4CJGTJcD9 .content-text {
  margin-bottom: 0;
}
.cid-v4CJGTJcD9 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v4CJGTJcD9 .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v4CJGTJcD9 .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v4CJGTJcD9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-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-v4CJGTJcD9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v4CJGTJcD9 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v4CJGTJcD9 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v4CJGTJcD9 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v4CJGTJcD9 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v4CJGTJcD9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v4CJGTJcD9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v4CJGTJcD9 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v4CJGTJcD9 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v4CJGTJcD9 .content-link {
    display: none;
  }
}
.cid-v4CJGTJcD9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v4CJGTJcD9 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v4CJGTJcD9 .nav-dropdown .link {
  font-weight: 600;
}
.cid-v4CJGTJcD9 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v4CJGTJcD9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v4CJGTJcD9 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v4CJGTJcD9 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v4CJGTJcD9 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v4CJGTJcD9 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v4CJGTJcD9 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v4CJGTJcD9 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v4CJGTJcD9 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v4CJGTJcD9 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v4CJGTJcD9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v4CJGTJcD9 .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v4CJGTJcD9 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v4CJGTJcD9 .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v4CJGTJcD9 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v4CJGTJcD9 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v4CJGTJcD9 .dropdown-item:before {
    display: none;
  }
  .cid-v4CJGTJcD9 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v4CJGTJcD9 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v4CJGTJcD9 img {
    height: 3.8rem !important;
  }
  .cid-v4CJGTJcD9 .btn {
    display: flex;
  }
  .cid-v4CJGTJcD9 button.navbar-toggler {
    display: block;
  }
  .cid-v4CJGTJcD9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v4CJGTJcD9 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v4CJGTJcD9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v4CJGTJcD9 .navbar-collapse.collapsing,
  .cid-v4CJGTJcD9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v4CJGTJcD9 .navbar-collapse.collapsing .navbar-nav,
  .cid-v4CJGTJcD9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v4CJGTJcD9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v4CJGTJcD9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v4CJGTJcD9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v4CJGTJcD9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v4CJGTJcD9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v4CJGTJcD9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v4CJGTJcD9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v4CJGTJcD9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v4CJGTJcD9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v4CJGTJcD9 .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;
  }
}
@media (min-width: 1200px) {
  .cid-v4CJGTJcD9 .navbar .menu-content-top {
    display: block;
  }
  .cid-v4CJGTJcD9 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v4CJGTJcD9 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v4CJGTJcD9 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v4CJGTJcD9 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v4CJGTJcD9 .menu-bottom {
    display: flex;
  }
  .cid-v4CJGTJcD9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-v4CJGTJcD9 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v4CJGTJcD9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v4CJGTJcD9 .navbar-toggler {
    display: none;
  }
}
.cid-v4CJGTJcD9 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v4CJGTJcD9 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v4CJGTJcD9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v4CJGTJcD9 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v4CJGTJcD9 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v4CJGTJcD9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v4CJGTJcD9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4CJGTJcD9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v4CJGTJcD9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v4CJGTJcD9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4CJGTJcD9 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4CJGTJcD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v4CJGTJcD9 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v4CJGTJcD9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4CJGTJcD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4CJGTJcD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4CJGTJcD9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v4CJGTJcD9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4CJGTJcD9 .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-v4CJGTJcD9 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CJGTJcD9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CJGTJcD9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v4CJGTJcD9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v4CJGTJcD9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v4CJGTJcD9 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v4CJGTJcD9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CJGTJcD9 button.navbar-toggler:focus {
  outline: none;
}
.cid-v4CJGTJcD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4CJGTJcD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CJGTJcD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v4CJGTJcD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v4CJGTJcD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CJGTJcD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CJGTJcD9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v4CJGTJcD9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v4CJGTJcD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CJGTJcD9 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v4CJGTJcD9 .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v4CJGTJcD9 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v4CJGTJcD9 .collapsed .btn {
  display: flex;
}
.cid-v4CJGTJcD9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.collapsing,
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v4CJGTJcD9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v4CJGTJcD9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4CJGTJcD9 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4CJGTJcD9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v4CJGTJcD9 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v4CJGTJcD9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v4CJGTJcD9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v4CJGTJcD9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v4CJGTJcD9 .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-v4CJGTJcD9 .collapsed .dropdown-item:before {
  display: none;
}
.cid-v4CJGTJcD9 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v4CJGTJcD9 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v4CJGTJcD9 .nav-link:focus {
  outline: none;
}
.cid-v4CJGTJcD9 .navbar-toggler {
  position: relative;
}
.cid-v4CJGTJcD9 .dropdown-item.active,
.cid-v4CJGTJcD9 .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v4CJGTJcD9 .nav-link:hover,
.cid-v4CJGTJcD9 .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v4CJGV8Kul {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4CJGV8Kul .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJGV8Kul img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #4f87fb;
}
@media (max-width: 767px) {
  .cid-v4CJGV8Kul img {
    margin-top: 2rem;
  }
}
.cid-v4CJGV8Kul .row {
  background: #130947;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4CJGV8Kul .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-v4CJGV8Kul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJGV8Kul .mbr-text,
.cid-v4CJGV8Kul .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4CJGV8Kul .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4CJGV8Kul .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4CJGVVmXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4CJGVVmXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJGVVmXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJGVVmXb .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-v4CJGVVmXb .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-v4CJGVVmXb .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-v4CJGVVmXb .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-v4CJGWF5lZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4CJGWF5lZ .content-row {
  background-color: #f1e0a6;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-v4CJGWF5lZ .content-row {
    padding: 1rem;
  }
}
.cid-v4CJGWF5lZ p {
  margin-bottom: 0rem;
}
.cid-v4CJGWF5lZ .btn {
  margin-bottom: 0rem;
}
.cid-v4CJGWF5lZ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4CJGWF5lZ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-v4CJGWF5lZ .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-v4CJGWF5lZ .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CJGWF5lZ .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-v4CJGWF5lZ .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CJGWF5lZ .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-v4CJGWF5lZ .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CJGWF5lZ .btn {
    margin-top: 0rem;
  }
}
.cid-v4CJGWF5lZ H1 {
  text-align: left;
  color: #ffffff;
}
.cid-v4CJGWF5lZ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-v4CJGWF5lZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJGWF5lZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJGXf3Sw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4CJGXf3Sw .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v4CJGXf3Sw .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v4CJGXf3Sw img {
  width: 100%;
  border-radius: 30px;
}
.cid-v4CJGXf3Sw .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v4CJGXf3Sw .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CJGXf3Sw .wrapp {
    padding: 3rem;
  }
}
.cid-v4CJGXf3Sw .mbr-section-subtitle {
  color: #000000;
}
.cid-v4CJGXf3Sw .mbr-text {
  color: #000000;
}
.cid-v4CJGYb90P {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4CJGYb90P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJGYb90P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJGYb90P .mbr-section-title {
  color: #000000;
}
.cid-v4CJGYb90P .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v4CJGYb90P .mbr-section-btn {
  margin-top: 16px;
}
.cid-v4CJGYb90P .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4CJGYYDCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e0a6;
}
.cid-v4CJGYYDCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJGYYDCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJGYYDCv .container,
.cid-v4CJGYYDCv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v4CJGYYDCv .container,
  .cid-v4CJGYYDCv .container-fluid {
    padding: 0 20px;
  }
}
.cid-v4CJGYYDCv .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v4CJGYYDCv .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v4CJGYYDCv .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v4CJGYYDCv .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v4CJGYYDCv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4CJGYYDCv .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4CJGYYDCv .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4CJGYYDCv .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v4CJGYYDCv .mbr-section-title {
  color: #3d4045;
}
.cid-v4CJGYYDCv .mbr-text {
  color: #000000;
}
.cid-v4CJGYYDCv .mbr-section-btn {
  text-align: right;
}
.cid-v4CJGYYDCv .mbr-section-title,
.cid-v4CJGYYDCv .mbr-section-btn {
  color: #000000;
}
.cid-v4CJGZKqm6 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v4CJGZKqm6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v4CJGZKqm6 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v4CJGZKqm6 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v4CJGZKqm6 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-v4CJGZKqm6 .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-v4CJGZKqm6 .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-v4CJGZKqm6 .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-v4CJGZKqm6 .boldSubtitle {
  color: #130947;
}
.cid-v4CJGZKqm6 .info-widget {
  padding-top: 0.5rem;
}
.cid-v4CJGZKqm6 .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-v4CJGZKqm6 .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v4CJGZKqm6 .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-v4CJGZKqm6 .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v4CJGZKqm6 .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-v4CJGZKqm6 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-v4CJGZKqm6 .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-v4CJGZKqm6 .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-v4CJGZKqm6 .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-v4CJGZKqm6 .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-v4CJGZKqm6 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4CJGZKqm6 .mbr-section-title,
  .cid-v4CJGZKqm6 .mbr-section-subtitle,
  .cid-v4CJGZKqm6 .mbr-text {
    text-align: left !important;
  }
  .cid-v4CJGZKqm6 .social-list {
    text-align: left !important;
  }
}
.cid-v4CJGZKqm6 .mbr-section-title,
.cid-v4CJGZKqm6 .menu-content-right {
  color: #000000;
}
.cid-v4CJGZKqm6 .mbr-section-text,
.cid-v4CJGZKqm6 .outer-wrap {
  color: #000000;
}
.cid-v4CJH0qU6o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e0a6;
}
.cid-v4CJH0qU6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJH0qU6o .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-v4CJH0qU6o .container {
    padding: 0 15px;
  }
}
.cid-v4CJH0qU6o .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v4CJH0qU6o .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4CJH0qU6o .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v4CJH0qU6o .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v4CJH0qU6o .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4CJH0qU6o .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4CJH0qU6o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4CJH0qU6o .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v4CJH0qU6o .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v4CJH0qU6o .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-v4CJH0qU6o .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v4CJH0qU6o .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v4CJH0qU6o .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v4CJH0qU6o .mbr-section-title {
  color: #ffffff;
}
.cid-v4CJH0qU6o .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v4CJH0qU6o .mbr-text {
  color: #000000;
}
.cid-v4CJH0qU6o .mbr-section-title,
.cid-v4CJH0qU6o .mbr-section-btn {
  color: #000000;
}
.cid-v4CJH10EZR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v4CJH10EZR .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-v4CJH10EZR .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-v4CJH10EZR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v4CJH10EZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJH10EZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJH1AaUk {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-v4CJH1AaUk .title-text {
  margin-bottom: 70px;
}
.cid-v4CJH1AaUk .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v4CJH1AaUk .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v4CJH1AaUk .title-text .mbr-section-title {
  color: #130947;
}
.cid-v4CJH1AaUk .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v4CJH1AaUk .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v4CJH1AaUk .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v4CJH1AaUk .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CJH1AaUk .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v4CJH1AaUk .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CJH1AaUk .accordion-content {
  flex-basis: 100%;
}
.cid-v4CJH1AaUk .panel-group {
  width: 100%;
}
.cid-v4CJH1AaUk .panel-text,
.cid-v4CJH1AaUk .header-text,
.cid-v4CJH1AaUk .mbr-section-subtitle {
  color: #222222;
}
.cid-v4CJH1AaUk .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v4CJH1AaUk .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1e0a6;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title .toggle-icon:before,
.cid-v4CJH1AaUk .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CJH1AaUk .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v4CJH1AaUk .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CJH1AaUk .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v4CJH1AaUk .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v4CJH1AaUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJH1AaUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJH1AaUk .title-text .mbr-section-title {
  color: #000000;
}
.cid-v4CJH2jgPx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #130947;
}
.cid-v4CJH2jgPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CJH2jgPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CJH2jgPx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4CJH2jgPx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4CJH2jgPx .row {
    text-align: center;
  }
  .cid-v4CJH2jgPx .social-row {
    justify-content: center;
  }
}
.cid-v4CJH2jgPx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4CJH2jgPx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CJH2jgPx .list {
    margin-bottom: 0rem;
  }
}
.cid-v4CJH2jgPx .mbr-text {
  color: #bbbbbb;
}
.cid-v4CJH2jgPx .mbr-iconfont {
  color: black;
}
.cid-v4CJH2jgPx .copyright {
  color: #ffffff;
}
.cid-v4CJH2jgPx .mbr-section-subtitle {
  color: #ffffff;
}
.is-builder .cid-v4CLsL9Lig .navbar {
  padding-top: 20px !important;
}
.cid-v4CLsL9Lig .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v4CLsL9Lig .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v4CLsL9Lig .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v4CLsL9Lig .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v4CLsL9Lig .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v4CLsL9Lig .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v4CLsL9Lig .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v4CLsL9Lig .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CLsL9Lig .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v4CLsL9Lig .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CLsL9Lig .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v4CLsL9Lig a {
  font-style: normal;
}
.cid-v4CLsL9Lig .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v4CLsL9Lig .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v4CLsL9Lig .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-v4CLsL9Lig .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v4CLsL9Lig .content-text {
  margin-bottom: 0;
}
.cid-v4CLsL9Lig .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v4CLsL9Lig .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v4CLsL9Lig .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v4CLsL9Lig .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-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-v4CLsL9Lig .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v4CLsL9Lig .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v4CLsL9Lig .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v4CLsL9Lig .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v4CLsL9Lig .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v4CLsL9Lig .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v4CLsL9Lig .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v4CLsL9Lig .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v4CLsL9Lig .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v4CLsL9Lig .content-link {
    display: none;
  }
}
.cid-v4CLsL9Lig .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v4CLsL9Lig .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v4CLsL9Lig .nav-dropdown .link {
  font-weight: 600;
}
.cid-v4CLsL9Lig .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v4CLsL9Lig .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v4CLsL9Lig .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v4CLsL9Lig .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v4CLsL9Lig .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v4CLsL9Lig .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v4CLsL9Lig .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v4CLsL9Lig .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v4CLsL9Lig .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v4CLsL9Lig .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v4CLsL9Lig .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v4CLsL9Lig .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v4CLsL9Lig .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v4CLsL9Lig .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v4CLsL9Lig .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v4CLsL9Lig .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v4CLsL9Lig .dropdown-item:before {
    display: none;
  }
  .cid-v4CLsL9Lig .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v4CLsL9Lig .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v4CLsL9Lig img {
    height: 3.8rem !important;
  }
  .cid-v4CLsL9Lig .btn {
    display: flex;
  }
  .cid-v4CLsL9Lig button.navbar-toggler {
    display: block;
  }
  .cid-v4CLsL9Lig .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v4CLsL9Lig .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v4CLsL9Lig .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v4CLsL9Lig .navbar-collapse.collapsing,
  .cid-v4CLsL9Lig .navbar-collapse.show {
    display: block !important;
  }
  .cid-v4CLsL9Lig .navbar-collapse.collapsing .navbar-nav,
  .cid-v4CLsL9Lig .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v4CLsL9Lig .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v4CLsL9Lig .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v4CLsL9Lig .navbar-collapse.collapsing .navbar-buttons,
  .cid-v4CLsL9Lig .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v4CLsL9Lig .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v4CLsL9Lig .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v4CLsL9Lig .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v4CLsL9Lig .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v4CLsL9Lig .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v4CLsL9Lig .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;
  }
}
@media (min-width: 1200px) {
  .cid-v4CLsL9Lig .navbar .menu-content-top {
    display: block;
  }
  .cid-v4CLsL9Lig .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v4CLsL9Lig .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v4CLsL9Lig .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v4CLsL9Lig .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v4CLsL9Lig .menu-bottom {
    display: flex;
  }
  .cid-v4CLsL9Lig .navbar {
    display: block;
    padding: 0;
  }
  .cid-v4CLsL9Lig .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v4CLsL9Lig .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v4CLsL9Lig .navbar-toggler {
    display: none;
  }
}
.cid-v4CLsL9Lig .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v4CLsL9Lig .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v4CLsL9Lig .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v4CLsL9Lig .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v4CLsL9Lig .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v4CLsL9Lig .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v4CLsL9Lig .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4CLsL9Lig .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v4CLsL9Lig .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v4CLsL9Lig .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4CLsL9Lig .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4CLsL9Lig .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v4CLsL9Lig .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v4CLsL9Lig .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4CLsL9Lig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4CLsL9Lig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4CLsL9Lig .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v4CLsL9Lig .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4CLsL9Lig .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-v4CLsL9Lig .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CLsL9Lig .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v4CLsL9Lig .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v4CLsL9Lig .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v4CLsL9Lig .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v4CLsL9Lig .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v4CLsL9Lig button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CLsL9Lig button.navbar-toggler:focus {
  outline: none;
}
.cid-v4CLsL9Lig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4CLsL9Lig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CLsL9Lig button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v4CLsL9Lig button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v4CLsL9Lig button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CLsL9Lig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CLsL9Lig nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v4CLsL9Lig nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v4CLsL9Lig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v4CLsL9Lig .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v4CLsL9Lig .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v4CLsL9Lig .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v4CLsL9Lig .collapsed .btn {
  display: flex;
}
.cid-v4CLsL9Lig .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v4CLsL9Lig .collapsed .navbar-collapse.collapsing,
.cid-v4CLsL9Lig .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v4CLsL9Lig .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v4CLsL9Lig .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v4CLsL9Lig .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v4CLsL9Lig .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v4CLsL9Lig .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v4CLsL9Lig .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v4CLsL9Lig .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v4CLsL9Lig .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v4CLsL9Lig .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v4CLsL9Lig .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4CLsL9Lig .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v4CLsL9Lig .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v4CLsL9Lig .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v4CLsL9Lig .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v4CLsL9Lig .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v4CLsL9Lig .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-v4CLsL9Lig .collapsed .dropdown-item:before {
  display: none;
}
.cid-v4CLsL9Lig .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v4CLsL9Lig .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v4CLsL9Lig .nav-link:focus {
  outline: none;
}
.cid-v4CLsL9Lig .navbar-toggler {
  position: relative;
}
.cid-v4CLsL9Lig .dropdown-item.active,
.cid-v4CLsL9Lig .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v4CLsL9Lig .nav-link:hover,
.cid-v4CLsL9Lig .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v4CLsMEKlH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4CLsMEKlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsMEKlH img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #4f87fb;
}
@media (max-width: 767px) {
  .cid-v4CLsMEKlH img {
    margin-top: 2rem;
  }
}
.cid-v4CLsMEKlH .row {
  background: #130947;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4CLsMEKlH .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-v4CLsMEKlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CLsMEKlH .mbr-text,
.cid-v4CLsMEKlH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4CLsMEKlH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4CLsMEKlH .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4CLsNf7DN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4CLsNf7DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsNf7DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CLsNf7DN .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-v4CLsNf7DN .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-v4CLsNf7DN .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-v4CLsNf7DN .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-v4CLsNV8nC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4CLsNV8nC .content-row {
  background-color: #f1e0a6;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-v4CLsNV8nC .content-row {
    padding: 1rem;
  }
}
.cid-v4CLsNV8nC p {
  margin-bottom: 0rem;
}
.cid-v4CLsNV8nC .btn {
  margin-bottom: 0rem;
}
.cid-v4CLsNV8nC .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4CLsNV8nC .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-v4CLsNV8nC .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-v4CLsNV8nC .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CLsNV8nC .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-v4CLsNV8nC .mbr-section-btn {
    text-align: left;
  }
  .cid-v4CLsNV8nC .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-v4CLsNV8nC .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CLsNV8nC .btn {
    margin-top: 0rem;
  }
}
.cid-v4CLsNV8nC H1 {
  text-align: left;
  color: #ffffff;
}
.cid-v4CLsNV8nC .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-v4CLsNV8nC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsNV8nC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CLsOxGls {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v4CLsOxGls .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v4CLsOxGls .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v4CLsOxGls img {
  width: 100%;
  border-radius: 30px;
}
.cid-v4CLsOxGls .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v4CLsOxGls .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CLsOxGls .wrapp {
    padding: 3rem;
  }
}
.cid-v4CLsOxGls .mbr-section-subtitle {
  color: #000000;
}
.cid-v4CLsOxGls .mbr-text {
  color: #000000;
}
.cid-v4CLsPgelR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4CLsPgelR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsPgelR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CLsPgelR .mbr-section-title {
  color: #000000;
}
.cid-v4CLsPgelR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v4CLsPgelR .mbr-section-btn {
  margin-top: 16px;
}
.cid-v4CLsPgelR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v4CLsQaQD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e0a6;
}
.cid-v4CLsQaQD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsQaQD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CLsQaQD8 .container,
.cid-v4CLsQaQD8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v4CLsQaQD8 .container,
  .cid-v4CLsQaQD8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v4CLsQaQD8 .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v4CLsQaQD8 .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v4CLsQaQD8 .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v4CLsQaQD8 .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v4CLsQaQD8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4CLsQaQD8 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4CLsQaQD8 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4CLsQaQD8 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v4CLsQaQD8 .mbr-section-title {
  color: #3d4045;
}
.cid-v4CLsQaQD8 .mbr-text {
  color: #000000;
}
.cid-v4CLsQaQD8 .mbr-section-btn {
  text-align: right;
}
.cid-v4CLsQaQD8 .mbr-section-title,
.cid-v4CLsQaQD8 .mbr-section-btn {
  color: #000000;
}
.cid-v4CLsRlBtd {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v4CLsRlBtd .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v4CLsRlBtd .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v4CLsRlBtd .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v4CLsRlBtd .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-v4CLsRlBtd .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-v4CLsRlBtd .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-v4CLsRlBtd .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-v4CLsRlBtd .boldSubtitle {
  color: #130947;
}
.cid-v4CLsRlBtd .info-widget {
  padding-top: 0.5rem;
}
.cid-v4CLsRlBtd .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-v4CLsRlBtd .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v4CLsRlBtd .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-v4CLsRlBtd .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v4CLsRlBtd .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-v4CLsRlBtd .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-v4CLsRlBtd .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-v4CLsRlBtd .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-v4CLsRlBtd .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-v4CLsRlBtd .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-v4CLsRlBtd .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4CLsRlBtd .mbr-section-title,
  .cid-v4CLsRlBtd .mbr-section-subtitle,
  .cid-v4CLsRlBtd .mbr-text {
    text-align: left !important;
  }
  .cid-v4CLsRlBtd .social-list {
    text-align: left !important;
  }
}
.cid-v4CLsRlBtd .mbr-section-title,
.cid-v4CLsRlBtd .menu-content-right {
  color: #000000;
}
.cid-v4CLsRlBtd .mbr-section-text,
.cid-v4CLsRlBtd .outer-wrap {
  color: #000000;
}
.cid-v4CLsSsoaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1e0a6;
}
.cid-v4CLsSsoaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsSsoaY .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-v4CLsSsoaY .container {
    padding: 0 15px;
  }
}
.cid-v4CLsSsoaY .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v4CLsSsoaY .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4CLsSsoaY .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v4CLsSsoaY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v4CLsSsoaY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4CLsSsoaY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4CLsSsoaY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4CLsSsoaY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v4CLsSsoaY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v4CLsSsoaY .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-v4CLsSsoaY .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v4CLsSsoaY .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v4CLsSsoaY .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v4CLsSsoaY .mbr-section-title {
  color: #ffffff;
}
.cid-v4CLsSsoaY .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v4CLsSsoaY .mbr-text {
  color: #000000;
}
.cid-v4CLsSsoaY .mbr-section-title,
.cid-v4CLsSsoaY .mbr-section-btn {
  color: #000000;
}
.cid-v4CLsTDFiC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v4CLsTDFiC .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-v4CLsTDFiC .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-v4CLsTDFiC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v4CLsTDFiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsTDFiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CLsUeqNj {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-v4CLsUeqNj .title-text {
  margin-bottom: 70px;
}
.cid-v4CLsUeqNj .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v4CLsUeqNj .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v4CLsUeqNj .title-text .mbr-section-title {
  color: #130947;
}
.cid-v4CLsUeqNj .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v4CLsUeqNj .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v4CLsUeqNj .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v4CLsUeqNj .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CLsUeqNj .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v4CLsUeqNj .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CLsUeqNj .accordion-content {
  flex-basis: 100%;
}
.cid-v4CLsUeqNj .panel-group {
  width: 100%;
}
.cid-v4CLsUeqNj .panel-text,
.cid-v4CLsUeqNj .header-text,
.cid-v4CLsUeqNj .mbr-section-subtitle {
  color: #222222;
}
.cid-v4CLsUeqNj .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v4CLsUeqNj .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1e0a6;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title .toggle-icon:before,
.cid-v4CLsUeqNj .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CLsUeqNj .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v4CLsUeqNj .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v4CLsUeqNj .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v4CLsUeqNj .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v4CLsUeqNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsUeqNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CLsUeqNj .title-text .mbr-section-title {
  color: #000000;
}
.cid-v4CLsUX3TJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #130947;
}
.cid-v4CLsUX3TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CLsUX3TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CLsUX3TJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4CLsUX3TJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4CLsUX3TJ .row {
    text-align: center;
  }
  .cid-v4CLsUX3TJ .social-row {
    justify-content: center;
  }
}
.cid-v4CLsUX3TJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4CLsUX3TJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CLsUX3TJ .list {
    margin-bottom: 0rem;
  }
}
.cid-v4CLsUX3TJ .mbr-text {
  color: #bbbbbb;
}
.cid-v4CLsUX3TJ .mbr-iconfont {
  color: black;
}
.cid-v4CLsUX3TJ .copyright {
  color: #ffffff;
}
.cid-v4CLsUX3TJ .mbr-section-subtitle {
  color: #ffffff;
}
