.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Myriad Pro Regular';
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Myriad Pro Regular';
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Myriad Pro Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Myriad Pro Regular';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Myriad Pro Regular';
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #841524 !important;
}
.bg-success {
  background-color: #15292f !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #841524 !important;
  border-color: #841524 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b01c30 !important;
  border-color: #b01c30 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b01c30 !important;
  border-color: #b01c30 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1c67b2 !important;
  border-color: #1c67b2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2480dd !important;
  border-color: #2480dd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2480dd !important;
  border-color: #2480dd !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #15292f !important;
  border-color: #15292f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #254852 !important;
  border-color: #254852 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #254852 !important;
  border-color: #254852 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #841524;
  color: #841524;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #390910 !important;
  background-color: transparent !important;
  border-color: #390910 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #841524 !important;
  border-color: #841524 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1c67b2;
  color: #1c67b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #103c67 !important;
  background-color: transparent !important;
  border-color: #103c67 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c67b2 !important;
  border-color: #1c67b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #15292f;
  color: #15292f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #15292f !important;
  border-color: #15292f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #841524 !important;
}
.text-secondary {
  color: #1c67b2 !important;
}
.text-success {
  color: #15292f !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2c070c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0e345a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #841524;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #841524;
  border-color: #841524;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #841524;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #df3950;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4dde5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Myriad Pro Regular';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #841524 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Myriad Pro Regular';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #841524;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #841524;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #841524;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #841524;
  border-bottom-color: #841524;
}
.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: #841524 !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: #1c67b2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23841524' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3a2kANDmO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3a2kANDmO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3a2kANDmO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3a2kANDmO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v3a2kANDmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3a2kANDmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3a2kANDmO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v3a2kANDmO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v3a2kANDmO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v3a2kANDmO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v3a2kANDmO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3a2kANDmO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3a2kANDmO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v3a2kANDmO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v3a2kANDmO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v3a2kANDmO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3a2kANDmO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v3a2kANDmO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3a2kANDmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v3a2kANDmO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v3a2kANDmO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3a2kANDmO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3a2kANDmO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v3a2kANDmO .nav-item:focus,
.cid-v3a2kANDmO .nav-link:focus {
  outline: none;
}
.cid-v3a2kANDmO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3a2kANDmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3a2kANDmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3a2kANDmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3a2kANDmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3a2kANDmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3a2kANDmO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v3a2kANDmO .navbar.opened {
  transition: all 0.25s;
}
.cid-v3a2kANDmO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3a2kANDmO .navbar .navbar-logo img {
  width: auto;
}
.cid-v3a2kANDmO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v3a2kANDmO .navbar.collapsed {
  justify-content: center;
}
.cid-v3a2kANDmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3a2kANDmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3a2kANDmO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v3a2kANDmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3a2kANDmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3a2kANDmO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3a2kANDmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3a2kANDmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3a2kANDmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .navbar {
    min-height: 72px;
  }
  .cid-v3a2kANDmO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3a2kANDmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3a2kANDmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3a2kANDmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3a2kANDmO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3a2kANDmO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3a2kANDmO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3a2kANDmO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3a2kANDmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3a2kANDmO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3a2kANDmO .dropdown-item.active,
.cid-v3a2kANDmO .dropdown-item:active {
  background-color: transparent;
}
.cid-v3a2kANDmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3a2kANDmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3a2kANDmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3a2kANDmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3a2kANDmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v3a2kANDmO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3a2kANDmO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3a2kANDmO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3a2kANDmO .navbar-buttons {
    text-align: left;
  }
}
.cid-v3a2kANDmO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3a2kANDmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3a2kANDmO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3a2kANDmO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3a2kANDmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3a2kANDmO .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v3a2kANDmO .opacityScroll {
  background: #ffffff !important;
}
.cid-v3a2kANDmO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3a2kANDmO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3a2kANDmO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3a2kANDmO .navbar {
    height: 70px;
  }
  .cid-v3a2kANDmO .navbar.opened {
    height: auto;
  }
  .cid-v3a2kANDmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3a2kANDmO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3a2kANDmO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3a2kANDmO .navbar-brand {
    margin-right: auto;
  }
  .cid-v3a2kANDmO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v3a2kANDmO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3a2kANDmO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3a2kANDmO .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v3a2kANDmO .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3a2kANDmO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUI4K1Z9Sr {
  display: flex;
  background-image: url("../../../assets/images/msp1-website-banner-1.png");
}
.cid-uUI4K1Z9Sr .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uUI4K1Z9Sr {
    align-items: flex-end;
  }
  .cid-uUI4K1Z9Sr .row {
    justify-content: flex-start;
  }
  .cid-uUI4K1Z9Sr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUI4K1Z9Sr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUI4K1Z9Sr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uUI4K1Z9Sr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUI4K1Z9Sr .content-wrap {
    width: 100%;
  }
}
.cid-uUI4K1Z9Sr .mbr-section-title,
.cid-uUI4K1Z9Sr .mbr-section-subtitle {
  text-align: center;
}
.cid-uUI4K1Z9Sr .mbr-text,
.cid-uUI4K1Z9Sr .mbr-section-btn {
  text-align: left;
}
.cid-uUI4K1Z9Sr .mbr-section-title {
  text-align: left;
}
.cid-v4pDv2liPW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v4pDv2liPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pDv2liPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4pDv2liPW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4pDv2liPW .row {
  flex-direction: row-reverse;
}
.cid-v4pDv2liPW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4pDv2liPW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4pDv2liPW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4pDv2liPW .mbr-section-title {
  color: #000000;
}
.cid-v4pDv2liPW .mbr-text,
.cid-v4pDv2liPW .mbr-section-btn {
  color: #000000;
}
.cid-v5JHR2R64y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5JHR2R64y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JHR2R64y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JHR2R64y .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v5JHR2R64y .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JHR2R64y .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5JHR2R64y .row {
  justify-content: space-between;
}
.cid-v4jIE0f3Hd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4jIE0f3Hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jIE0f3Hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jIE0f3Hd .row {
  flex-direction: row-reverse;
}
.cid-v4jIE0f3Hd .mbr-description {
  text-align: left;
}
.cid-v4jIE0f3Hd .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4jIE0f3Hd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4jIE0f3Hd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4jIE0f3Hd .card-title,
.cid-v4jIE0f3Hd .iconfont-wrapper {
  color: #000000;
}
.cid-v4jIE0f3Hd .card-text {
  color: #000000;
}
.cid-v4jIE0f3Hd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4jIE0f3Hd .mbr-number {
  color: #1c67b2;
}
.cid-v4jIE0f3Hd .mbr-text,
.cid-v4jIE0f3Hd .mbr-section-btn {
  text-align: center;
}
.cid-v4jIE0f3Hd .card-text,
.cid-v4jIE0f3Hd .item .mbr-section-btn {
  text-align: left;
}
.cid-v4jIE0f3Hd .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4jIE0f3Hd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUZ19BTbxq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uUZ19BTbxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZ19BTbxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZ19BTbxq .title .num {
  width: 100%;
  display: block;
}
.cid-uUZ19BTbxq .title .card-title {
  z-index: 1;
}
.cid-uUZ19BTbxq .num {
  color: #1c67b2;
}
.cid-uUZ19BTbxq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUZ19BTbxq .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ19BTbxq * {
    text-align: center !important;
  }
  .cid-uUZ19BTbxq .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uUZ19BTbxq .content-head {
  max-width: 800px;
}
.cid-v4jLRHyuxj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4jLRHyuxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jLRHyuxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jLRHyuxj .mbr-description {
  text-align: left;
}
.cid-v4jLRHyuxj .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4jLRHyuxj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4jLRHyuxj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4jLRHyuxj .card-title,
.cid-v4jLRHyuxj .iconfont-wrapper {
  color: #000000;
}
.cid-v4jLRHyuxj .card-text {
  color: #000000;
}
.cid-v4jLRHyuxj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4jLRHyuxj .mbr-number {
  color: #1c67b2;
}
.cid-v4jLRHyuxj .mbr-text,
.cid-v4jLRHyuxj .mbr-section-btn {
  text-align: center;
}
.cid-v4jLRHyuxj .card-text,
.cid-v4jLRHyuxj .item .mbr-section-btn {
  text-align: left;
}
.cid-uUZ1RU2R41 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uUZ1RU2R41 img,
.cid-uUZ1RU2R41 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uUZ1RU2R41 .item:focus,
.cid-uUZ1RU2R41 span:focus {
  outline: none;
}
.cid-uUZ1RU2R41 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUZ1RU2R41 .item {
    margin-bottom: 1rem;
  }
}
.cid-uUZ1RU2R41 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUZ1RU2R41 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZ1RU2R41 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uUZ1RU2R41 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUZ1RU2R41 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUZ1RU2R41 .mbr-section-title {
  color: #000000;
}
.cid-uUZ1RU2R41 .item-title {
  text-align: left;
}
.cid-uUZ1RU2R41 .item-subtitle {
  text-align: left;
}
.cid-uUZ1RU2R41 .mbr-text,
.cid-uUZ1RU2R41 .item .mbr-section-btn {
  text-align: left;
}
.cid-uUZ1RU2R41 .content-head {
  max-width: 800px;
}
.cid-v5JIJkXZdS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JIJkXZdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JIJkXZdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JIJkXZdS .row {
  flex-direction: row-reverse;
}
.cid-v5JIJkXZdS .mbr-description {
  text-align: left;
}
.cid-v5JIJkXZdS .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v5JIJkXZdS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5JIJkXZdS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v5JIJkXZdS .card-title,
.cid-v5JIJkXZdS .iconfont-wrapper {
  color: #000000;
}
.cid-v5JIJkXZdS .card-text {
  color: #000000;
}
.cid-v5JIJkXZdS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5JIJkXZdS .mbr-number {
  color: #1c67b2;
}
.cid-v5JIJkXZdS .mbr-text,
.cid-v5JIJkXZdS .mbr-section-btn {
  text-align: center;
}
.cid-v5JIJkXZdS .card-text,
.cid-v5JIJkXZdS .item .mbr-section-btn {
  text-align: left;
}
.cid-v5JIJkXZdS .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5JIJkXZdS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4kx2XwAAl {
  background-color: #edefeb;
}
.cid-v4kx2XwAAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kx2XwAAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4kx2XwAAl .mbr-description {
  text-align: left;
}
.cid-v4kx2XwAAl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4kx2XwAAl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4kx2XwAAl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4kx2XwAAl .card-title,
.cid-v4kx2XwAAl .iconfont-wrapper {
  color: #000000;
}
.cid-v4kx2XwAAl .card-text {
  color: #000000;
}
.cid-v4kx2XwAAl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4kx2XwAAl .mbr-number {
  color: #9fe870;
}
.cid-v4kx2XwAAl .mbr-text,
.cid-v4kx2XwAAl .mbr-section-btn {
  text-align: center;
}
.cid-v4kx2XwAAl .card-text,
.cid-v4kx2XwAAl .item .mbr-section-btn {
  text-align: left;
}
.cid-uUXJOm4rb4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUXJOm4rb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUXJOm4rb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUXJOm4rb4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUXJOm4rb4 .row {
  flex-direction: row-reverse;
}
.cid-uUXJOm4rb4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUXJOm4rb4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUXJOm4rb4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUXJOm4rb4 .mbr-section-title {
  color: #000000;
}
.cid-uUXJOm4rb4 .mbr-text,
.cid-uUXJOm4rb4 .mbr-section-btn {
  color: #232323;
}
.cid-v4kDEyFTdb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v4kDEyFTdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kDEyFTdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4kDEyFTdb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4kDEyFTdb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4kDEyFTdb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4kDEyFTdb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4kDEyFTdb .mbr-section-title {
  color: #000000;
}
.cid-v4kDEyFTdb .mbr-text,
.cid-v4kDEyFTdb .mbr-section-btn {
  color: #232323;
}
.cid-uUYZMW0j3D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uUYZMW0j3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYZMW0j3D .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uUYZMW0j3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYZMW0j3D .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUYZMW0j3D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUYZMW0j3D .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uUYZMW0j3D .card-title,
.cid-uUYZMW0j3D .iconfont-wrapper {
  color: #000000;
}
.cid-uUYZMW0j3D .card-text {
  color: #000000;
  text-align: center;
}
.cid-uUYZMW0j3D .content-head {
  max-width: 800px;
}
.cid-uUYZMW0j3D .mbr-section-title {
  color: #000000;
}
.cid-uUYZMW0j3D .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUYZMW0j3D .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uUYZMW0j3D .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uUYZMW0j3D .card-title,
.cid-uUYZMW0j3D .img-wrapper {
  text-align: center;
}
.cid-v4piIQHQUg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4piIQHQUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4piIQHQUg .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v4piIQHQUg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4piIQHQUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4piIQHQUg .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #1c67b2;
  height: 80px;
  border-radius: 50%;
}
.cid-v4piIQHQUg .card-title,
.cid-v4piIQHQUg .iconfont-wrapper,
.cid-v4piIQHQUg .card-text {
  color: #000000;
  text-align: center;
}
.cid-v4piIQHQUg .content-head {
  max-width: 800px;
}
.cid-v4piIQHQUg .mbr-section-title {
  color: #000000;
}
.cid-v4piIQHQUg .mbr-section-btn {
  text-align: center;
}
.cid-v4poub1XtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c67b2;
}
.cid-v4poub1XtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4poub1XtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4poub1XtP .mbr-section-title {
  color: #ffffff;
}
.cid-v4poub1XtP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
.cid-v3a2kANDmO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3a2kANDmO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3a2kANDmO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3a2kANDmO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v3a2kANDmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3a2kANDmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3a2kANDmO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v3a2kANDmO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v3a2kANDmO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v3a2kANDmO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v3a2kANDmO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3a2kANDmO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3a2kANDmO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v3a2kANDmO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v3a2kANDmO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v3a2kANDmO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3a2kANDmO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v3a2kANDmO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3a2kANDmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v3a2kANDmO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v3a2kANDmO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3a2kANDmO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3a2kANDmO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v3a2kANDmO .nav-item:focus,
.cid-v3a2kANDmO .nav-link:focus {
  outline: none;
}
.cid-v3a2kANDmO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3a2kANDmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3a2kANDmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3a2kANDmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3a2kANDmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3a2kANDmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3a2kANDmO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v3a2kANDmO .navbar.opened {
  transition: all 0.25s;
}
.cid-v3a2kANDmO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3a2kANDmO .navbar .navbar-logo img {
  width: auto;
}
.cid-v3a2kANDmO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v3a2kANDmO .navbar.collapsed {
  justify-content: center;
}
.cid-v3a2kANDmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3a2kANDmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3a2kANDmO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v3a2kANDmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3a2kANDmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3a2kANDmO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3a2kANDmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3a2kANDmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3a2kANDmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3a2kANDmO .navbar {
    min-height: 72px;
  }
  .cid-v3a2kANDmO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3a2kANDmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3a2kANDmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3a2kANDmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3a2kANDmO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3a2kANDmO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3a2kANDmO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3a2kANDmO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3a2kANDmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3a2kANDmO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3a2kANDmO .dropdown-item.active,
.cid-v3a2kANDmO .dropdown-item:active {
  background-color: transparent;
}
.cid-v3a2kANDmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3a2kANDmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3a2kANDmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3a2kANDmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3a2kANDmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v3a2kANDmO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3a2kANDmO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3a2kANDmO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3a2kANDmO .navbar-buttons {
    text-align: left;
  }
}
.cid-v3a2kANDmO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3a2kANDmO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3a2kANDmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3a2kANDmO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3a2kANDmO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3a2kANDmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3a2kANDmO .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v3a2kANDmO .opacityScroll {
  background: #ffffff !important;
}
.cid-v3a2kANDmO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3a2kANDmO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3a2kANDmO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3a2kANDmO .navbar {
    height: 70px;
  }
  .cid-v3a2kANDmO .navbar.opened {
    height: auto;
  }
  .cid-v3a2kANDmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3a2kANDmO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3a2kANDmO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3a2kANDmO .navbar-brand {
    margin-right: auto;
  }
  .cid-v3a2kANDmO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v3a2kANDmO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3a2kANDmO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3a2kANDmO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3a2kANDmO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3a2kANDmO .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v3a2kANDmO .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3a2kANDmO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4NEXgOuCx {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-v4NEXgOuCx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4NEXgOuCx {
    align-items: flex-end;
  }
  .cid-v4NEXgOuCx .row {
    justify-content: flex-start;
  }
  .cid-v4NEXgOuCx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4NEXgOuCx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4NEXgOuCx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4NEXgOuCx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4NEXgOuCx .content-wrap {
    width: 100%;
  }
}
.cid-v4NEXgOuCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NEXgOuCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NEXgOuCx .mbr-section-title,
.cid-v4NEXgOuCx .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v4NEXgOuCx .mbr-text,
.cid-v4NEXgOuCx .mbr-section-btn {
  text-align: left;
}
.cid-v4NEXgOuCx .mbr-section-title {
  color: #ffffff;
}
.cid-v5HTe6Wc7H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5HTe6Wc7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5HTe6Wc7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5HTe6Wc7H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5HTe6Wc7H .row {
  flex-direction: row-reverse;
}
.cid-v5HTe6Wc7H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5HTe6Wc7H .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5HTe6Wc7H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5HTe6Wc7H .mbr-section-title {
  color: #000000;
}
.cid-v5HTe6Wc7H .mbr-text,
.cid-v5HTe6Wc7H .mbr-section-btn {
  color: #232323;
}
.cid-v5I2ESMGBZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5I2ESMGBZ img,
.cid-v5I2ESMGBZ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v5I2ESMGBZ .item:focus,
.cid-v5I2ESMGBZ span:focus {
  outline: none;
}
.cid-v5I2ESMGBZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5I2ESMGBZ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5I2ESMGBZ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5I2ESMGBZ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5I2ESMGBZ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v5I2ESMGBZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5I2ESMGBZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v5I2ESMGBZ .mbr-section-title {
  color: #000000;
}
.cid-v5I2ESMGBZ .item-title {
  text-align: left;
}
.cid-v5I2ESMGBZ .item-subtitle {
  text-align: left;
}
.cid-v5I2ESMGBZ .mbr-text,
.cid-v5I2ESMGBZ .item .mbr-section-btn {
  text-align: left;
}
.cid-v5I2ESMGBZ .content-head {
  max-width: 800px;
}
.cid-v5I3n6DQ5j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5I3n6DQ5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I3n6DQ5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I3n6DQ5j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I3n6DQ5j .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I3n6DQ5j .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I3n6DQ5j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I3n6DQ5j .mbr-section-title {
  color: #000000;
}
.cid-v5I3n6DQ5j .mbr-text,
.cid-v5I3n6DQ5j .mbr-section-btn {
  color: #232323;
}
.cid-v5I3o5R6kU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5I3o5R6kU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I3o5R6kU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I3o5R6kU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I3o5R6kU .row {
  flex-direction: row-reverse;
}
.cid-v5I3o5R6kU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I3o5R6kU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I3o5R6kU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I3o5R6kU .mbr-section-title {
  color: #000000;
}
.cid-v5I3o5R6kU .mbr-text,
.cid-v5I3o5R6kU .mbr-section-btn {
  color: #232323;
}
.cid-v5I3oVefNP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5I3oVefNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I3oVefNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I3oVefNP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I3oVefNP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I3oVefNP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I3oVefNP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I3oVefNP .mbr-section-title {
  color: #000000;
}
.cid-v5I3oVefNP .mbr-text,
.cid-v5I3oVefNP .mbr-section-btn {
  color: #232323;
}
.cid-v5I3puBm0t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5I3puBm0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I3puBm0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I3puBm0t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I3puBm0t .row {
  flex-direction: row-reverse;
}
.cid-v5I3puBm0t .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I3puBm0t .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I3puBm0t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I3puBm0t .mbr-section-title {
  color: #000000;
}
.cid-v5I3puBm0t .mbr-text,
.cid-v5I3puBm0t .mbr-section-btn {
  color: #232323;
}
.cid-v5I55nno4Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5I55nno4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I55nno4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5I55nno4Z .card-wrapper {
  background: #f7f7f7;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v5I55nno4Z .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5I55nno4Z .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5I55nno4Z .row {
  justify-content: space-between;
}
.cid-v8IMoHuqDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c67b2;
}
.cid-v8IMoHuqDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IMoHuqDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IMoHuqDc .mbr-section-title {
  color: #ffffff;
}
.cid-v8IMoHuqDc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
.cid-v4poVH9Rqx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4poVH9Rqx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4poVH9Rqx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4poVH9Rqx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4poVH9Rqx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4poVH9Rqx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4poVH9Rqx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4poVH9Rqx .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v4poVH9Rqx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v4poVH9Rqx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4poVH9Rqx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4poVH9Rqx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4poVH9Rqx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4poVH9Rqx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4poVH9Rqx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4poVH9Rqx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4poVH9Rqx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4poVH9Rqx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4poVH9Rqx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4poVH9Rqx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4poVH9Rqx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4poVH9Rqx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v4poVH9Rqx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v4poVH9Rqx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4poVH9Rqx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4poVH9Rqx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4poVH9Rqx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v4poVH9Rqx .nav-item:focus,
.cid-v4poVH9Rqx .nav-link:focus {
  outline: none;
}
.cid-v4poVH9Rqx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4poVH9Rqx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4poVH9Rqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4poVH9Rqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4poVH9Rqx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4poVH9Rqx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4poVH9Rqx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4poVH9Rqx .navbar.opened {
  transition: all 0.25s;
}
.cid-v4poVH9Rqx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4poVH9Rqx .navbar .navbar-logo img {
  width: auto;
}
.cid-v4poVH9Rqx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4poVH9Rqx .navbar.collapsed {
  justify-content: center;
}
.cid-v4poVH9Rqx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4poVH9Rqx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4poVH9Rqx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4poVH9Rqx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4poVH9Rqx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4poVH9Rqx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4poVH9Rqx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4poVH9Rqx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4poVH9Rqx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4poVH9Rqx .navbar {
    min-height: 72px;
  }
  .cid-v4poVH9Rqx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4poVH9Rqx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4poVH9Rqx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4poVH9Rqx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4poVH9Rqx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4poVH9Rqx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4poVH9Rqx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4poVH9Rqx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4poVH9Rqx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4poVH9Rqx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4poVH9Rqx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4poVH9Rqx .dropdown-item.active,
.cid-v4poVH9Rqx .dropdown-item:active {
  background-color: transparent;
}
.cid-v4poVH9Rqx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4poVH9Rqx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4poVH9Rqx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4poVH9Rqx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4poVH9Rqx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4poVH9Rqx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4poVH9Rqx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4poVH9Rqx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4poVH9Rqx .navbar-buttons {
    text-align: left;
  }
}
.cid-v4poVH9Rqx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4poVH9Rqx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4poVH9Rqx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4poVH9Rqx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4poVH9Rqx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4poVH9Rqx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4poVH9Rqx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4poVH9Rqx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4poVH9Rqx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4poVH9Rqx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4poVH9Rqx .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v4poVH9Rqx .opacityScroll {
  background: #ffffff !important;
}
.cid-v4poVH9Rqx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4poVH9Rqx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4poVH9Rqx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4poVH9Rqx .navbar {
    height: 70px;
  }
  .cid-v4poVH9Rqx .navbar.opened {
    height: auto;
  }
  .cid-v4poVH9Rqx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4poVH9Rqx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4poVH9Rqx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4poVH9Rqx .navbar-brand {
    margin-right: auto;
  }
  .cid-v4poVH9Rqx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v4poVH9Rqx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4poVH9Rqx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4poVH9Rqx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4poVH9Rqx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4poVH9Rqx .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v4poVH9Rqx .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4poVH9Rqx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5I6KUpdKD {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pexels-brett-sayles-4508751.jpg");
}
.cid-v5I6KUpdKD .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5I6KUpdKD {
    align-items: flex-end;
  }
  .cid-v5I6KUpdKD .row {
    justify-content: flex-start;
  }
  .cid-v5I6KUpdKD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5I6KUpdKD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5I6KUpdKD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5I6KUpdKD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5I6KUpdKD .content-wrap {
    width: 100%;
  }
}
.cid-v5I6KUpdKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I6KUpdKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5I6KUpdKD .mbr-section-title,
.cid-v5I6KUpdKD .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v5I6KUpdKD .mbr-text,
.cid-v5I6KUpdKD .mbr-section-btn {
  text-align: left;
}
.cid-v5I6KUpdKD .mbr-section-title {
  color: #ffffff;
}
.cid-v5I773ZPhi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5I773ZPhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I773ZPhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I773ZPhi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I773ZPhi .row {
  flex-direction: row-reverse;
}
.cid-v5I773ZPhi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I773ZPhi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I773ZPhi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I773ZPhi .mbr-section-title {
  color: #000000;
}
.cid-v5I773ZPhi .mbr-text,
.cid-v5I773ZPhi .mbr-section-btn {
  color: #232323;
}
.cid-v5I7hFMKTY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5I7hFMKTY img,
.cid-v5I7hFMKTY .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v5I7hFMKTY .item:focus,
.cid-v5I7hFMKTY span:focus {
  outline: none;
}
.cid-v5I7hFMKTY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5I7hFMKTY .item {
    margin-bottom: 1rem;
  }
}
.cid-v5I7hFMKTY .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5I7hFMKTY .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5I7hFMKTY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v5I7hFMKTY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5I7hFMKTY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v5I7hFMKTY .mbr-section-title {
  color: #000000;
}
.cid-v5I7hFMKTY .item-title {
  text-align: left;
}
.cid-v5I7hFMKTY .item-subtitle {
  text-align: left;
}
.cid-v5I7hFMKTY .mbr-text,
.cid-v5I7hFMKTY .item .mbr-section-btn {
  text-align: left;
}
.cid-v5I7hFMKTY .content-head {
  max-width: 800px;
}
.cid-v5I7JM1htv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5I7JM1htv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I7JM1htv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I7JM1htv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I7JM1htv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I7JM1htv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I7JM1htv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I7JM1htv .mbr-section-title {
  color: #000000;
}
.cid-v5I7JM1htv .mbr-text,
.cid-v5I7JM1htv .mbr-section-btn {
  color: #232323;
}
.cid-v5I7KhZkCI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5I7KhZkCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I7KhZkCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I7KhZkCI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I7KhZkCI .row {
  flex-direction: row-reverse;
}
.cid-v5I7KhZkCI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I7KhZkCI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I7KhZkCI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I7KhZkCI .mbr-section-title {
  color: #000000;
}
.cid-v5I7KhZkCI .mbr-text,
.cid-v5I7KhZkCI .mbr-section-btn {
  color: #232323;
}
.cid-v5I7L5WtD7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5I7L5WtD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I7L5WtD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I7L5WtD7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I7L5WtD7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I7L5WtD7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I7L5WtD7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I7L5WtD7 .mbr-section-title {
  color: #000000;
}
.cid-v5I7L5WtD7 .mbr-text,
.cid-v5I7L5WtD7 .mbr-section-btn {
  color: #232323;
}
.cid-v5I7LOupx6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5I7LOupx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I7LOupx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I7LOupx6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I7LOupx6 .row {
  flex-direction: row-reverse;
}
.cid-v5I7LOupx6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I7LOupx6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I7LOupx6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I7LOupx6 .mbr-section-title {
  color: #000000;
}
.cid-v5I7LOupx6 .mbr-text,
.cid-v5I7LOupx6 .mbr-section-btn {
  color: #232323;
}
.cid-v5I8t8xN76 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5I8t8xN76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I8t8xN76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5I8t8xN76 .card-wrapper {
  background: #f7f7f7;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v5I8t8xN76 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5I8t8xN76 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5I8t8xN76 .row {
  justify-content: space-between;
}
.cid-v8IPdymI9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c67b2;
}
.cid-v8IPdymI9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IPdymI9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IPdymI9z .mbr-section-title {
  color: #ffffff;
}
.cid-v8IPdymI9z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
.cid-v4pqsAZHpz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4pqsAZHpz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4pqsAZHpz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4pqsAZHpz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4pqsAZHpz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4pqsAZHpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4pqsAZHpz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4pqsAZHpz .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v4pqsAZHpz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v4pqsAZHpz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqsAZHpz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4pqsAZHpz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4pqsAZHpz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4pqsAZHpz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqsAZHpz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4pqsAZHpz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4pqsAZHpz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4pqsAZHpz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4pqsAZHpz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4pqsAZHpz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqsAZHpz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqsAZHpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v4pqsAZHpz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v4pqsAZHpz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4pqsAZHpz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4pqsAZHpz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4pqsAZHpz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v4pqsAZHpz .nav-item:focus,
.cid-v4pqsAZHpz .nav-link:focus {
  outline: none;
}
.cid-v4pqsAZHpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4pqsAZHpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4pqsAZHpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4pqsAZHpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4pqsAZHpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4pqsAZHpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4pqsAZHpz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4pqsAZHpz .navbar.opened {
  transition: all 0.25s;
}
.cid-v4pqsAZHpz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4pqsAZHpz .navbar .navbar-logo img {
  width: auto;
}
.cid-v4pqsAZHpz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4pqsAZHpz .navbar.collapsed {
  justify-content: center;
}
.cid-v4pqsAZHpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4pqsAZHpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4pqsAZHpz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4pqsAZHpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4pqsAZHpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4pqsAZHpz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4pqsAZHpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4pqsAZHpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4pqsAZHpz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqsAZHpz .navbar {
    min-height: 72px;
  }
  .cid-v4pqsAZHpz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4pqsAZHpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4pqsAZHpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4pqsAZHpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4pqsAZHpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4pqsAZHpz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4pqsAZHpz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4pqsAZHpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4pqsAZHpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4pqsAZHpz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqsAZHpz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4pqsAZHpz .dropdown-item.active,
.cid-v4pqsAZHpz .dropdown-item:active {
  background-color: transparent;
}
.cid-v4pqsAZHpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4pqsAZHpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4pqsAZHpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4pqsAZHpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4pqsAZHpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4pqsAZHpz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4pqsAZHpz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4pqsAZHpz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4pqsAZHpz .navbar-buttons {
    text-align: left;
  }
}
.cid-v4pqsAZHpz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4pqsAZHpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4pqsAZHpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4pqsAZHpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqsAZHpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqsAZHpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4pqsAZHpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqsAZHpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4pqsAZHpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4pqsAZHpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqsAZHpz .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v4pqsAZHpz .opacityScroll {
  background: #ffffff !important;
}
.cid-v4pqsAZHpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4pqsAZHpz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4pqsAZHpz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4pqsAZHpz .navbar {
    height: 70px;
  }
  .cid-v4pqsAZHpz .navbar.opened {
    height: auto;
  }
  .cid-v4pqsAZHpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4pqsAZHpz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4pqsAZHpz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4pqsAZHpz .navbar-brand {
    margin-right: auto;
  }
  .cid-v4pqsAZHpz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v4pqsAZHpz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4pqsAZHpz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4pqsAZHpz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqsAZHpz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4pqsAZHpz .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v4pqsAZHpz .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4pqsAZHpz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5I9i7XeLx {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pexels-googledeepmind-17484975.jpg");
}
.cid-v5I9i7XeLx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5I9i7XeLx {
    align-items: flex-end;
  }
  .cid-v5I9i7XeLx .row {
    justify-content: flex-start;
  }
  .cid-v5I9i7XeLx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5I9i7XeLx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5I9i7XeLx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5I9i7XeLx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5I9i7XeLx .content-wrap {
    width: 100%;
  }
}
.cid-v5I9i7XeLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I9i7XeLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5I9i7XeLx .mbr-section-title,
.cid-v5I9i7XeLx .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v5I9i7XeLx .mbr-text,
.cid-v5I9i7XeLx .mbr-section-btn {
  text-align: left;
}
.cid-v5I9i7XeLx .mbr-section-title {
  color: #ffffff;
}
.cid-v5I9tKJaZQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5I9tKJaZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5I9tKJaZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5I9tKJaZQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5I9tKJaZQ .row {
  flex-direction: row-reverse;
}
.cid-v5I9tKJaZQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5I9tKJaZQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5I9tKJaZQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5I9tKJaZQ .mbr-section-title {
  color: #000000;
}
.cid-v5I9tKJaZQ .mbr-text,
.cid-v5I9tKJaZQ .mbr-section-btn {
  color: #232323;
}
.cid-v5I9Fx5Rbt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5I9Fx5Rbt img,
.cid-v5I9Fx5Rbt .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v5I9Fx5Rbt .item:focus,
.cid-v5I9Fx5Rbt span:focus {
  outline: none;
}
.cid-v5I9Fx5Rbt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5I9Fx5Rbt .item {
    margin-bottom: 1rem;
  }
}
.cid-v5I9Fx5Rbt .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5I9Fx5Rbt .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5I9Fx5Rbt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v5I9Fx5Rbt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5I9Fx5Rbt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v5I9Fx5Rbt .mbr-section-title {
  color: #000000;
}
.cid-v5I9Fx5Rbt .item-title {
  text-align: left;
}
.cid-v5I9Fx5Rbt .item-subtitle {
  text-align: left;
}
.cid-v5I9Fx5Rbt .mbr-text,
.cid-v5I9Fx5Rbt .item .mbr-section-btn {
  text-align: left;
}
.cid-v5I9Fx5Rbt .content-head {
  max-width: 800px;
}
.cid-v5IampELRM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5IampELRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IampELRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5IampELRM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5IampELRM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5IampELRM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5IampELRM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5IampELRM .mbr-section-title {
  color: #000000;
}
.cid-v5IampELRM .mbr-text,
.cid-v5IampELRM .mbr-section-btn {
  color: #232323;
}
.cid-v5IamXi38q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5IamXi38q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IamXi38q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5IamXi38q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5IamXi38q .row {
  flex-direction: row-reverse;
}
.cid-v5IamXi38q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5IamXi38q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5IamXi38q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5IamXi38q .mbr-section-title {
  color: #000000;
}
.cid-v5IamXi38q .mbr-text,
.cid-v5IamXi38q .mbr-section-btn {
  color: #232323;
}
.cid-v5IanU2EjW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5IanU2EjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IanU2EjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5IanU2EjW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5IanU2EjW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5IanU2EjW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5IanU2EjW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5IanU2EjW .mbr-section-title {
  color: #000000;
}
.cid-v5IanU2EjW .mbr-text,
.cid-v5IanU2EjW .mbr-section-btn {
  color: #232323;
}
.cid-v5IaoCxxij {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5IaoCxxij .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IaoCxxij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5IaoCxxij .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5IaoCxxij .row {
  flex-direction: row-reverse;
}
.cid-v5IaoCxxij .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5IaoCxxij .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5IaoCxxij .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5IaoCxxij .mbr-section-title {
  color: #000000;
}
.cid-v5IaoCxxij .mbr-text,
.cid-v5IaoCxxij .mbr-section-btn {
  color: #232323;
}
.cid-v5IaYW9VjC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5IaYW9VjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IaYW9VjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IaYW9VjC .card-wrapper {
  background: #f7f7f7;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v5IaYW9VjC .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5IaYW9VjC .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5IaYW9VjC .row {
  justify-content: space-between;
}
.cid-v8IVdQWEy0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c67b2;
}
.cid-v8IVdQWEy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IVdQWEy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IVdQWEy0 .mbr-section-title {
  color: #ffffff;
}
.cid-v8IVdQWEy0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
.cid-v4pqu5MRmx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4pqu5MRmx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4pqu5MRmx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4pqu5MRmx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4pqu5MRmx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4pqu5MRmx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4pqu5MRmx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4pqu5MRmx .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v4pqu5MRmx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v4pqu5MRmx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqu5MRmx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4pqu5MRmx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4pqu5MRmx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4pqu5MRmx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqu5MRmx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4pqu5MRmx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4pqu5MRmx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4pqu5MRmx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4pqu5MRmx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4pqu5MRmx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqu5MRmx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqu5MRmx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v4pqu5MRmx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v4pqu5MRmx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4pqu5MRmx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4pqu5MRmx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4pqu5MRmx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v4pqu5MRmx .nav-item:focus,
.cid-v4pqu5MRmx .nav-link:focus {
  outline: none;
}
.cid-v4pqu5MRmx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4pqu5MRmx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4pqu5MRmx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4pqu5MRmx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4pqu5MRmx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4pqu5MRmx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4pqu5MRmx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4pqu5MRmx .navbar.opened {
  transition: all 0.25s;
}
.cid-v4pqu5MRmx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4pqu5MRmx .navbar .navbar-logo img {
  width: auto;
}
.cid-v4pqu5MRmx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4pqu5MRmx .navbar.collapsed {
  justify-content: center;
}
.cid-v4pqu5MRmx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4pqu5MRmx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4pqu5MRmx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4pqu5MRmx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4pqu5MRmx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4pqu5MRmx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4pqu5MRmx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4pqu5MRmx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4pqu5MRmx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqu5MRmx .navbar {
    min-height: 72px;
  }
  .cid-v4pqu5MRmx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4pqu5MRmx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4pqu5MRmx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4pqu5MRmx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4pqu5MRmx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4pqu5MRmx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4pqu5MRmx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4pqu5MRmx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4pqu5MRmx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4pqu5MRmx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqu5MRmx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4pqu5MRmx .dropdown-item.active,
.cid-v4pqu5MRmx .dropdown-item:active {
  background-color: transparent;
}
.cid-v4pqu5MRmx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4pqu5MRmx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4pqu5MRmx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4pqu5MRmx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4pqu5MRmx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4pqu5MRmx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4pqu5MRmx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4pqu5MRmx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4pqu5MRmx .navbar-buttons {
    text-align: left;
  }
}
.cid-v4pqu5MRmx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4pqu5MRmx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4pqu5MRmx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4pqu5MRmx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqu5MRmx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqu5MRmx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4pqu5MRmx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqu5MRmx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4pqu5MRmx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4pqu5MRmx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqu5MRmx .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v4pqu5MRmx .opacityScroll {
  background: #ffffff !important;
}
.cid-v4pqu5MRmx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4pqu5MRmx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4pqu5MRmx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4pqu5MRmx .navbar {
    height: 70px;
  }
  .cid-v4pqu5MRmx .navbar.opened {
    height: auto;
  }
  .cid-v4pqu5MRmx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4pqu5MRmx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4pqu5MRmx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4pqu5MRmx .navbar-brand {
    margin-right: auto;
  }
  .cid-v4pqu5MRmx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v4pqu5MRmx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4pqu5MRmx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4pqu5MRmx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqu5MRmx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4pqu5MRmx .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v4pqu5MRmx .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4pqu5MRmx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5IbNKtx6f {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-v5IbNKtx6f .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5IbNKtx6f {
    align-items: flex-end;
  }
  .cid-v5IbNKtx6f .row {
    justify-content: flex-start;
  }
  .cid-v5IbNKtx6f .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5IbNKtx6f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5IbNKtx6f {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5IbNKtx6f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5IbNKtx6f .content-wrap {
    width: 100%;
  }
}
.cid-v5IbNKtx6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IbNKtx6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IbNKtx6f .mbr-section-title,
.cid-v5IbNKtx6f .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v5IbNKtx6f .mbr-text,
.cid-v5IbNKtx6f .mbr-section-btn {
  text-align: left;
}
.cid-v5IbNKtx6f .mbr-section-title {
  color: #ffffff;
}
.cid-v5IbUCE9Il {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5IbUCE9Il .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IbUCE9Il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5IbUCE9Il .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5IbUCE9Il .row {
  flex-direction: row-reverse;
}
.cid-v5IbUCE9Il .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5IbUCE9Il .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5IbUCE9Il .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5IbUCE9Il .mbr-section-title {
  color: #000000;
}
.cid-v5IbUCE9Il .mbr-text,
.cid-v5IbUCE9Il .mbr-section-btn {
  color: #232323;
}
.cid-v5JxwZEIYE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5JxwZEIYE img,
.cid-v5JxwZEIYE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v5JxwZEIYE .item:focus,
.cid-v5JxwZEIYE span:focus {
  outline: none;
}
.cid-v5JxwZEIYE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5JxwZEIYE .item {
    margin-bottom: 1rem;
  }
}
.cid-v5JxwZEIYE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5JxwZEIYE .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JxwZEIYE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v5JxwZEIYE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5JxwZEIYE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v5JxwZEIYE .mbr-section-title {
  color: #000000;
}
.cid-v5JxwZEIYE .item-title {
  text-align: left;
}
.cid-v5JxwZEIYE .item-subtitle {
  text-align: left;
}
.cid-v5JxwZEIYE .mbr-text,
.cid-v5JxwZEIYE .item .mbr-section-btn {
  text-align: left;
}
.cid-v5JxwZEIYE .content-head {
  max-width: 800px;
}
.cid-v5JyeYqwyZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JyeYqwyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JyeYqwyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JyeYqwyZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JyeYqwyZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JyeYqwyZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JyeYqwyZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JyeYqwyZ .mbr-section-title {
  color: #000000;
}
.cid-v5JyeYqwyZ .mbr-text,
.cid-v5JyeYqwyZ .mbr-section-btn {
  color: #232323;
}
.cid-v5Jyi4Eu5e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5Jyi4Eu5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Jyi4Eu5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5Jyi4Eu5e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Jyi4Eu5e .row {
  flex-direction: row-reverse;
}
.cid-v5Jyi4Eu5e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5Jyi4Eu5e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Jyi4Eu5e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5Jyi4Eu5e .mbr-section-title {
  color: #000000;
}
.cid-v5Jyi4Eu5e .mbr-text,
.cid-v5Jyi4Eu5e .mbr-section-btn {
  color: #232323;
}
.cid-v5JyiUI9PE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JyiUI9PE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JyiUI9PE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JyiUI9PE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JyiUI9PE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JyiUI9PE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JyiUI9PE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JyiUI9PE .mbr-section-title {
  color: #000000;
}
.cid-v5JyiUI9PE .mbr-text,
.cid-v5JyiUI9PE .mbr-section-btn {
  color: #232323;
}
.cid-v5JyjPEkka {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5JyjPEkka .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JyjPEkka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JyjPEkka .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JyjPEkka .row {
  flex-direction: row-reverse;
}
.cid-v5JyjPEkka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JyjPEkka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JyjPEkka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JyjPEkka .mbr-section-title {
  color: #000000;
}
.cid-v5JyjPEkka .mbr-text,
.cid-v5JyjPEkka .mbr-section-btn {
  color: #232323;
}
.cid-v5Jz0vRPvS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5Jz0vRPvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Jz0vRPvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Jz0vRPvS .card-wrapper {
  background: #f7f7f7;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v5Jz0vRPvS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Jz0vRPvS .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5Jz0vRPvS .row {
  justify-content: space-between;
}
.cid-v8IXZawsDF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c67b2;
}
.cid-v8IXZawsDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IXZawsDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IXZawsDF .mbr-section-title {
  color: #ffffff;
}
.cid-v8IXZawsDF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
.cid-v4pqvM899N {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4pqvM899N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4pqvM899N .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4pqvM899N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4pqvM899N .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4pqvM899N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4pqvM899N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4pqvM899N .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v4pqvM899N .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v4pqvM899N .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqvM899N .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4pqvM899N .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4pqvM899N .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4pqvM899N .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqvM899N .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4pqvM899N .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4pqvM899N .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4pqvM899N .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4pqvM899N .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4pqvM899N .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqvM899N .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqvM899N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v4pqvM899N .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v4pqvM899N .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4pqvM899N .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4pqvM899N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4pqvM899N .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v4pqvM899N .nav-item:focus,
.cid-v4pqvM899N .nav-link:focus {
  outline: none;
}
.cid-v4pqvM899N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4pqvM899N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4pqvM899N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4pqvM899N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4pqvM899N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4pqvM899N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4pqvM899N .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4pqvM899N .navbar.opened {
  transition: all 0.25s;
}
.cid-v4pqvM899N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4pqvM899N .navbar .navbar-logo img {
  width: auto;
}
.cid-v4pqvM899N .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4pqvM899N .navbar.collapsed {
  justify-content: center;
}
.cid-v4pqvM899N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4pqvM899N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4pqvM899N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4pqvM899N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4pqvM899N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4pqvM899N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4pqvM899N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4pqvM899N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4pqvM899N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqvM899N .navbar {
    min-height: 72px;
  }
  .cid-v4pqvM899N .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4pqvM899N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4pqvM899N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4pqvM899N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4pqvM899N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4pqvM899N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4pqvM899N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4pqvM899N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4pqvM899N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4pqvM899N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqvM899N .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4pqvM899N .dropdown-item.active,
.cid-v4pqvM899N .dropdown-item:active {
  background-color: transparent;
}
.cid-v4pqvM899N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4pqvM899N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4pqvM899N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4pqvM899N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4pqvM899N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4pqvM899N .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4pqvM899N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4pqvM899N .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4pqvM899N .navbar-buttons {
    text-align: left;
  }
}
.cid-v4pqvM899N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4pqvM899N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4pqvM899N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4pqvM899N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqvM899N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqvM899N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4pqvM899N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqvM899N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4pqvM899N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4pqvM899N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqvM899N .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v4pqvM899N .opacityScroll {
  background: #ffffff !important;
}
.cid-v4pqvM899N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4pqvM899N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4pqvM899N .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4pqvM899N .navbar {
    height: 70px;
  }
  .cid-v4pqvM899N .navbar.opened {
    height: auto;
  }
  .cid-v4pqvM899N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4pqvM899N .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4pqvM899N .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4pqvM899N .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4pqvM899N .navbar-brand {
    margin-right: auto;
  }
  .cid-v4pqvM899N .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v4pqvM899N .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4pqvM899N .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4pqvM899N .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4pqvM899N .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqvM899N .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4pqvM899N .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v4pqvM899N .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4pqvM899N .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4pvRnE9Fz {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-v4pvRnE9Fz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4pvRnE9Fz {
    align-items: flex-end;
  }
  .cid-v4pvRnE9Fz .row {
    justify-content: flex-start;
  }
  .cid-v4pvRnE9Fz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4pvRnE9Fz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4pvRnE9Fz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4pvRnE9Fz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4pvRnE9Fz .content-wrap {
    width: 100%;
  }
}
.cid-v4pvRnE9Fz .mbr-section-title,
.cid-v4pvRnE9Fz .mbr-section-subtitle {
  text-align: center;
}
.cid-v4pvRnE9Fz .mbr-text,
.cid-v4pvRnE9Fz .mbr-section-btn {
  text-align: center;
}
.cid-v4pvRnE9Fz .mbr-section-title {
  text-align: left;
}
.cid-v4pvRnE9Fz .mbr-section-subtitle {
  text-align: left;
}
.cid-v4pyV38Lpq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v4pyV38Lpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pyV38Lpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pyV38Lpq .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v4pyV38Lpq .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4pyV38Lpq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4pyV38Lpq .card-wrapper {
    padding: 4rem;
  }
}
.cid-v4pyV38Lpq .mbr-text,
.cid-v4pyV38Lpq .mbr-section-btn {
  text-align: center;
}
.cid-v5JAlMyRDQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JAlMyRDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JAlMyRDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JAlMyRDQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JAlMyRDQ .row {
  flex-direction: row-reverse;
}
.cid-v5JAlMyRDQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JAlMyRDQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JAlMyRDQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JAlMyRDQ .mbr-section-title {
  color: #000000;
}
.cid-v5JAlMyRDQ .mbr-text,
.cid-v5JAlMyRDQ .mbr-section-btn {
  color: #232323;
}
.cid-v5JAmMdrLT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5JAmMdrLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JAmMdrLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JAmMdrLT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JAmMdrLT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JAmMdrLT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JAmMdrLT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JAmMdrLT .mbr-section-title {
  color: #000000;
}
.cid-v5JAmMdrLT .mbr-text,
.cid-v5JAmMdrLT .mbr-section-btn {
  color: #232323;
}
.cid-v5JAnqWBRg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JAnqWBRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JAnqWBRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JAnqWBRg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JAnqWBRg .row {
  flex-direction: row-reverse;
}
.cid-v5JAnqWBRg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JAnqWBRg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JAnqWBRg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JAnqWBRg .mbr-section-title {
  color: #000000;
}
.cid-v5JAnqWBRg .mbr-text,
.cid-v5JAnqWBRg .mbr-section-btn {
  color: #232323;
}
.cid-v4pzxSrg1L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4pzxSrg1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pzxSrg1L .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v4pzxSrg1L .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4pzxSrg1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pzxSrg1L .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #1c67b2;
  height: 80px;
  border-radius: 50%;
}
.cid-v4pzxSrg1L .card-title,
.cid-v4pzxSrg1L .iconfont-wrapper,
.cid-v4pzxSrg1L .card-text {
  color: #000000;
  text-align: center;
}
.cid-v4pzxSrg1L .content-head {
  max-width: 800px;
}
.cid-v4pzxSrg1L .mbr-section-title {
  color: #000000;
}
.cid-v4pzxSrg1L .mbr-section-btn {
  text-align: center;
}
.cid-v4pCZXwcZ6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v4pCZXwcZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pCZXwcZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4pCZXwcZ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4pCZXwcZ6 .row {
  flex-direction: row-reverse;
}
.cid-v4pCZXwcZ6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4pCZXwcZ6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4pCZXwcZ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4pCZXwcZ6 .mbr-section-title {
  color: #000000;
}
.cid-v4pCZXwcZ6 .mbr-text,
.cid-v4pCZXwcZ6 .mbr-section-btn {
  color: #232323;
}
.cid-v4pD18Hygj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v4pD18Hygj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pD18Hygj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4pD18Hygj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4pD18Hygj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4pD18Hygj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4pD18Hygj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4pD18Hygj .mbr-section-title {
  color: #000000;
}
.cid-v4pD18Hygj .mbr-text,
.cid-v4pD18Hygj .mbr-section-btn {
  color: #000000;
}
.cid-v8J0MsrFn8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c67b2;
}
.cid-v8J0MsrFn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8J0MsrFn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8J0MsrFn8 .mbr-section-title {
  color: #ffffff;
}
.cid-v8J0MsrFn8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
.cid-v4pqxPLSKT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4pqxPLSKT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4pqxPLSKT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4pqxPLSKT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4pqxPLSKT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4pqxPLSKT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4pqxPLSKT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4pqxPLSKT .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v4pqxPLSKT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v4pqxPLSKT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqxPLSKT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4pqxPLSKT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4pqxPLSKT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4pqxPLSKT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqxPLSKT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4pqxPLSKT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4pqxPLSKT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4pqxPLSKT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4pqxPLSKT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4pqxPLSKT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqxPLSKT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqxPLSKT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v4pqxPLSKT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v4pqxPLSKT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4pqxPLSKT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4pqxPLSKT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4pqxPLSKT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v4pqxPLSKT .nav-item:focus,
.cid-v4pqxPLSKT .nav-link:focus {
  outline: none;
}
.cid-v4pqxPLSKT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4pqxPLSKT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4pqxPLSKT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4pqxPLSKT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4pqxPLSKT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4pqxPLSKT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4pqxPLSKT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4pqxPLSKT .navbar.opened {
  transition: all 0.25s;
}
.cid-v4pqxPLSKT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4pqxPLSKT .navbar .navbar-logo img {
  width: auto;
}
.cid-v4pqxPLSKT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4pqxPLSKT .navbar.collapsed {
  justify-content: center;
}
.cid-v4pqxPLSKT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4pqxPLSKT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4pqxPLSKT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4pqxPLSKT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4pqxPLSKT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4pqxPLSKT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4pqxPLSKT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4pqxPLSKT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4pqxPLSKT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqxPLSKT .navbar {
    min-height: 72px;
  }
  .cid-v4pqxPLSKT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4pqxPLSKT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4pqxPLSKT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4pqxPLSKT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4pqxPLSKT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4pqxPLSKT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4pqxPLSKT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4pqxPLSKT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4pqxPLSKT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4pqxPLSKT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqxPLSKT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4pqxPLSKT .dropdown-item.active,
.cid-v4pqxPLSKT .dropdown-item:active {
  background-color: transparent;
}
.cid-v4pqxPLSKT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4pqxPLSKT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4pqxPLSKT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4pqxPLSKT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4pqxPLSKT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4pqxPLSKT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4pqxPLSKT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4pqxPLSKT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4pqxPLSKT .navbar-buttons {
    text-align: left;
  }
}
.cid-v4pqxPLSKT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4pqxPLSKT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4pqxPLSKT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4pqxPLSKT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqxPLSKT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqxPLSKT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4pqxPLSKT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqxPLSKT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4pqxPLSKT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4pqxPLSKT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqxPLSKT .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v4pqxPLSKT .opacityScroll {
  background: #ffffff !important;
}
.cid-v4pqxPLSKT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4pqxPLSKT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4pqxPLSKT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4pqxPLSKT .navbar {
    height: 70px;
  }
  .cid-v4pqxPLSKT .navbar.opened {
    height: auto;
  }
  .cid-v4pqxPLSKT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4pqxPLSKT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4pqxPLSKT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4pqxPLSKT .navbar-brand {
    margin-right: auto;
  }
  .cid-v4pqxPLSKT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v4pqxPLSKT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4pqxPLSKT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4pqxPLSKT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqxPLSKT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4pqxPLSKT .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v4pqxPLSKT .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4pqxPLSKT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4prbbQBlu {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-32.jpg");
}
.cid-v4prbbQBlu .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-v4prbbQBlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4prbbQBlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4prbbQBlu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v4prbbQBlu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v4prbbQBlu {
    align-items: center;
  }
  .cid-v4prbbQBlu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4prbbQBlu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4prbbQBlu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v4prbbQBlu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4prbbQBlu .content-wrap {
    width: 100%;
  }
}
.cid-v4prbbQBlu .mbr-section-title {
  text-align: left;
}
.cid-v4prbbQBlu .mbr-text,
.cid-v4prbbQBlu .mbr-section-btn {
  text-align: center;
}
.cid-v4prHs0I58 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4prHs0I58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4prHs0I58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4prHs0I58 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4prHs0I58 .row {
  flex-direction: row-reverse;
}
.cid-v4prHs0I58 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4prHs0I58 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4prHs0I58 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4prHs0I58 .mbr-section-title {
  color: #000000;
}
.cid-v4prHs0I58 .mbr-text,
.cid-v4prHs0I58 .mbr-section-btn {
  color: #232323;
}
.cid-v4prIn9kI4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v4prIn9kI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4prIn9kI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4prIn9kI4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4prIn9kI4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4prIn9kI4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4prIn9kI4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4prIn9kI4 .mbr-section-title {
  color: #000000;
}
.cid-v4prIn9kI4 .mbr-text,
.cid-v4prIn9kI4 .mbr-section-btn {
  color: #232323;
}
.cid-v8J1E0SQx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c67b2;
}
.cid-v8J1E0SQx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8J1E0SQx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8J1E0SQx1 .mbr-section-title {
  color: #ffffff;
}
.cid-v8J1E0SQx1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
.cid-v4pqzj92D1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4pqzj92D1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4pqzj92D1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4pqzj92D1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4pqzj92D1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4pqzj92D1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4pqzj92D1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4pqzj92D1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v4pqzj92D1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v4pqzj92D1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqzj92D1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4pqzj92D1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4pqzj92D1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4pqzj92D1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v4pqzj92D1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4pqzj92D1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4pqzj92D1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4pqzj92D1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4pqzj92D1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4pqzj92D1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqzj92D1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqzj92D1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v4pqzj92D1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v4pqzj92D1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4pqzj92D1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4pqzj92D1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4pqzj92D1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v4pqzj92D1 .nav-item:focus,
.cid-v4pqzj92D1 .nav-link:focus {
  outline: none;
}
.cid-v4pqzj92D1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4pqzj92D1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4pqzj92D1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4pqzj92D1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4pqzj92D1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4pqzj92D1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4pqzj92D1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4pqzj92D1 .navbar.opened {
  transition: all 0.25s;
}
.cid-v4pqzj92D1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4pqzj92D1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4pqzj92D1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4pqzj92D1 .navbar.collapsed {
  justify-content: center;
}
.cid-v4pqzj92D1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4pqzj92D1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4pqzj92D1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4pqzj92D1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4pqzj92D1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4pqzj92D1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4pqzj92D1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4pqzj92D1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4pqzj92D1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4pqzj92D1 .navbar {
    min-height: 72px;
  }
  .cid-v4pqzj92D1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4pqzj92D1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4pqzj92D1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4pqzj92D1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4pqzj92D1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4pqzj92D1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4pqzj92D1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4pqzj92D1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4pqzj92D1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4pqzj92D1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4pqzj92D1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4pqzj92D1 .dropdown-item.active,
.cid-v4pqzj92D1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4pqzj92D1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4pqzj92D1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4pqzj92D1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4pqzj92D1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4pqzj92D1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4pqzj92D1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4pqzj92D1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4pqzj92D1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4pqzj92D1 .navbar-buttons {
    text-align: left;
  }
}
.cid-v4pqzj92D1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4pqzj92D1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4pqzj92D1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4pqzj92D1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqzj92D1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4pqzj92D1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4pqzj92D1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqzj92D1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4pqzj92D1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4pqzj92D1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4pqzj92D1 .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v4pqzj92D1 .opacityScroll {
  background: #ffffff !important;
}
.cid-v4pqzj92D1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4pqzj92D1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4pqzj92D1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4pqzj92D1 .navbar {
    height: 70px;
  }
  .cid-v4pqzj92D1 .navbar.opened {
    height: auto;
  }
  .cid-v4pqzj92D1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4pqzj92D1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4pqzj92D1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4pqzj92D1 .navbar-brand {
    margin-right: auto;
  }
  .cid-v4pqzj92D1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v4pqzj92D1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4pqzj92D1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4pqzj92D1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4pqzj92D1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4pqzj92D1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v4pqzj92D1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4pqzj92D1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5JD3a5RKI {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/msp1-website-banner-1.png");
}
.cid-v5JD3a5RKI .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5JD3a5RKI {
    align-items: flex-end;
  }
  .cid-v5JD3a5RKI .row {
    justify-content: flex-start;
  }
  .cid-v5JD3a5RKI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5JD3a5RKI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5JD3a5RKI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5JD3a5RKI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5JD3a5RKI .content-wrap {
    width: 100%;
  }
}
.cid-v5JD3a5RKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JD3a5RKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JD3a5RKI .mbr-section-title,
.cid-v5JD3a5RKI .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v5JD3a5RKI .mbr-text,
.cid-v5JD3a5RKI .mbr-section-btn {
  text-align: left;
}
.cid-v5JD3a5RKI .mbr-section-title {
  color: #ffffff;
}
.cid-v5JDsP6RVe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JDsP6RVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JDsP6RVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JDsP6RVe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JDsP6RVe .row {
  flex-direction: row-reverse;
}
.cid-v5JDsP6RVe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JDsP6RVe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JDsP6RVe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JDsP6RVe .mbr-section-title {
  color: #000000;
}
.cid-v5JDsP6RVe .mbr-text,
.cid-v5JDsP6RVe .mbr-section-btn {
  color: #232323;
}
.cid-v5JDOV3V4Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5JDOV3V4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JDOV3V4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JDOV3V4Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JDOV3V4Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JDOV3V4Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JDOV3V4Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JDOV3V4Y .mbr-section-title {
  color: #000000;
}
.cid-v5JDOV3V4Y .mbr-text,
.cid-v5JDOV3V4Y .mbr-section-btn {
  color: #232323;
}
.cid-v5JE0zotUK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v5JE0zotUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JE0zotUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JE0zotUK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JE0zotUK .row {
  flex-direction: row-reverse;
}
.cid-v5JE0zotUK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JE0zotUK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JE0zotUK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JE0zotUK .mbr-section-title {
  color: #000000;
}
.cid-v5JE0zotUK .mbr-text,
.cid-v5JE0zotUK .mbr-section-btn {
  color: #000000;
}
.cid-v5JEdZkHWT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5JEdZkHWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JEdZkHWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JEdZkHWT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JEdZkHWT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JEdZkHWT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JEdZkHWT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JEdZkHWT .mbr-section-title {
  color: #000000;
}
.cid-v5JEdZkHWT .mbr-text,
.cid-v5JEdZkHWT .mbr-section-btn {
  color: #232323;
}
.cid-v5JEvUop6D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JEvUop6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JEvUop6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JEvUop6D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JEvUop6D .row {
  flex-direction: row-reverse;
}
.cid-v5JEvUop6D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JEvUop6D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JEvUop6D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JEvUop6D .mbr-section-title {
  color: #000000;
}
.cid-v5JEvUop6D .mbr-text,
.cid-v5JEvUop6D .mbr-section-btn {
  color: #232323;
}
.cid-v5JEmXxcRn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5JEmXxcRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JEmXxcRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5JEmXxcRn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5JEmXxcRn .row {
  flex-direction: row-reverse;
}
.cid-v5JEmXxcRn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5JEmXxcRn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JEmXxcRn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5JEmXxcRn .mbr-section-title {
  color: #000000;
}
.cid-v5JEmXxcRn .mbr-text,
.cid-v5JEmXxcRn .mbr-section-btn {
  color: #232323;
}
.cid-v5JELlc9JX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JELlc9JX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JELlc9JX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JELlc9JX .card-wrapper {
  background: #f7f7f7;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v5JELlc9JX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JELlc9JX .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5JELlc9JX .row {
  justify-content: space-between;
}
.cid-v8J2IraB4G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c67b2;
}
.cid-v8J2IraB4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8J2IraB4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8J2IraB4G .mbr-section-title {
  color: #ffffff;
}
.cid-v8J2IraB4G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
.cid-v6FT1Wo5WE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6FT1Wo5WE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v6FT1Wo5WE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6FT1Wo5WE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6FT1Wo5WE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v6FT1Wo5WE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6FT1Wo5WE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6FT1Wo5WE .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v6FT1Wo5WE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v6FT1Wo5WE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v6FT1Wo5WE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v6FT1Wo5WE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6FT1Wo5WE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6FT1Wo5WE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v6FT1Wo5WE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v6FT1Wo5WE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v6FT1Wo5WE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6FT1Wo5WE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v6FT1Wo5WE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v6FT1Wo5WE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6FT1Wo5WE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6FT1Wo5WE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v6FT1Wo5WE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v6FT1Wo5WE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6FT1Wo5WE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v6FT1Wo5WE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6FT1Wo5WE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-v6FT1Wo5WE .nav-item:focus,
.cid-v6FT1Wo5WE .nav-link:focus {
  outline: none;
}
.cid-v6FT1Wo5WE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6FT1Wo5WE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6FT1Wo5WE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6FT1Wo5WE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6FT1Wo5WE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6FT1Wo5WE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6FT1Wo5WE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6FT1Wo5WE .navbar.opened {
  transition: all 0.25s;
}
.cid-v6FT1Wo5WE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6FT1Wo5WE .navbar .navbar-logo img {
  width: auto;
}
.cid-v6FT1Wo5WE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6FT1Wo5WE .navbar.collapsed {
  justify-content: center;
}
.cid-v6FT1Wo5WE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6FT1Wo5WE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6FT1Wo5WE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6FT1Wo5WE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6FT1Wo5WE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6FT1Wo5WE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6FT1Wo5WE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6FT1Wo5WE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6FT1Wo5WE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6FT1Wo5WE .navbar {
    min-height: 72px;
  }
  .cid-v6FT1Wo5WE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6FT1Wo5WE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6FT1Wo5WE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6FT1Wo5WE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6FT1Wo5WE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6FT1Wo5WE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6FT1Wo5WE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6FT1Wo5WE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6FT1Wo5WE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6FT1Wo5WE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6FT1Wo5WE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6FT1Wo5WE .dropdown-item.active,
.cid-v6FT1Wo5WE .dropdown-item:active {
  background-color: transparent;
}
.cid-v6FT1Wo5WE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6FT1Wo5WE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6FT1Wo5WE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6FT1Wo5WE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v6FT1Wo5WE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v6FT1Wo5WE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6FT1Wo5WE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6FT1Wo5WE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6FT1Wo5WE .navbar-buttons {
    text-align: left;
  }
}
.cid-v6FT1Wo5WE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6FT1Wo5WE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v6FT1Wo5WE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6FT1Wo5WE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6FT1Wo5WE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6FT1Wo5WE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6FT1Wo5WE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6FT1Wo5WE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6FT1Wo5WE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6FT1Wo5WE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6FT1Wo5WE .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
}
.cid-v6FT1Wo5WE .opacityScroll {
  background: #ffffff !important;
}
.cid-v6FT1Wo5WE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6FT1Wo5WE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6FT1Wo5WE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6FT1Wo5WE .navbar {
    height: 70px;
  }
  .cid-v6FT1Wo5WE .navbar.opened {
    height: auto;
  }
  .cid-v6FT1Wo5WE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6FT1Wo5WE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6FT1Wo5WE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6FT1Wo5WE .navbar-brand {
    margin-right: auto;
  }
  .cid-v6FT1Wo5WE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v6FT1Wo5WE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6FT1Wo5WE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6FT1Wo5WE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v6FT1Wo5WE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6FT1Wo5WE .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v6FT1Wo5WE .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v6FT1Wo5WE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6FT1WGRvv {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #1c67b2;
}
.cid-v6FT1WGRvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FT1WGRvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6FT1WGRvv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v6FT1WGRvv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v6FT1WGRvv {
    align-items: center;
  }
  .cid-v6FT1WGRvv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6FT1WGRvv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6FT1WGRvv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6FT1WGRvv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v6FT1WGRvv .content-wrap {
    width: 100%;
  }
}
.cid-v6FT1WGRvv .mbr-section-title {
  text-align: center;
}
.cid-v6FT1WGRvv .mbr-text,
.cid-v6FT1WGRvv .mbr-section-btn {
  text-align: center;
}
.cid-v6FT1WQ02m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v6FT1WQ02m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FT1WQ02m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6FT1WQ02m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6FT1WQ02m .row {
  flex-direction: row-reverse;
}
.cid-v6FT1WQ02m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6FT1WQ02m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v6FT1WQ02m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v6FT1WQ02m .mbr-section-title {
  color: #000000;
}
.cid-v6FT1WQ02m .mbr-text,
.cid-v6FT1WQ02m .mbr-section-btn {
  color: #232323;
}
.cid-v6FT1WZaBe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v6FT1WZaBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FT1WZaBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6FT1WZaBe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6FT1WZaBe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6FT1WZaBe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v6FT1WZaBe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v6FT1WZaBe .mbr-section-title {
  color: #000000;
}
.cid-v6FT1WZaBe .mbr-text,
.cid-v6FT1WZaBe .mbr-section-btn {
  color: #232323;
}
.cid-v6FT1X9EPf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v6FT1X9EPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FT1X9EPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6FT1X9EPf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6FT1X9EPf .row {
  flex-direction: row-reverse;
}
.cid-v6FT1X9EPf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6FT1X9EPf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v6FT1X9EPf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v6FT1X9EPf .mbr-section-title {
  color: #000000;
}
.cid-v6FT1X9EPf .mbr-text,
.cid-v6FT1X9EPf .mbr-section-btn {
  color: #232323;
}
.cid-v6FT1XiXpt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v6FT1XiXpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FT1XiXpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6FT1XiXpt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6FT1XiXpt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6FT1XiXpt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v6FT1XiXpt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v6FT1XiXpt .mbr-section-title {
  color: #000000;
}
.cid-v6FT1XiXpt .mbr-text,
.cid-v6FT1XiXpt .mbr-section-btn {
  color: #000000;
}
.cid-v8FiNOHHsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v8FiNOHHsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FiNOHHsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FiNOHHsg .content-wrap {
  padding: 60px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v8FiNOHHsg .content-wrap .row {
  justify-content: center;
}
.cid-v8FiNOHHsg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v8FiNOHHsg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .nav-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:hover,
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:focus {
  color: #1c67b2;
}
.cid-v8FiNOHHsg .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FiNOHHsg .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FiNOHHsg .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8FiNOHHsg .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v8FiNOHHsg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #1c67b2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v8FiNOHHsg .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-v8FiNOHHsg .mbr-section-title {
  color: #ed463f;
}
.cid-v8FiNOHHsg .mbr-section-subtitle {
  color: #404349;
}
.cid-v8FiNOHHsg .list {
  color: #404349;
}
.cid-v8FiNOHHsg .mbr-section-title,
.cid-v8FiNOHHsg .title-wrapper {
  color: #1c67b2;
}
