body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5.3rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #913bff !important;
}
.bg-success {
  background-color: #ff7a41 !important;
}
.bg-info {
  background-color: #f0e4ff !important;
}
.bg-warning {
  background-color: #738bae !important;
}
.bg-danger {
  background-color: #ec2016 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #913bff !important;
  border-color: #913bff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6400e3 !important;
  border-color: #6400e3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6400e3 !important;
  border-color: #6400e3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0043a8 !important;
  border-color: #0043a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0043a8 !important;
  border-color: #0043a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
  color: #6500e4 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6500e4 !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #738bae !important;
  border-color: #738bae !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #913bff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6400e3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #913bff !important;
  border-color: #913bff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0066ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0043a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0066ff !important;
  border-color: #0066ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e4ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c08dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6500e4 !important;
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #738bae;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4a6080 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #738bae !important;
  border-color: #738bae !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec2016;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #913bff !important;
}
.text-secondary {
  color: #0066ff !important;
}
.text-success {
  color: #ff7a41 !important;
}
.text-info {
  color: #f0e4ff !important;
}
.text-warning {
  color: #738bae !important;
}
.text-danger {
  color: #ec2016 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5d00d4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003d99 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #da4100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b77eff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #455976 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90120c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #913bff;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0e4ff;
}
.alert-warning {
  background-color: #738bae;
}
.alert-danger {
  background-color: #ec2016;
}
.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: #913bff;
  border-color: #913bff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #913bff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4cedd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd5d3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #913bff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #913bff;
}
/* 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: #913bff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #913bff;
}
.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: #913bff;
  border-bottom-color: #913bff;
}
.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: #913bff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0066ff !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='%23913bff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover::before,
.mbr-section-btn .btn-secondary:hover::before,
.mbr-section-btn .btn-info:hover::before,
.mbr-section-btn .btn-success:hover::before,
.mbr-section-btn .btn-warning:hover::before,
.mbr-section-btn .btn-danger:hover::before,
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-tbQ3dCRpJE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg?v=1QsWtL");
}
.cid-tbQ3dCRpJE .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tbQ3dCRpJE .subtitle__block,
.cid-tbQ3dCRpJE .title__block,
.cid-tbQ3dCRpJE .buttons__block {
  pointer-events: all;
}
.cid-tbQ3dCRpJE .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tbQ3dCRpJE .subtitle__block SPAN {
  color: #ec2016;
}
.cid-tbQ3dCRpJE .mbr-section-subtitle {
  display: inline-block;
}
.cid-tbQ3dCRpJE .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tbQ3dCRpJE .mbr-text {
  margin-top: 35px;
}
.cid-tbQ3dCRpJE .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tbQ3dCRpJE .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tbQ3dCRpJE .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #f0e4ff 0%, rgba(240, 228, 255, 0.85) 100%) !important;
}
.cid-tbQ3dCRpJE .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tbQ3dCRpJE .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tbQ3dCRpJE .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tbQ3dCRpJE .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tbQ3dCRpJE .mbr-figure:hover {
  color: #f0e4ff;
  cursor: pointer;
}
.cid-tbQ3dCRpJE .mbr-figure:hover .mbr-media {
  border-color: #f0e4ff;
  color: #f0e4ff;
}
@media (max-width: 575px) {
  .cid-tbQ3dCRpJE .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tbQ3dCRpJE .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tbQ3dCRpJE .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tbQ3dCRpJE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tbQ3dCRpJE .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tbQ3dCRpJE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tbQ3dCRpJE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbQ3dCRpJE .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbQ3dCRpJE a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tbQ3dCRpJE a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tbQ3dCRpJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbQ3dCRpJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbQ3dCRpJE .mbr-section-title,
.cid-tbQ3dCRpJE .subtitle__wrap {
  color: #ff8386;
}
.cid-tbQ3dCRpJE .mbr-text,
.cid-tbQ3dCRpJE .buttons__block {
  color: #fafafa;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #913bff !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ff7a41 !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 100px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7a41;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ff7a41;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #913bff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #913bff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #0d6efd;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #913bff;
  border-radius: 0.25rem;
}
.cid-sXT98UW3H4 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sXT98UW3H4 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sXT98UW3H4 .mbr-section-title {
  color: #010d4c;
}
.cid-sXT98UW3H4 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
}
.cid-sXT98UW3H4 .card-title {
  color: #010d4c;
  margin-top: 30px;
}
.cid-sXT98UW3H4 .card-title a {
  font-weight: 700 !important;
}
.cid-sXT98UW3H4 .card-title a:hover {
  text-decoration: underline;
}
.cid-sXT98UW3H4 .icon-box {
  display: flex;
  justify-content: flex-start;
}
.cid-sXT98UW3H4 .icon-box .mbr-iconfont {
  font-size: 45px;
  color: #0066ff;
}
.cid-sXT98UW3H4 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-sXT98UW3H4 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.cid-sXT98UW3H4 .icon-link-box .mbr-iconfont {
  font-size: 37px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}
.cid-sXT98UW3H4 .icon-link-box .mbr-iconfont:hover {
  transform: scale(1.1);
}
.cid-sXT98UW3H4 .col-card {
  margin-top: 30px;
}
.cid-sXT98UW3H4 .card-wrapper {
  padding: 52px 40px 45px 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-sXT98UW3H4 .card-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (min-width: 768px) {
  .cid-sXT98UW3H4 .card-1 {
    padding-left: 0;
    margin-right: 8px;
  }
}
.cid-sXT98UW3H4 .card-2 {
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(0, 19, 87, 0.04);
  border-radius: 15px;
}
.cid-tbPyqV3WS9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tbPyqV3WS9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbPyqV3WS9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbPyqV3WS9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbPyqV3WS9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbPyqV3WS9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tbPyqV3WS9 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter ul {
  display: block;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-tbPyqV3WS9 .mbr-gallery-filter li.active::after,
.cid-tbPyqV3WS9 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-tbPyqV3WS9 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tbPyqV3WS9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tbPyqV3WS9 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tbPyqV3WS9 .icon-focus:before {
  content: '\e95e';
}
.cid-tbPyqV3WS9 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tbPyqV3WS9 .mbr-section-title {
  margin: 0;
}
.cid-tbPyqV3WS9 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tbPyqV3WS9 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tbPA2t6Wyt {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-tbPA2t6Wyt .accordion .card {
  overflow: hidden;
}
.cid-tbPA2t6Wyt .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-tbPA2t6Wyt .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-tbPA2t6Wyt .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-tbPA2t6Wyt .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tbPA2t6Wyt .panel-body {
  padding: 0.3rem 2rem;
}
.cid-tbPA2t6Wyt .card-title {
  position: relative;
}
.cid-tbPA2t6Wyt .mbr-text {
  position: relative;
}
.cid-tbPA2t6Wyt .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #efefef;
  border-radius: 35px;
}
.cid-tbPA2t6Wyt .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-tbPA2t6Wyt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tbPA2t6Wyt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tbPA2t6Wyt .card .card-header a.panel-title h5 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-tbPA2t6Wyt .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-tbPA2t6Wyt .card .card-header a.panel-title h5:hover {
  color: #354463;
}
.cid-tbPA2t6Wyt .sign {
  font-family: "FontAwesome" !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-tbPA2t6Wyt .mbr-iconfont {
  border: 2px solid #354463;
  border-radius: 50%;
  color: #354463;
}
.cid-tbPA2t6Wyt .mbri-arrow-up {
  background-color: transparent !important;
  color: #354463 !important;
}
.cid-tbPA2t6Wyt .mbri-arrow-up:before {
  content: "\f068";
}
.cid-tbPA2t6Wyt .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-tbPA2t6Wyt .mbri-arrow-down:before {
  content: "\f067";
}
.cid-tbPA2t6Wyt .panel-text {
  padding: 0rem;
}
.cid-tbPA2t6Wyt .panel-collapse {
  margin-top: -1px;
}
.cid-tbPA2t6Wyt .block-right {
  position: relative;
}
.cid-tbPA2t6Wyt .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-tbPA2t6Wyt .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-tbPA2t6Wyt .wrapper-text-2 {
  position: absolute;
}
.cid-tbPA2t6Wyt .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-tbPA2t6Wyt .link:hover {
  color: #913bff !important;
}
.cid-tbPA2t6Wyt .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-tbPA2t6Wyt .col {
  padding: 0rem;
}
.cid-tbPA2t6Wyt .link:hover::after {
  opacity: 0;
}
.cid-tbPA2t6Wyt .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tbPA2t6Wyt .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-tbPA2t6Wyt H5 {
  color: #049674;
}
.cid-sXT9HLiM4Z {
  background-color: #738bae;
}
.cid-sXT9HLiM4Z .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sXT9HLiM4Z .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
.cid-sXT9HLiM4Z .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXT9HLiM4Z .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-sXT9HLiM4Z .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXT9HLiM4Z .mbr-section-btn .btn-secondary:hover,
.cid-sXT9HLiM4Z .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
}
.cid-sXT9HLiM4Z .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-sXT9HLiM4Z .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXT9HLiM4Z .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-sXT9HLiM4Z .image-wrapper {
    margin-top: 40px;
  }
}
.cid-sXT9HLiM4Z .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sXT9HLiM4Z .image-wrapper img {
    padding-right: 5%;
  }
}
.cid-sXT9HLiM4Z .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-sXT9HLiM4Z .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-sXT9HLiM4Z .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-sXT9HLiM4Z .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-sXT9HLiM4Z .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-tbPruNYltt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg?v=1QsWtL");
}
.cid-tbPruNYltt .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #0b3c6a;
}
.cid-tbPruNYltt .contacts-info {
  padding-bottom: 30px;
  color: #44159e;
  margin: 0;
}
.cid-tbPruNYltt .margin {
  margin-bottom: 10px;
}
.cid-tbPruNYltt .mbr-section-title {
  color: #ff7a41;
  margin-bottom: 20px;
  padding: 0;
}
.cid-tbPruNYltt .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-tbPruNYltt .title {
  font-size: 24px;
  color: #ff7a41;
}
.cid-tbPruNYltt .form-heading {
  margin-bottom: 40px;
}
.cid-tbPruNYltt label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-tbPruNYltt input,
.cid-tbPruNYltt textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-tbPruNYltt .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-tbPruNYltt .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-tbPruNYltt .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-tbPruNYltt .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-tbPruNYltt .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-tbPruNYltt .gray-button:hover {
  background-color: #5e6068;
}
.cid-tbPruNYltt ::placeholder {
  color: #a3a6b2;
}
.cid-tbPruNYltt LABEL {
  color: #b5b5b5;
}
.cid-tbPrrNJ1no {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg?v=1QsWtL");
}
.cid-tbPrrNJ1no .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tbPrrNJ1no .mbr-form {
  height: fit-content;
  margin: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2rem 3rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tbPrrNJ1no .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-tbPrrNJ1no .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tbPrrNJ1no .form-row {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tbPrrNJ1no .form-row {
    flex-direction: column;
    margin: 0rem;
  }
}
.cid-tbPrrNJ1no input,
.cid-tbPrrNJ1no textarea {
  opacity: 0.7;
  box-shadow: none;
  border-radius: 0px;
  margin: 0;
}
.cid-tbPrrNJ1no input:hover,
.cid-tbPrrNJ1no textarea:hover {
  border-color: transparent!important;
  box-shadow: none;
}
.cid-tbPrrNJ1no .form-group {
  margin-bottom: 0rem;
}
.cid-tbPrrNJ1no .col-lg-3 {
  display: inline-flex;
  align-items: center;
}
.cid-tbPrrNJ1no .col-lg-3 h4 {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tbPrrNJ1no .col-lg-3 h4 {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.cid-tbPrrNJ1no .btn {
  border-radius: 0;
  margin: 0;
  padding: 0.7rem 3rem;
}
.cid-tbPrrNJ1no .btn:hover {
  transform: none;
}
@media (max-width: 767px) {
  .cid-tbPrrNJ1no .btn {
    width: -webkit-fill-available;
  }
}
.cid-tbPrrNJ1no .col,
.cid-tbPrrNJ1no .col-auto {
  padding: 0;
}
.cid-tbPrrNJ1no H4 {
  text-align: left;
  color: #263d5a;
}
.cid-sXTeGouHL6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg?v=1QsWtL");
  overflow: hidden;
}
.cid-sXTeGouHL6 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
