.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #2b2e83 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #2b2e83 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2b2e83 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #692a8c !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #692a8c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #692a8c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b2e83;
  color: #2b2e83;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #161742 !important;
  background-color: transparent !important;
  border-color: #161742 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2b2e83 !important;
  background-color: #2b2e83 !important;
  border-color: #2b2e83 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b2b2b2;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: #878787 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #692a8c;
  color: #692a8c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #371649 !important;
  background-color: transparent !important;
  border-color: #371649 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #692a8c !important;
  background-color: #692a8c !important;
  border-color: #692a8c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49923a;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: #2a5421 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0746c0;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: #04286c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4433;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: #db1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !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 {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !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 {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2b2e83 !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #692a8c !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #121336 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e123e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2b2e83;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #692a8c;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #ff4433;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b2e83;
  border-color: #2b2e83;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b2e83;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6266cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aa65d1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #2b2e83 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2b2e83;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b2e83;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b2e83;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b2e83;
  border-bottom-color: #2b2e83;
}
.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: #2b2e83 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b2b2b2 !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='%232b2e83' %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.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHA05yDHTZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/366223638-763676552432153-4366572850817225101-n-1200x628.jpg");
}
@media (min-width: 992px) {
  .cid-sHA05yDHTZ .carousel {
    min-height: 800px;
  }
  .cid-sHA05yDHTZ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
  .cid-sHA05yDHTZ .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.cid-sHA05yDHTZ .carousel-fade .active.carousel-item-left,
.cid-sHA05yDHTZ .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-sHA05yDHTZ .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sHA05yDHTZ .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sHA05yDHTZ .carousel {
    min-height: 520px;
  }
  .cid-sHA05yDHTZ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sHA05yDHTZ .carousel {
    min-height: 440px;
  }
  .cid-sHA05yDHTZ .carousel .right-side {
    margin-top: 30px;
  }
  .cid-sHA05yDHTZ .carousel .container {
    padding: 0 15px;
  }
  .cid-sHA05yDHTZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sHA05yDHTZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sHA05yDHTZ .carousel,
.cid-sHA05yDHTZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHA05yDHTZ .carousel-caption {
  bottom: 40px;
}
.cid-sHA05yDHTZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sHA05yDHTZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sHA05yDHTZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
}
.cid-sHA05yDHTZ .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-sHA05yDHTZ .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHA05yDHTZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHA05yDHTZ .left-side {
  text-align: left;
}
.cid-sHA05yDHTZ .row {
  align-items: center;
}
.cid-sHA05yDHTZ .carousel-item {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sHA05yDHTZ .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sHA05yDHTZ .carousel-control.carousel-control-next {
    right: -50px;
    bottom: 100px;
    display: none;
  }
  .cid-sHA05yDHTZ .carousel-control.carousel-control-prev {
    left: -50px;
    bottom: 100px;
    display: none;
  }
  .cid-sHA05yDHTZ .carousel {
    margin-top: 25px;
  }
}
.cid-sHA05yDHTZ .button-align {
  width: 100%;
}
.cid-sHA05yDHTZ .carousel-item.active {
  justify-content: center;
}
.cid-sHA05yDHTZ .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHA05yDHTZ .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHA05yDHTZ .btn-white {
  color: #000000 !important;
}
.cid-sHA05yDHTZ .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHA05yDHTZ rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  stroke: currentColor;
  transform-origin: right;
  fill: #2b2e83;
}
.cid-sHA05yDHTZ polygon {
  fill: #2b2e83;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.cid-sHA05yDHTZ .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHA05yDHTZ .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHA05yDHTZ .swiper-left:hover rect {
  fill: #2b2e83;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHA05yDHTZ .swiper-left:hover polygon {
  fill: #2b2e83;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHA05yDHTZ .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHA05yDHTZ .swiper-right:hover rect {
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHA05yDHTZ .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHA05yDHTZ .container {
  max-width: 1300px;
  margin: auto;
  padding: 0 50px;
}
.cid-sHA05yDHTZ .mbr-section-subtitle {
  margin-bottom: 5px;
  font-weight: 700;
  color: #000000;
}
.cid-sHA05yDHTZ .mbr-section-title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #2b2e83;
}
.cid-sHA05yDHTZ .mbr-text {
  font-weight: 500;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-sHA05yDHTZ .mbr-section-btn {
  margin: 0;
}
.cid-sHA05yDHTZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 990px) {
  .cid-sHA05yDHTZ .carousel-control.carousel-control-prev {
    left: -70px;
  }
  .cid-sHA05yDHTZ .carousel-control.carousel-control-next {
    right: -70px;
  }
  .cid-sHA05yDHTZ .carousel-inner {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 770px) {
  .cid-sHA05yDHTZ .carousel-control.carousel-control-prev {
    top: 47%;
  }
  .cid-sHA05yDHTZ .carousel-control.carousel-control-next {
    top: 47%;
  }
  .cid-sHA05yDHTZ .container,
  .cid-sHA05yDHTZ .container-fluid {
    padding: 0;
  }
  .cid-sHA05yDHTZ .mbr-section-btn {
    display: none;
  }
  .cid-sHA05yDHTZ .mbr-text {
    display: none;
  }
  .cid-sHA05yDHTZ .mbr-section-subtitle {
    display: none;
  }
  .cid-sHA05yDHTZ .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-sHA05yDHTZ .carousel-item,
.cid-sHA05yDHTZ .carousel-fade .active.carousel-item-left,
.cid-sHA05yDHTZ .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-sHA05yDHTZ .carousel-item.active.carousel-item-start .left-side,
.cid-sHA05yDHTZ .carousel-item.active.carousel-item-end .left-side {
  transition: .6s;
  opacity: 0;
}
.cid-sHA05yDHTZ .mbr-text,
.cid-sHA05yDHTZ .button-align {
  color: #2b2e83;
}
.cid-uwLhUMUJtR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwLhUMUJtR .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-uwLhUMUJtR .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-uwLhUMUJtR .item-wrapper:hover {
  cursor: pointer;
}
.cid-uwLhUMUJtR .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uwLhUMUJtR .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #2b2e83;
  width: 100%;
  text-align: center;
}
.cid-uwLhUMUJtR .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-uwLhUMUJtR a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uwLhUMUJtR rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uwLhUMUJtR .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uwLhUMUJtR svg {
  margin-left: 15px;
}
.cid-uwLhUMUJtR path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uwLhUMUJtR .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uwLhUMUJtR .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uwLhUMUJtR .link {
  margin-top: 26px;
}
.cid-uwLhUMUJtR img {
  margin-bottom: 29px;
}
.cid-uwLhUMUJtR .date {
  font-weight: 700;
  margin-bottom: 13px;
  color: #2b2e83;
}
@media (max-width: 770px) {
  .cid-uwLhUMUJtR .top {
    margin-top: 60px;
  }
}
.cid-uwLhUMUJtR .link a {
  background-image: none !important;
}
.cid-sHA0gLXi0d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/365965975-769200635213078-1623432934520027093-n-1200x628.jpg");
}
.cid-sHA0gLXi0d .item-wrapper {
  width: 100%;
}
.cid-sHA0gLXi0d .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
}
.cid-sHA0gLXi0d .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHA0gLXi0d .title {
  font-weight: 700;
  color: #000000;
}
.cid-sHA0gLXi0d .link {
  margin-top: 29px;
}
.cid-sHA0gLXi0d .col-auto {
  display: inline-block;
}
.cid-sHA0gLXi0d .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHA0gLXi0d .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHA0gLXi0d .container-fluid {
  padding: 0;
}
.cid-sHA0gLXi0d .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHA0gLXi0d .right-side {
  padding-left: 0;
}
.cid-sHA0gLXi0d .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sHA0gLXi0d .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sHA0gLXi0d .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sHA0gLXi0d .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHA0gLXi0d .right-side {
    padding: 0px;
  }
}
.cid-sHA0gLXi0d a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHA0gLXi0d rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHA0gLXi0d .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHA0gLXi0d svg {
  margin-left: 15px;
}
.cid-sHA0gLXi0d path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHA0gLXi0d .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHA0gLXi0d .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHA0gLXi0d .mbr-text,
.cid-sHA0gLXi0d .link {
  color: #000000;
}
.cid-sHA0cHqnqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHA0cHqnqh img {
  padding: 5px;
  margin: auto;
  max-width: 100px;
  transition: all .3s;
  filter: grayscale(1) contrast(2) invert(0.7);
}
.cid-sHA0cHqnqh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
.cid-sHA0cHqnqh .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}
.cid-sHA0cHqnqh .mbr-text {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHA0cHqnqh img:hover {
  filter: grayscale(1) contrast(2) invert(0);
  transition: all .3s;
}
.cid-sHA0cHqnqh .col-auto {
  display: inline;
}
@media (max-width: 680px) {
  .cid-sHA0cHqnqh .card {
    width: 100%;
    margin: auto;
  }
}
.cid-sHA0kpnqxi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sHA0kpnqxi .link {
  margin-top: 30px;
}
.cid-sHA0kpnqxi .date {
  margin: 29px 0 14px;
  color: #2b2e83;
  font-weight: 700;
  text-align: center;
}
.cid-sHA0kpnqxi .mbr-section-title {
  color: #2b2e83;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.cid-sHA0kpnqxi .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sHA0kpnqxi .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHA0kpnqxi .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-sHA0kpnqxi .header {
    margin-bottom: 20px;
  }
  .cid-sHA0kpnqxi .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-sHA0kpnqxi .link {
    margin-bottom: 40px;
  }
}
.cid-sHA0kpnqxi .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-sHA0kpnqxi .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #2b2e83;
  text-align: center;
}
.cid-sHA0kpnqxi .item {
  position: relative;
}
.cid-sHA0kpnqxi .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #1d1d1f;
  display: flex;
  align-items: center;
}
.cid-sHA0kpnqxi .padd {
  padding: 0 20px;
}
.cid-sHA0kpnqxi a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHA0kpnqxi rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHA0kpnqxi .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHA0kpnqxi svg {
  margin-left: 15px;
}
.cid-sHA0kpnqxi path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHA0kpnqxi .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHA0kpnqxi .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-sHA0kpnqxi .top {
    margin-top: 40px;
  }
}
.cid-sHA0kpnqxi .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-sHA0kpnqxi .card-heading,
.cid-sHA0kpnqxi .link {
  color: #2b2e83;
}
.cid-uwLaDgCLMk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwLaDgCLMk img {
  padding: 5px;
  margin: auto;
  max-width: 100px;
  transition: all .3s;
  filter: grayscale(1) contrast(2) invert(0.7);
}
.cid-uwLaDgCLMk .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
.cid-uwLaDgCLMk .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}
.cid-uwLaDgCLMk .mbr-text {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uwLaDgCLMk img:hover {
  filter: grayscale(1) contrast(2) invert(0);
  transition: all .3s;
}
.cid-uwLaDgCLMk .col-auto {
  display: inline;
}
@media (max-width: 680px) {
  .cid-uwLaDgCLMk .card {
    width: 100%;
    margin: auto;
  }
}
.cid-uwL4IkQotJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/367471844-767847675348374-438087925275843300-n-1200x628.jpeg");
}
.cid-uwL4IkQotJ .link {
  margin-top: 30px;
}
.cid-uwL4IkQotJ .date {
  margin: 29px 0 14px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.cid-uwL4IkQotJ .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.cid-uwL4IkQotJ .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-uwL4IkQotJ .link a {
  background-image: none !important;
}
.cid-uwL4IkQotJ .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-uwL4IkQotJ .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-uwL4IkQotJ .header {
    margin-bottom: 20px;
  }
  .cid-uwL4IkQotJ .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-uwL4IkQotJ .link {
    margin-bottom: 40px;
  }
}
.cid-uwL4IkQotJ .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-uwL4IkQotJ .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  text-align: center;
}
.cid-uwL4IkQotJ .item {
  position: relative;
}
.cid-uwL4IkQotJ .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-uwL4IkQotJ .padd {
  padding: 0 20px;
}
.cid-uwL4IkQotJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uwL4IkQotJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uwL4IkQotJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uwL4IkQotJ svg {
  margin-left: 15px;
}
.cid-uwL4IkQotJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uwL4IkQotJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uwL4IkQotJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-uwL4IkQotJ .top {
    margin-top: 40px;
  }
}
.cid-uwL4IkQotJ .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-uwL3LhP9ul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwL3LhP9ul img {
  padding: 5px;
  margin: auto;
  max-width: 100px;
  transition: all .3s;
  filter: grayscale(1) contrast(2) invert(0.7);
}
.cid-uwL3LhP9ul .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
.cid-uwL3LhP9ul .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}
.cid-uwL3LhP9ul .mbr-text {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uwL3LhP9ul img:hover {
  filter: grayscale(1) contrast(2) invert(0);
  transition: all .3s;
}
.cid-uwL3LhP9ul .col-auto {
  display: inline;
}
@media (max-width: 680px) {
  .cid-uwL3LhP9ul .card {
    width: 100%;
    margin: auto;
  }
}
.cid-sHA07HiMQV {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/back-1134x680.jpg");
}
.cid-sHA07HiMQV .item-wrapper {
  width: 100%;
}
.cid-sHA07HiMQV .mbr-section-title {
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
  width: 100%;
}
.cid-sHA07HiMQV .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHA07HiMQV .title {
  font-weight: 700;
  color: #000000;
}
.cid-sHA07HiMQV .link {
  margin-top: 29px;
}
.cid-sHA07HiMQV .col-auto {
  display: inline-block;
}
.cid-sHA07HiMQV .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHA07HiMQV .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHA07HiMQV .container-fluid {
  padding: 0;
}
.cid-sHA07HiMQV .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHA07HiMQV .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sHA07HiMQV .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHA07HiMQV .right-side {
    padding: 0px;
  }
}
.cid-sHA07HiMQV a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHA07HiMQV rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHA07HiMQV .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHA07HiMQV svg {
  margin-left: 15px;
}
.cid-sHA07HiMQV path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHA07HiMQV .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHA07HiMQV .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHA07HiMQV .mbr-text,
.cid-sHA07HiMQV .link {
  color: #000000;
}
.cid-uwLkCSHYEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwLkCSHYEU img {
  padding: 5px;
  margin: auto;
  max-width: 100px;
  transition: all .3s;
  filter: grayscale(1) contrast(2) invert(0.7);
}
.cid-uwLkCSHYEU .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
.cid-uwLkCSHYEU .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}
.cid-uwLkCSHYEU .mbr-text {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uwLkCSHYEU img:hover {
  filter: grayscale(1) contrast(2) invert(0);
  transition: all .3s;
}
.cid-uwLkCSHYEU .col-auto {
  display: inline;
}
@media (max-width: 680px) {
  .cid-uwLkCSHYEU .card {
    width: 100%;
    margin: auto;
  }
}
.cid-uwLkF9s7uM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-uwLkF9s7uM .link {
  margin-top: 30px;
}
.cid-uwLkF9s7uM .date {
  margin: 29px 0 14px;
  color: #2b2e83;
  font-weight: 700;
  text-align: center;
}
.cid-uwLkF9s7uM .mbr-section-title {
  color: #2b2e83;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.cid-uwLkF9s7uM .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-uwLkF9s7uM .link a {
  background-image: none !important;
}
.cid-uwLkF9s7uM .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-uwLkF9s7uM .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-uwLkF9s7uM .header {
    margin-bottom: 20px;
  }
  .cid-uwLkF9s7uM .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-uwLkF9s7uM .link {
    margin-bottom: 40px;
  }
}
.cid-uwLkF9s7uM .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-uwLkF9s7uM .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #2b2e83;
  text-align: center;
}
.cid-uwLkF9s7uM .item {
  position: relative;
}
.cid-uwLkF9s7uM .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-uwLkF9s7uM .padd {
  padding: 0 20px;
}
.cid-uwLkF9s7uM a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uwLkF9s7uM rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uwLkF9s7uM .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uwLkF9s7uM svg {
  margin-left: 15px;
}
.cid-uwLkF9s7uM path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uwLkF9s7uM .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uwLkF9s7uM .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-uwLkF9s7uM .top {
    margin-top: 40px;
  }
}
.cid-uwLkF9s7uM .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-uwLlCtxjgi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwLlCtxjgi img {
  padding: 5px;
  margin: auto;
  max-width: 100px;
  transition: all .3s;
  filter: grayscale(1) contrast(2) invert(0.7);
}
.cid-uwLlCtxjgi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
.cid-uwLlCtxjgi .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}
.cid-uwLlCtxjgi .mbr-text {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uwLlCtxjgi img:hover {
  filter: grayscale(1) contrast(2) invert(0);
  transition: all .3s;
}
.cid-uwLlCtxjgi .col-auto {
  display: inline;
}
@media (max-width: 680px) {
  .cid-uwLlCtxjgi .card {
    width: 100%;
    margin: auto;
  }
}
.cid-uwL4vmRPwn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/465409654-1091364826329989-2358411053721672723-n-1080x1080.jpg");
}
.cid-uwL4vmRPwn .link {
  margin-top: 30px;
}
.cid-uwL4vmRPwn .date {
  margin: 29px 0 14px;
  color: #2b2e83;
  font-weight: 700;
  text-align: center;
}
.cid-uwL4vmRPwn .mbr-section-title {
  color: #2b2e83;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.cid-uwL4vmRPwn .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-uwL4vmRPwn .link a {
  background-image: none !important;
}
.cid-uwL4vmRPwn .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-uwL4vmRPwn .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-uwL4vmRPwn .header {
    margin-bottom: 20px;
  }
  .cid-uwL4vmRPwn .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-uwL4vmRPwn .link {
    margin-bottom: 40px;
  }
}
.cid-uwL4vmRPwn .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-uwL4vmRPwn .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #2b2e83;
  text-align: center;
}
.cid-uwL4vmRPwn .item {
  position: relative;
}
.cid-uwL4vmRPwn .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-uwL4vmRPwn .padd {
  padding: 0 20px;
}
.cid-uwL4vmRPwn a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uwL4vmRPwn rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uwL4vmRPwn .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uwL4vmRPwn svg {
  margin-left: 15px;
}
.cid-uwL4vmRPwn path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uwL4vmRPwn .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uwL4vmRPwn .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-uwL4vmRPwn .top {
    margin-top: 40px;
  }
}
.cid-uwL4vmRPwn .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-uwL4vmRPwn .card-heading,
.cid-uwL4vmRPwn .link {
  color: #2b2e83;
}
.cid-sHAb91TW3b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHAb91TW3b .row.align-items-center {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sHAb91TW3b .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHAb91TW3b .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHAb91TW3b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHAb91TW3b {
    margin-bottom: 2rem;
  }
}
.cid-sHAb91TW3b .mbr-section-title {
  padding-bottom: 40px;
  color: #000000;
}
.cid-sHAb91TW3b .text-block {
  color: #ffffff;
  margin-bottom: 50px;
}
.cid-sHAb91TW3b .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHAb91TW3b .line {
  width: 100%;
  height: 1px;
  background-color: #2b2e83;
  margin-bottom: 40px;
}
.cid-sHAb91TW3b .name {
  margin-bottom: 8px;
  font-weight: 700;
  color: #175da9;
}
.cid-sHAb91TW3b .name1 {
  margin-right: 5%;
  font-weight: 700;
  color: #2b2e83;
}
.cid-sHAb91TW3b .name2 {
  margin-right: 10%;
  font-weight: 700;
  color: #2b2e83;
}
.cid-sHAb91TW3b .name3 {
  margin-right: 10%;
  font-weight: 700;
  color: #2b2e83;
}
.cid-sHAb91TW3b .name,
.cid-sHAb91TW3b .name1,
.cid-sHAb91TW3b .name2,
.cid-sHAb91TW3b .name3 {
  width: auto;
  padding: 0;
}
.cid-sHAb91TW3b .progress {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: transparent;
}
.cid-sHAb91TW3b .progress-bar {
  position: absolute;
  background-color: #2b2e83;
  height: 4px;
}
.cid-sHAb91TW3b .progress1 {
  width: 95%;
}
.cid-sHAb91TW3b .progress2 {
  width: 90%;
}
.cid-sHAb91TW3b .progress3 {
  width: 90%;
}
.cid-sHAb91TW3b .progressbar-number1:before {
  content: '95';
}
.cid-sHAb91TW3b .progressbar-number2:before {
  content: '90';
}
.cid-sHAb91TW3b .progressbar-number3:before {
  content: '90';
}
.cid-uwLusIffdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/271234540-1492643044469700-8219056183833624296-n-1080x1080.jpg");
}
.cid-uwLusIffdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwLusIffdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwLusIffdo .cont-wrap {
  justify-content: center;
}
.cid-uwLusIffdo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uwLusIffdo .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uwLusIffdo .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwLusIffdo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uwLusIffdo .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uwLusIffdo .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uwLusIffdo .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uwLusIffdo .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uwLusIffdo .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uwLusIffdo .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #f7b560;
}
.cid-uwLusIffdo .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #f7b560;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwLusIffdo .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uwLusIffdo .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwLusIffdo .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwLusIffdo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwLusIffdo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #f7b560;
}
.cid-uwLusIffdo .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #2b2e83;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uwLusIffdo .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwLusIffdo .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uwLusIffdo .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uwLusIffdo .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2b2e83;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uwLusIffdo .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2b2e83;
  border-color: #2b2e83;
  border-radius: 0;
}
.cid-uwLusIffdo .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uwLusIffdo .mbr-section-title {
  color: #212529;
}
.cid-uwLusIffdo .mbr-section-subtitle {
  color: #51565c;
}
.cid-uwLusIffdo .mbr-text {
  color: #2b2e83;
}
.cid-uwLusIffdo .list {
  color: #212529;
}
.cid-uwLusIffdo .mbr-section-title,
.cid-uwLusIffdo .title-wrapper {
  text-align: center;
  color: #2b2e83;
}
.cid-uwLusIffdo .mbr-section-subtitle,
.cid-uwLusIffdo .mbr-section-btn {
  color: #2b2e83;
}
.cid-uwLusIffdo .list,
.cid-uwLusIffdo .item-wrap,
.cid-uwLusIffdo .social-wrapper {
  color: #2b2e83;
}
.cid-sHA3mvSV2w {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #2b2e83;
}
.cid-sHA3mvSV2w .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sHA3mvSV2w .container {
  max-width: 1300px;
}
.cid-uAUmsXV68R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAUmsXV68R .nav-item,
.cid-uAUmsXV68R .nav-link,
.cid-uAUmsXV68R .navbar-caption {
  font-weight: normal;
}
.cid-uAUmsXV68R .nav-item:focus,
.cid-uAUmsXV68R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uAUmsXV68R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAUmsXV68R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAUmsXV68R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAUmsXV68R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #dde8eb;
  background: none;
}
.cid-uAUmsXV68R .navbar.opened {
  transition: all .3s;
  background: #dde8eb !important;
}
.cid-uAUmsXV68R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uAUmsXV68R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uAUmsXV68R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAUmsXV68R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAUmsXV68R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAUmsXV68R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAUmsXV68R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAUmsXV68R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAUmsXV68R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAUmsXV68R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAUmsXV68R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAUmsXV68R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uAUmsXV68R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAUmsXV68R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAUmsXV68R .navbar.navbar-short {
  background: #dde8eb !important;
  min-height: 60px;
}
.cid-uAUmsXV68R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAUmsXV68R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAUmsXV68R .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAUmsXV68R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAUmsXV68R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAUmsXV68R .dropdown-item.active,
.cid-uAUmsXV68R .dropdown-item:active {
  background-color: transparent;
}
.cid-uAUmsXV68R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAUmsXV68R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAUmsXV68R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAUmsXV68R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dde8eb;
}
.cid-uAUmsXV68R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAUmsXV68R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAUmsXV68R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAUmsXV68R .navbar-buttons {
  text-align: center;
}
.cid-uAUmsXV68R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #175da9;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAUmsXV68R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAUmsXV68R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAUmsXV68R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAUmsXV68R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAUmsXV68R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAUmsXV68R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAUmsXV68R .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uAUmsXV68R .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uAUmsXV68R .soc-item {
  margin: .5rem .3rem;
}
.cid-uAUmsXV68R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAUmsXV68R a.nav-link,
.cid-uAUmsXV68R a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uAUmsXV68R a.nav-link .mbr-iconfont-btn,
.cid-uAUmsXV68R a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uAUmsXV68R a.nav-link:hover .mbr-iconfont-btn,
.cid-uAUmsXV68R a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uAUmsXV68R a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAUmsXV68R .navbar {
    height: 77px;
  }
  .cid-uAUmsXV68R .navbar.opened {
    height: auto;
  }
  .cid-uAUmsXV68R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAxsYtxg8u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/imaban-1382x922.jpg");
}
.cid-uAxsYtxg8u .item-wrapper {
  width: 100%;
}
.cid-uAxsYtxg8u .mbr-section-title {
  margin: 0 0 26px;
  color: #2b2e83;
  font-weight: 700;
}
.cid-uAxsYtxg8u .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-uAxsYtxg8u .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-uAxsYtxg8u .link {
  margin-top: 29px;
}
.cid-uAxsYtxg8u .col-auto {
  display: inline-block;
}
.cid-uAxsYtxg8u .mbr-section-subtitle {
  color: #2b2e83;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-uAxsYtxg8u .right-side {
  padding: 0;
  padding-top: 100px;
  padding-right: 50px;
}
.cid-uAxsYtxg8u .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-uAxsYtxg8u .container-fluid {
  padding: 0;
}
.cid-uAxsYtxg8u .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-uAxsYtxg8u .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-uAxsYtxg8u .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-uAxsYtxg8u .right-side {
  padding: 0;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 990px) {
  .cid-uAxsYtxg8u .left {
    padding-right: 0px;
  }
  .cid-uAxsYtxg8u .right-side {
    padding: 0;
    padding-right: 15px;
  }
}
@media (max-width: 770px) {
  .cid-uAxsYtxg8u .right-side {
    padding: 0px;
  }
}
.cid-uAxsYtxg8u .link a {
  background-image: none !important;
}
.cid-uAxsYtxg8u a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uAxsYtxg8u rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uAxsYtxg8u .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uAxsYtxg8u svg {
  margin-left: 15px;
}
.cid-uAxsYtxg8u path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uAxsYtxg8u .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uAxsYtxg8u .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uAxsYtxg8u .mbr-text,
.cid-uAxsYtxg8u .link {
  color: #2b2e83;
}
.cid-uAxm2g9C6f {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #dde8eb;
}
.cid-uAxm2g9C6f .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uAxm2g9C6f .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uAxm2g9C6f .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-uAxm2g9C6f P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uAxm2g9C6f .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-uAxm2g9C6f .item-img {
  padding-top: 31px;
}
.cid-uAxm2g9C6f img {
  width: 100%;
}
.cid-uAxm2g9C6f .first {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.cid-uAxm2g9C6f .first img {
  max-width: 750px;
  margin: auto;
}
.cid-uAxm2g9C6f .second {
  position: absolute;
  top: 37%;
  left: 10%;
  max-width: 100px;
}
.cid-uAxm2g9C6f .third {
  max-width: 500px;
  position: absolute;
  top: 65%;
  left: 5%;
}
.cid-uAxm2g9C6f .third img {
  max-height: 300px;
  width: auto;
}
.cid-uAxm2g9C6f .first,
.cid-uAxm2g9C6f .second,
.cid-uAxm2g9C6f .third {
  display: inline-block;
}
.cid-uAxm2g9C6f .cont {
  display: inline-block;
}
.cid-uAxm2g9C6f .mbr-section-title {
  color: #2b2e83;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-uAxm2g9C6f .mbr-section-subtitle {
  color: #2b2e83;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 1450px) {
  .cid-uAxm2g9C6f .second {
    display: none;
  }
}
@media (max-width: 1350px) {
  .cid-uAxm2g9C6f .third {
    left: 10%;
  }
}
@media (max-width: 990px) {
  .cid-uAxm2g9C6f .third {
    margin-top: 0px;
  }
  .cid-uAxm2g9C6f .third img {
    max-height: 250px;
    width: auto;
  }
  .cid-uAxm2g9C6f .first {
    max-width: 550px;
    margin-left: 25%;
    margin-top: 50px;
  }
}
@media (max-width: 690px) {
  .cid-uAxm2g9C6f .third {
    position: initial;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
  .cid-uAxm2g9C6f .third img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .cid-uAxm2g9C6f .second {
    display: none;
  }
  .cid-uAxm2g9C6f .first {
    position: initial;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uAxnu9tzdm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #1a7a90;
}
.cid-uAxnu9tzdm .item-wrapper {
  width: 100%;
}
.cid-uAxnu9tzdm .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-uAxnu9tzdm .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-uAxnu9tzdm .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-uAxnu9tzdm .link {
  margin-top: 29px;
}
.cid-uAxnu9tzdm .col-auto {
  display: inline-block;
}
.cid-uAxnu9tzdm .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-uAxnu9tzdm .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-uAxnu9tzdm .container-fluid {
  padding: 0;
}
.cid-uAxnu9tzdm .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-uAxnu9tzdm .right-side {
  padding-left: 0;
}
.cid-uAxnu9tzdm .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-uAxnu9tzdm .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-uAxnu9tzdm .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-uAxnu9tzdm .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-uAxnu9tzdm .right-side {
    padding: 0px;
  }
}
.cid-uAxnu9tzdm a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uAxnu9tzdm rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uAxnu9tzdm .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uAxnu9tzdm svg {
  margin-left: 15px;
}
.cid-uAxnu9tzdm path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uAxnu9tzdm .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uAxnu9tzdm .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uAxnu9tzdm .link a {
  background-image: none !important;
}
.cid-uAxnu9tzdm .mbr-text,
.cid-uAxnu9tzdm .link {
  color: #ffffff;
}
.cid-uAxmTME6n5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a7a90;
}
@media (min-width: 992px) {
  .cid-uAxmTME6n5 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uAxmTME6n5 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uAxmTME6n5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAxmTME6n5 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uAxmTME6n5 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uAxmTME6n5 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uAxmTME6n5 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uAxmTME6n5 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uAxmTME6n5 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uAxmTME6n5 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-uAxmTME6n5 .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uAxmTME6n5 .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uAxmTME6n5 .mbr-section-button {
  margin-top: 25px;
}
.cid-uAxlgTvji5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #dde8eb;
}
.cid-uAxlgTvji5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxlgTvji5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxlgTvji5 .cont-wrap {
  justify-content: center;
}
.cid-uAxlgTvji5 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uAxlgTvji5 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uAxlgTvji5 .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uAxlgTvji5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uAxlgTvji5 .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uAxlgTvji5 .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uAxlgTvji5 .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uAxlgTvji5 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uAxlgTvji5 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uAxlgTvji5 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #f7b560;
}
.cid-uAxlgTvji5 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #f7b560;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAxlgTvji5 .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uAxlgTvji5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAxlgTvji5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAxlgTvji5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAxlgTvji5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #f7b560;
}
.cid-uAxlgTvji5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #2b2e83;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uAxlgTvji5 .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uAxlgTvji5 .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2b2e83;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2b2e83;
  border-color: #2b2e83;
  border-radius: 0;
}
.cid-uAxlgTvji5 .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uAxlgTvji5 .mbr-section-title {
  color: #212529;
}
.cid-uAxlgTvji5 .mbr-section-subtitle {
  color: #51565c;
}
.cid-uAxlgTvji5 .mbr-text {
  color: #2b2e83;
}
.cid-uAxlgTvji5 .list {
  color: #212529;
}
.cid-uAxlgTvji5 .mbr-section-title,
.cid-uAxlgTvji5 .title-wrapper {
  text-align: center;
  color: #2b2e83;
}
.cid-uAxlgTvji5 .mbr-section-subtitle,
.cid-uAxlgTvji5 .mbr-section-btn {
  color: #2b2e83;
}
.cid-uAxlgUJLyX {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #2b2e83;
}
.cid-uAxlgUJLyX .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uAxlgUJLyX .container {
  max-width: 1300px;
}
.cid-uAUmsXV68R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAUmsXV68R .nav-item,
.cid-uAUmsXV68R .nav-link,
.cid-uAUmsXV68R .navbar-caption {
  font-weight: normal;
}
.cid-uAUmsXV68R .nav-item:focus,
.cid-uAUmsXV68R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uAUmsXV68R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAUmsXV68R .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAUmsXV68R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAUmsXV68R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAUmsXV68R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #dde8eb;
  background: none;
}
.cid-uAUmsXV68R .navbar.opened {
  transition: all .3s;
  background: #dde8eb !important;
}
.cid-uAUmsXV68R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uAUmsXV68R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uAUmsXV68R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAUmsXV68R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAUmsXV68R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAUmsXV68R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAUmsXV68R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAUmsXV68R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAUmsXV68R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAUmsXV68R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAUmsXV68R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAUmsXV68R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAUmsXV68R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAUmsXV68R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uAUmsXV68R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAUmsXV68R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAUmsXV68R .navbar.navbar-short {
  background: #dde8eb !important;
  min-height: 60px;
}
.cid-uAUmsXV68R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAUmsXV68R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAUmsXV68R .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAUmsXV68R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAUmsXV68R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAUmsXV68R .dropdown-item.active,
.cid-uAUmsXV68R .dropdown-item:active {
  background-color: transparent;
}
.cid-uAUmsXV68R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAUmsXV68R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAUmsXV68R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAUmsXV68R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dde8eb;
}
.cid-uAUmsXV68R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAUmsXV68R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAUmsXV68R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAUmsXV68R .navbar-buttons {
  text-align: center;
}
.cid-uAUmsXV68R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #175da9;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAUmsXV68R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAUmsXV68R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAUmsXV68R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAUmsXV68R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAUmsXV68R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAUmsXV68R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAUmsXV68R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAUmsXV68R .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uAUmsXV68R .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uAUmsXV68R .soc-item {
  margin: .5rem .3rem;
}
.cid-uAUmsXV68R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAUmsXV68R a.nav-link,
.cid-uAUmsXV68R a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uAUmsXV68R a.nav-link .mbr-iconfont-btn,
.cid-uAUmsXV68R a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uAUmsXV68R a.nav-link:hover .mbr-iconfont-btn,
.cid-uAUmsXV68R a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uAUmsXV68R a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAUmsXV68R .navbar {
    height: 77px;
  }
  .cid-uAUmsXV68R .navbar.opened {
    height: auto;
  }
  .cid-uAUmsXV68R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
