body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f9a600 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #936200;
  color: #936200;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f9a600;
  border-color: #f9a600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f9a600 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffca60 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffecc6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %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;
}
.cid-u5HYwhPhCm .nav-item:focus,
.cid-u5HYwhPhCm .nav-link:focus {
  outline: none;
}
.cid-u5HYwhPhCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5HYwhPhCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5HYwhPhCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5HYwhPhCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5HYwhPhCm .collapsed {
  flex-direction: row!important;
}
.cid-u5HYwhPhCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5HYwhPhCm .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-u5HYwhPhCm .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u5HYwhPhCm .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u5HYwhPhCm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5HYwhPhCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5HYwhPhCm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5HYwhPhCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5HYwhPhCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5HYwhPhCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5HYwhPhCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5HYwhPhCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5HYwhPhCm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5HYwhPhCm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5HYwhPhCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5HYwhPhCm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u5HYwhPhCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5HYwhPhCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5HYwhPhCm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5HYwhPhCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5HYwhPhCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5HYwhPhCm .dropdown-item.active,
.cid-u5HYwhPhCm .dropdown-item:active {
  background-color: transparent;
}
.cid-u5HYwhPhCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5HYwhPhCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5HYwhPhCm .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5HYwhPhCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5HYwhPhCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5HYwhPhCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5HYwhPhCm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5HYwhPhCm .navbar-buttons {
  text-align: center;
}
.cid-u5HYwhPhCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5HYwhPhCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5HYwhPhCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5HYwhPhCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5HYwhPhCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5HYwhPhCm .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-u5HYwhPhCm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5HYwhPhCm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5HYwhPhCm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u5HYwhPhCm .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u5HYwhPhCm .nav-link:hover,
.cid-u5HYwhPhCm .dropdown-item:hover,
.cid-u5HYwhPhCm .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5HYwhPhCm .navbar {
    height: 77px;
  }
  .cid-u5HYwhPhCm .navbar.opened {
    height: auto;
  }
}
.cid-u5HXskzKtm {
  background-image: url("../../../assets/images/ced2d0cc1832708a6a1ee95df0e285a1.gif");
}
.cid-u5HXskzKtm .row {
  position: relative;
}
.cid-u5HXskzKtm .container {
  max-width: 1500px;
}
.cid-u5HXskzKtm .container {
  padding-right: 8rem !important;
}
.cid-u5HXskzKtm h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u5HXskzKtm .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u5HXskzKtm .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u5HXskzKtm .container {
    padding-right: 4rem !important;
  }
}
.cid-u5HXskzKtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5HXskzKtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5HXskzKtm .mbr-text,
.cid-u5HXskzKtm .mbr-section-btn {
  text-align: left;
}
.cid-u5HXskzKtm H1 {
  text-align: left;
}
.cid-u7v4deTxG5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7v4deTxG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v4deTxG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v4deTxG5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7v4deTxG5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7v4deTxG5 .container {
    padding: 0 16px;
  }
}
.cid-u7v4deTxG5 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7v4deTxG5 .row {
    margin: 0 10px;
  }
}
.cid-u7v4deTxG5 .row .card {
  position: relative;
  padding: 0;
}
.cid-u7v4deTxG5 .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u7v4deTxG5 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7v4deTxG5 .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7v4deTxG5 .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u7v4deTxG5 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7v4deTxG5 .row .card .icon-decor {
    display: none;
  }
}
.cid-u7v4deTxG5 .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-u7v4deTxG5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7v4deTxG5 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7v4deTxG5 .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-u7v4deTxG5 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-u7v4deTxG5 .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-u7v4deTxG5 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u7v4deTxG5 .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-u7v4deTxG5 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-u7v4deTxG5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-u7v4deTxG5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-u7v4deTxG5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u7v4deTxG5 .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u7v4deTxG5 .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-u7v4deTxG5 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-u7v4deTxG5 .mbr-section-title {
  color: #000000;
}
.cid-u7v4deTxG5 .item-title {
  color: #192227;
}
.cid-u7v4deTxG5 .mbr-text {
  color: #192227;
}
.cid-u7GZbk1vDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-u7GZbk1vDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GZbk1vDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GZbk1vDN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7GZbk1vDN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7GZbk1vDN .container {
    padding: 0 16px;
  }
}
.cid-u7GZbk1vDN .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7GZbk1vDN .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-u7GZbk1vDN .row {
    padding: 45px 4px;
  }
}
.cid-u7GZbk1vDN .row .card {
  justify-content: center;
}
.cid-u7GZbk1vDN .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-u7GZbk1vDN .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-u7GZbk1vDN .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u7GZbk1vDN .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7GZbk1vDN .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u7GZbk1vDN .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-u7GZbk1vDN .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-u7GZbk1vDN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7GZbk1vDN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7GZbk1vDN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7GZbk1vDN .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7GZbk1vDN .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u7GZbk1vDN .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #ff9130;
}
@media (max-width: 1440px) {
  .cid-u7GZbk1vDN .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-u7GZbk1vDN .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u7GZbk1vDN .image-wrapper img {
    height: 350px;
  }
}
.cid-u7GZbk1vDN .mbr-section-subtitle {
  color: #d1cece;
}
.cid-u7GZbk1vDN .mbr-section-title {
  color: #192227;
}
.cid-u7GZbk1vDN .mbr-text {
  color: #192227;
}
.cid-u7v6x9Rgu3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7v6x9Rgu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7v6x9Rgu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7v6x9Rgu3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .container {
    padding: 0 16px;
  }
}
.cid-u7v6x9Rgu3 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .row {
    margin: 0 10px;
  }
}
.cid-u7v6x9Rgu3 .row .card {
  position: relative;
  padding: 0;
}
.cid-u7v6x9Rgu3 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-u7v6x9Rgu3 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-u7v6x9Rgu3 .row .card .decor-wrapper_1 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .row .card .decor-wrapper_1 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7v6x9Rgu3 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 14%;
  pointer-events: none;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-u7v6x9Rgu3 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-u7v6x9Rgu3 .row .card .decor-wrapper_2 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .row .card .decor-wrapper_2 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7v6x9Rgu3 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-u7v6x9Rgu3 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7v6x9Rgu3 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-u7v6x9Rgu3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7v6x9Rgu3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7v6x9Rgu3 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u7v6x9Rgu3 .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7v6x9Rgu3 .mbr-text {
  color: #F9A600;
}
.cid-u7v6x9Rgu3 .mbr-section-title,
.cid-u7v6x9Rgu3 .icon-wrapper {
  color: #000000;
}
.cid-u7v6x9Rgu3 .mbr-text,
.cid-u7v6x9Rgu3 .mbr-section-btn {
  color: #000000;
}
.cid-rpSfqF8N8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpSfqF8N8V img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqF8N8V img:hover {
  transform: scale(1.1);
}
.cid-rpSfqF8N8V .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqF8N8V h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqF8N8V .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqF8N8V .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqF8N8V .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSfqF8N8V .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSfqF8N8V .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSfqF8N8V .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqF8N8V .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqF8N8V .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSfqF8N8V .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSfqF8N8V .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqF8N8V H2 {
  color: #333333;
}
.cid-rpSfqF8N8V .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-rpSfOyO5kY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rpSfOyO5kY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rpSfOyO5kY input,
.cid-rpSfOyO5kY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rpSfOyO5kY input:focus,
.cid-rpSfOyO5kY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rpSfOyO5kY .form-control,
.cid-rpSfOyO5kY .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSfOyO5kY .form-control:hover,
.cid-rpSfOyO5kY .field-input:hover,
.cid-rpSfOyO5kY .form-control:focus,
.cid-rpSfOyO5kY .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rpSfOyO5kY input::-webkit-input-placeholder,
.cid-rpSfOyO5kY textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rpSfOyO5kY input:-moz-placeholder,
.cid-rpSfOyO5kY textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rpSfOyO5kY .jq-selectbox li,
.cid-rpSfOyO5kY .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSfOyO5kY .jq-selectbox li:hover,
.cid-rpSfOyO5kY .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSfOyO5kY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSfOyO5kY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSfOyO5kY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rpSfOyO5kY .mbr-form {
  max-width: 450px;
}
.cid-rpSfOyO5kY textarea {
  min-height: 150px;
}
.cid-rpSfOyO5kY .mbr-text {
  color: #cccccc;
}
.cid-rpSfOyO5kY .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rpSfOyO5kY .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-rpSfRe8AXs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rpSfRe8AXs img {
  width: 40px;
  margin-right: 1rem;
}
.cid-rpSfRe8AXs .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-rpSfRe8AXs .row {
    margin: 0 2rem;
  }
}
.cid-rpSfRe8AXs .container {
  max-width: 1500px;
}
.cid-rpSfRe8AXs .form-control,
.cid-rpSfRe8AXs .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSfRe8AXs .form-control:hover,
.cid-rpSfRe8AXs .field-input:hover,
.cid-rpSfRe8AXs .form-control:focus,
.cid-rpSfRe8AXs .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rpSfRe8AXs input::-webkit-input-placeholder,
.cid-rpSfRe8AXs textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-rpSfRe8AXs input:-moz-placeholder,
.cid-rpSfRe8AXs textarea:-moz-placeholder {
  color: #767676;
}
.cid-rpSfRe8AXs .jq-selectbox li,
.cid-rpSfRe8AXs .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-rpSfRe8AXs .jq-selectbox li:hover,
.cid-rpSfRe8AXs .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-rpSfRe8AXs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-rpSfRe8AXs .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-rpSfRe8AXs .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-rpSfRe8AXs .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-rpSfRe8AXs input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-rpSfRe8AXs .col,
.cid-rpSfRe8AXs .col-auto {
  padding: 0;
}
.cid-rpSfRe8AXs .form-group {
  margin-bottom: 0rem;
}
.cid-rpSfRe8AXs .items {
  color: #333333;
  text-align: left;
}
.cid-rpSfRe8AXs .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rpSfRe8AXs .col-md-6,
  .cid-rpSfRe8AXs .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfRe8AXs .navbar-brand {
    justify-content: center;
  }
  .cid-rpSfRe8AXs .row {
    margin: 0;
  }
}
.cid-rpSfRqtWyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSfRqtWyh .media-container-row .mbr-text {
  color: #333333;
}
.cid-u5HYwhPhCm .nav-item:focus,
.cid-u5HYwhPhCm .nav-link:focus {
  outline: none;
}
.cid-u5HYwhPhCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5HYwhPhCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5HYwhPhCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5HYwhPhCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5HYwhPhCm .collapsed {
  flex-direction: row!important;
}
.cid-u5HYwhPhCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5HYwhPhCm .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-u5HYwhPhCm .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u5HYwhPhCm .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u5HYwhPhCm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5HYwhPhCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5HYwhPhCm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5HYwhPhCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5HYwhPhCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5HYwhPhCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5HYwhPhCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5HYwhPhCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5HYwhPhCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5HYwhPhCm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5HYwhPhCm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5HYwhPhCm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5HYwhPhCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5HYwhPhCm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u5HYwhPhCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5HYwhPhCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5HYwhPhCm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5HYwhPhCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5HYwhPhCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5HYwhPhCm .dropdown-item.active,
.cid-u5HYwhPhCm .dropdown-item:active {
  background-color: transparent;
}
.cid-u5HYwhPhCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5HYwhPhCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5HYwhPhCm .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5HYwhPhCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5HYwhPhCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5HYwhPhCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5HYwhPhCm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5HYwhPhCm .navbar-buttons {
  text-align: center;
}
.cid-u5HYwhPhCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5HYwhPhCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5HYwhPhCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5HYwhPhCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5HYwhPhCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5HYwhPhCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5HYwhPhCm .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-u5HYwhPhCm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5HYwhPhCm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5HYwhPhCm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u5HYwhPhCm .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u5HYwhPhCm .nav-link:hover,
.cid-u5HYwhPhCm .dropdown-item:hover,
.cid-u5HYwhPhCm .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5HYwhPhCm .navbar {
    height: 77px;
  }
  .cid-u5HYwhPhCm .navbar.opened {
    height: auto;
  }
}
.cid-u7Fd9gnXS4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7Fd9gnXS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Fd9gnXS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .container {
    padding: 0 16px;
  }
}
.cid-u7Fd9gnXS4 .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .row {
    margin: 0 10px;
  }
}
.cid-u7Fd9gnXS4 .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .row .card {
    padding: 0;
  }
}
.cid-u7Fd9gnXS4 .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7Fd9gnXS4 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .title-wrapper {
    padding-right: 0;
  }
}
.cid-u7Fd9gnXS4 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7Fd9gnXS4 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-u7Fd9gnXS4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7Fd9gnXS4 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u7Fd9gnXS4 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u7Fd9gnXS4 .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .image-wrapper {
    padding-top: 40px;
  }
}
.cid-u7Fd9gnXS4 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7Fd9gnXS4 .image-wrapper img {
    height: 350px;
  }
}
.cid-u7Fd9gnXS4 .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7Fd9gnXS4 .mbr-text {
  color: #F9A600;
}
.cid-u7Fd9gnXS4 .mbr-section-title,
.cid-u7Fd9gnXS4 .icon-wrapper {
  color: #192227;
}
.cid-u7Fd9gnXS4 .mbr-text,
.cid-u7Fd9gnXS4 .mbr-section-btn {
  color: #192227;
}
.cid-u7FfoECna0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7FfoECna0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FfoECna0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7FfoECna0 .container {
    padding: 0 16px;
  }
}
.cid-u7FfoECna0 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7FfoECna0 .row {
    margin: 0 10px;
  }
}
.cid-u7FfoECna0 .row .card {
  position: relative;
  padding: 0;
}
.cid-u7FfoECna0 .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u7FfoECna0 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FfoECna0 .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7FfoECna0 .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u7FfoECna0 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FfoECna0 .row .card .icon-decor {
    display: none;
  }
}
.cid-u7FfoECna0 .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-u7FfoECna0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7FfoECna0 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7FfoECna0 .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-u7FfoECna0 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-u7FfoECna0 .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-u7FfoECna0 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u7FfoECna0 .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-u7FfoECna0 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-u7FfoECna0 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-u7FfoECna0 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-u7FfoECna0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u7FfoECna0 .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u7FfoECna0 .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-u7FfoECna0 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-u7FfoECna0 .mbr-section-title {
  color: #192227;
}
.cid-u7FfoECna0 .item-title {
  color: #192227;
}
.cid-u7FfoECna0 .mbr-text {
  color: #192227;
}
.cid-u7FewMcLAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u7FewMcLAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FewMcLAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7FewMcLAK .container {
    padding: 0 16px;
  }
}
.cid-u7FewMcLAK .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7FewMcLAK .row {
    margin: 0 10px;
  }
}
.cid-u7FewMcLAK .row .card {
  position: relative;
  padding: 0;
}
.cid-u7FewMcLAK .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u7FewMcLAK .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FewMcLAK .row .card .decor-wrapper {
    display: none;
  }
}
.cid-u7FewMcLAK .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u7FewMcLAK .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FewMcLAK .row .card .icon-decor {
    display: none;
  }
}
.cid-u7FewMcLAK .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u7FewMcLAK .title-wrapper {
    width: 100%;
  }
}
.cid-u7FewMcLAK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7FewMcLAK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7FewMcLAK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7FewMcLAK .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7FewMcLAK .mbr-text {
  color: #fdfcfc;
}
.cid-u7GVtluHiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GVtluHiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GVtluHiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7GVtluHiT .container {
    padding: 0 25px;
  }
}
.cid-u7GVtluHiT .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-u7GVtluHiT .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-u7GVtluHiT .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-u7GVtluHiT .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-u7GVtluHiT .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-u7GVtluHiT .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7GVtluHiT .items .item {
    margin: 0;
  }
}
.cid-u7GVtluHiT .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-u7GVtluHiT .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7GVtluHiT .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-u7GVtluHiT .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-u7GVtluHiT .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-u7GVtluHiT .mbr-section-title {
  color: #000000;
}
.cid-u7GVtluHiT .item-title {
  color: #000000;
}
.cid-u7GVtluHiT .mbr-text {
  color: #000000;
}
.cid-u7FlngsdoY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-u7FlngsdoY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7FlngsdoY input,
.cid-u7FlngsdoY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-u7FlngsdoY input:focus,
.cid-u7FlngsdoY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7FlngsdoY .form-control,
.cid-u7FlngsdoY .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7FlngsdoY .form-control:hover,
.cid-u7FlngsdoY .field-input:hover,
.cid-u7FlngsdoY .form-control:focus,
.cid-u7FlngsdoY .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u7FlngsdoY input::-webkit-input-placeholder,
.cid-u7FlngsdoY textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-u7FlngsdoY input:-moz-placeholder,
.cid-u7FlngsdoY textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-u7FlngsdoY .jq-selectbox li,
.cid-u7FlngsdoY .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-u7FlngsdoY .jq-selectbox li:hover,
.cid-u7FlngsdoY .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-u7FlngsdoY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-u7FlngsdoY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-u7FlngsdoY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7FlngsdoY .mbr-form {
  max-width: 450px;
}
.cid-u7FlngsdoY textarea {
  min-height: 150px;
}
.cid-u7FlngsdoY .mbr-text {
  color: #cccccc;
}
.cid-u7FlngsdoY .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-u7FlngsdoY .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uGPNzqc3oc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uGPNzqc3oc img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uGPNzqc3oc .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uGPNzqc3oc .row {
    margin: 0 2rem;
  }
}
.cid-uGPNzqc3oc .container {
  max-width: 1500px;
}
.cid-uGPNzqc3oc .form-control,
.cid-uGPNzqc3oc .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGPNzqc3oc .form-control:hover,
.cid-uGPNzqc3oc .field-input:hover,
.cid-uGPNzqc3oc .form-control:focus,
.cid-uGPNzqc3oc .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uGPNzqc3oc input::-webkit-input-placeholder,
.cid-uGPNzqc3oc textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uGPNzqc3oc input:-moz-placeholder,
.cid-uGPNzqc3oc textarea:-moz-placeholder {
  color: #767676;
}
.cid-uGPNzqc3oc .jq-selectbox li,
.cid-uGPNzqc3oc .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uGPNzqc3oc .jq-selectbox li:hover,
.cid-uGPNzqc3oc .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uGPNzqc3oc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uGPNzqc3oc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uGPNzqc3oc .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uGPNzqc3oc .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uGPNzqc3oc input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uGPNzqc3oc .col,
.cid-uGPNzqc3oc .col-auto {
  padding: 0;
}
.cid-uGPNzqc3oc .form-group {
  margin-bottom: 0rem;
}
.cid-uGPNzqc3oc .items {
  color: #333333;
  text-align: left;
}
.cid-uGPNzqc3oc .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uGPNzqc3oc .col-md-6,
  .cid-uGPNzqc3oc .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGPNzqc3oc .navbar-brand {
    justify-content: center;
  }
  .cid-uGPNzqc3oc .row {
    margin: 0;
  }
}
.cid-rpSfRqtWyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSfRqtWyh .media-container-row .mbr-text {
  color: #333333;
}
.cid-u7FlYU1KR3 .nav-item:focus,
.cid-u7FlYU1KR3 .nav-link:focus {
  outline: none;
}
.cid-u7FlYU1KR3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u7FlYU1KR3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7FlYU1KR3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u7FlYU1KR3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u7FlYU1KR3 .collapsed {
  flex-direction: row!important;
}
.cid-u7FlYU1KR3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7FlYU1KR3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-u7FlYU1KR3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u7FlYU1KR3 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u7FlYU1KR3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7FlYU1KR3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7FlYU1KR3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-u7FlYU1KR3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u7FlYU1KR3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7FlYU1KR3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7FlYU1KR3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7FlYU1KR3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7FlYU1KR3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7FlYU1KR3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7FlYU1KR3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7FlYU1KR3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u7FlYU1KR3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7FlYU1KR3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7FlYU1KR3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7FlYU1KR3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7FlYU1KR3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7FlYU1KR3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7FlYU1KR3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7FlYU1KR3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u7FlYU1KR3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7FlYU1KR3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7FlYU1KR3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7FlYU1KR3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7FlYU1KR3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7FlYU1KR3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7FlYU1KR3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7FlYU1KR3 .dropdown-item.active,
.cid-u7FlYU1KR3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7FlYU1KR3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7FlYU1KR3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7FlYU1KR3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7FlYU1KR3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7FlYU1KR3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7FlYU1KR3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7FlYU1KR3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u7FlYU1KR3 .navbar-buttons {
  text-align: center;
}
.cid-u7FlYU1KR3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7FlYU1KR3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u7FlYU1KR3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7FlYU1KR3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7FlYU1KR3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7FlYU1KR3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7FlYU1KR3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7FlYU1KR3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7FlYU1KR3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7FlYU1KR3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7FlYU1KR3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-u7FlYU1KR3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7FlYU1KR3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7FlYU1KR3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u7FlYU1KR3 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u7FlYU1KR3 .nav-link:hover,
.cid-u7FlYU1KR3 .dropdown-item:hover,
.cid-u7FlYU1KR3 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7FlYU1KR3 .navbar {
    height: 77px;
  }
  .cid-u7FlYU1KR3 .navbar.opened {
    height: auto;
  }
}
.cid-u7FlYUM5CO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7FlYUM5CO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FlYUM5CO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FlYUM5CO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .container {
    padding: 0 16px;
  }
}
.cid-u7FlYUM5CO .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .row {
    margin: 0 10px;
  }
}
.cid-u7FlYUM5CO .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .row .card {
    padding: 0;
  }
}
.cid-u7FlYUM5CO .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7FlYUM5CO .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .title-wrapper {
    padding-right: 0;
  }
}
.cid-u7FlYUM5CO .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7FlYUM5CO .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-u7FlYUM5CO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7FlYUM5CO .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u7FlYUM5CO .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u7FlYUM5CO .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .image-wrapper {
    padding-top: 40px;
  }
}
.cid-u7FlYUM5CO .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7FlYUM5CO .image-wrapper img {
    height: 350px;
  }
}
.cid-u7FlYUM5CO .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7FlYUM5CO .mbr-text {
  color: #F9A600;
}
.cid-u7FlYUM5CO .mbr-section-title,
.cid-u7FlYUM5CO .icon-wrapper {
  color: #192227;
}
.cid-u7FlYUM5CO .mbr-text,
.cid-u7FlYUM5CO .mbr-section-btn {
  color: #192227;
}
.cid-u7FlYV2vRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7FlYV2vRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FlYV2vRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7FlYV2vRl .container {
    padding: 0 16px;
  }
}
.cid-u7FlYV2vRl .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7FlYV2vRl .row {
    margin: 0 10px;
  }
}
.cid-u7FlYV2vRl .row .card {
  position: relative;
  padding: 0;
}
.cid-u7FlYV2vRl .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u7FlYV2vRl .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FlYV2vRl .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7FlYV2vRl .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u7FlYV2vRl .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FlYV2vRl .row .card .icon-decor {
    display: none;
  }
}
.cid-u7FlYV2vRl .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-u7FlYV2vRl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7FlYV2vRl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7FlYV2vRl .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-u7FlYV2vRl .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-u7FlYV2vRl .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-u7FlYV2vRl .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u7FlYV2vRl .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-u7FlYV2vRl .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-u7FlYV2vRl .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-u7FlYV2vRl .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-u7FlYV2vRl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u7FlYV2vRl .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u7FlYV2vRl .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-u7FlYV2vRl .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-u7FlYV2vRl .mbr-section-title {
  color: #192227;
}
.cid-u7FlYV2vRl .item-title {
  color: #192227;
}
.cid-u7FlYV2vRl .mbr-text {
  color: #192227;
}
.cid-u7FmQ50gVn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7FmQ50gVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FmQ50gVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7FmQ50gVn .container {
    padding: 0 16px;
  }
}
.cid-u7FmQ50gVn .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7FmQ50gVn .row {
    margin: 0 10px;
  }
}
.cid-u7FmQ50gVn .row .card {
  position: relative;
  padding: 0;
}
.cid-u7FmQ50gVn .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u7FmQ50gVn .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FmQ50gVn .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7FmQ50gVn .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u7FmQ50gVn .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FmQ50gVn .row .card .icon-decor {
    display: none;
  }
}
.cid-u7FmQ50gVn .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-u7FmQ50gVn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7FmQ50gVn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7FmQ50gVn .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-u7FmQ50gVn .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-u7FmQ50gVn .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-u7FmQ50gVn .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u7FmQ50gVn .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-u7FmQ50gVn .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-u7FmQ50gVn .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-u7FmQ50gVn .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-u7FmQ50gVn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u7FmQ50gVn .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u7FmQ50gVn .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-u7FmQ50gVn .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-u7FmQ50gVn .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7FmQ50gVn .item-title {
  color: #192227;
}
.cid-u7FmQ50gVn .mbr-text {
  color: #192227;
}
.cid-u7FlYVndZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u7FlYVndZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FlYVndZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7FlYVndZs .container {
    padding: 0 16px;
  }
}
.cid-u7FlYVndZs .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7FlYVndZs .row {
    margin: 0 10px;
  }
}
.cid-u7FlYVndZs .row .card {
  position: relative;
  padding: 0;
}
.cid-u7FlYVndZs .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u7FlYVndZs .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FlYVndZs .row .card .decor-wrapper {
    display: none;
  }
}
.cid-u7FlYVndZs .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u7FlYVndZs .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7FlYVndZs .row .card .icon-decor {
    display: none;
  }
}
.cid-u7FlYVndZs .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u7FlYVndZs .title-wrapper {
    width: 100%;
  }
}
.cid-u7FlYVndZs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7FlYVndZs .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7FlYVndZs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7FlYVndZs .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7FlYVndZs .mbr-text {
  color: #fdfcfc;
}
.cid-u7FoTqMFGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7FoTqMFGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FoTqMFGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7FoTqMFGF .container {
    padding: 0 25px;
  }
}
.cid-u7FoTqMFGF .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-u7FoTqMFGF .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-u7FoTqMFGF .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-u7FoTqMFGF .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-u7FoTqMFGF .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-u7FoTqMFGF .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7FoTqMFGF .items .item {
    margin: 0;
  }
}
.cid-u7FoTqMFGF .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-u7FoTqMFGF .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7FoTqMFGF .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-u7FoTqMFGF .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-u7FoTqMFGF .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-u7FoTqMFGF .mbr-section-title {
  color: #000000;
}
.cid-u7FoTqMFGF .item-title {
  color: #000000;
}
.cid-u7FoTqMFGF .mbr-text {
  color: #000000;
}
.cid-u7FlYVx7hb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-u7FlYVx7hb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7FlYVx7hb input,
.cid-u7FlYVx7hb textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-u7FlYVx7hb input:focus,
.cid-u7FlYVx7hb textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7FlYVx7hb .form-control,
.cid-u7FlYVx7hb .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7FlYVx7hb .form-control:hover,
.cid-u7FlYVx7hb .field-input:hover,
.cid-u7FlYVx7hb .form-control:focus,
.cid-u7FlYVx7hb .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u7FlYVx7hb input::-webkit-input-placeholder,
.cid-u7FlYVx7hb textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-u7FlYVx7hb input:-moz-placeholder,
.cid-u7FlYVx7hb textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-u7FlYVx7hb .jq-selectbox li,
.cid-u7FlYVx7hb .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-u7FlYVx7hb .jq-selectbox li:hover,
.cid-u7FlYVx7hb .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-u7FlYVx7hb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-u7FlYVx7hb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-u7FlYVx7hb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7FlYVx7hb .mbr-form {
  max-width: 450px;
}
.cid-u7FlYVx7hb textarea {
  min-height: 150px;
}
.cid-u7FlYVx7hb .mbr-text {
  color: #cccccc;
}
.cid-u7FlYVx7hb .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-u7FlYVx7hb .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uGPNCt0mR1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uGPNCt0mR1 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uGPNCt0mR1 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uGPNCt0mR1 .row {
    margin: 0 2rem;
  }
}
.cid-uGPNCt0mR1 .container {
  max-width: 1500px;
}
.cid-uGPNCt0mR1 .form-control,
.cid-uGPNCt0mR1 .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGPNCt0mR1 .form-control:hover,
.cid-uGPNCt0mR1 .field-input:hover,
.cid-uGPNCt0mR1 .form-control:focus,
.cid-uGPNCt0mR1 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uGPNCt0mR1 input::-webkit-input-placeholder,
.cid-uGPNCt0mR1 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uGPNCt0mR1 input:-moz-placeholder,
.cid-uGPNCt0mR1 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uGPNCt0mR1 .jq-selectbox li,
.cid-uGPNCt0mR1 .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uGPNCt0mR1 .jq-selectbox li:hover,
.cid-uGPNCt0mR1 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uGPNCt0mR1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uGPNCt0mR1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uGPNCt0mR1 .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uGPNCt0mR1 .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uGPNCt0mR1 input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uGPNCt0mR1 .col,
.cid-uGPNCt0mR1 .col-auto {
  padding: 0;
}
.cid-uGPNCt0mR1 .form-group {
  margin-bottom: 0rem;
}
.cid-uGPNCt0mR1 .items {
  color: #333333;
  text-align: left;
}
.cid-uGPNCt0mR1 .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uGPNCt0mR1 .col-md-6,
  .cid-uGPNCt0mR1 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGPNCt0mR1 .navbar-brand {
    justify-content: center;
  }
  .cid-uGPNCt0mR1 .row {
    margin: 0;
  }
}
.cid-u7FlYVHxsP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u7FlYVHxsP .media-container-row .mbr-text {
  color: #333333;
}
.cid-u7GSZGGSbj .nav-item:focus,
.cid-u7GSZGGSbj .nav-link:focus {
  outline: none;
}
.cid-u7GSZGGSbj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u7GSZGGSbj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7GSZGGSbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u7GSZGGSbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u7GSZGGSbj .collapsed {
  flex-direction: row!important;
}
.cid-u7GSZGGSbj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7GSZGGSbj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-u7GSZGGSbj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u7GSZGGSbj .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u7GSZGGSbj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7GSZGGSbj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7GSZGGSbj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-u7GSZGGSbj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u7GSZGGSbj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7GSZGGSbj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7GSZGGSbj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7GSZGGSbj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7GSZGGSbj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7GSZGGSbj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7GSZGGSbj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7GSZGGSbj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u7GSZGGSbj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7GSZGGSbj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7GSZGGSbj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7GSZGGSbj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7GSZGGSbj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7GSZGGSbj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7GSZGGSbj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7GSZGGSbj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u7GSZGGSbj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7GSZGGSbj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7GSZGGSbj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7GSZGGSbj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7GSZGGSbj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7GSZGGSbj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7GSZGGSbj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7GSZGGSbj .dropdown-item.active,
.cid-u7GSZGGSbj .dropdown-item:active {
  background-color: transparent;
}
.cid-u7GSZGGSbj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7GSZGGSbj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7GSZGGSbj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7GSZGGSbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7GSZGGSbj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7GSZGGSbj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7GSZGGSbj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u7GSZGGSbj .navbar-buttons {
  text-align: center;
}
.cid-u7GSZGGSbj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7GSZGGSbj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u7GSZGGSbj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7GSZGGSbj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GSZGGSbj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GSZGGSbj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7GSZGGSbj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GSZGGSbj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7GSZGGSbj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7GSZGGSbj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GSZGGSbj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-u7GSZGGSbj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7GSZGGSbj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7GSZGGSbj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u7GSZGGSbj .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u7GSZGGSbj .nav-link:hover,
.cid-u7GSZGGSbj .dropdown-item:hover,
.cid-u7GSZGGSbj .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7GSZGGSbj .navbar {
    height: 77px;
  }
  .cid-u7GSZGGSbj .navbar.opened {
    height: auto;
  }
}
.cid-u7GSZHkG09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7GSZHkG09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GSZHkG09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GSZHkG09 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .container {
    padding: 0 16px;
  }
}
.cid-u7GSZHkG09 .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .row {
    margin: 0 10px;
  }
}
.cid-u7GSZHkG09 .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .row .card {
    padding: 0;
  }
}
.cid-u7GSZHkG09 .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7GSZHkG09 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .title-wrapper {
    padding-right: 0;
  }
}
.cid-u7GSZHkG09 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7GSZHkG09 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-u7GSZHkG09 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u7GSZHkG09 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u7GSZHkG09 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u7GSZHkG09 .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .image-wrapper {
    padding-top: 40px;
  }
}
.cid-u7GSZHkG09 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7GSZHkG09 .image-wrapper img {
    height: 350px;
  }
}
.cid-u7GSZHkG09 .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7GSZHkG09 .mbr-text {
  color: #F9A600;
}
.cid-u7GSZHkG09 .mbr-section-title,
.cid-u7GSZHkG09 .icon-wrapper {
  color: #192227;
}
.cid-u7GSZHkG09 .mbr-text,
.cid-u7GSZHkG09 .mbr-section-btn {
  color: #192227;
}
.cid-u7GSZHEfEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7GSZHEfEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GSZHEfEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7GSZHEfEL .container {
    padding: 0 16px;
  }
}
.cid-u7GSZHEfEL .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7GSZHEfEL .row {
    margin: 0 10px;
  }
}
.cid-u7GSZHEfEL .row .card {
  position: relative;
  padding: 0;
}
.cid-u7GSZHEfEL .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u7GSZHEfEL .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7GSZHEfEL .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u7GSZHEfEL .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u7GSZHEfEL .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7GSZHEfEL .row .card .icon-decor {
    display: none;
  }
}
.cid-u7GSZHEfEL .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-u7GSZHEfEL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7GSZHEfEL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7GSZHEfEL .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-u7GSZHEfEL .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-u7GSZHEfEL .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-u7GSZHEfEL .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u7GSZHEfEL .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-u7GSZHEfEL .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-u7GSZHEfEL .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-u7GSZHEfEL .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-u7GSZHEfEL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u7GSZHEfEL .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u7GSZHEfEL .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-u7GSZHEfEL .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-u7GSZHEfEL .mbr-section-title {
  color: #192227;
}
.cid-u7GSZHEfEL .item-title {
  color: #192227;
}
.cid-u7GSZHEfEL .mbr-text {
  color: #192227;
}
.cid-u7GSZI87gx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u7GSZI87gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GSZI87gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7GSZI87gx .container {
    padding: 0 16px;
  }
}
.cid-u7GSZI87gx .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u7GSZI87gx .row {
    margin: 0 10px;
  }
}
.cid-u7GSZI87gx .row .card {
  position: relative;
  padding: 0;
}
.cid-u7GSZI87gx .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u7GSZI87gx .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7GSZI87gx .row .card .decor-wrapper {
    display: none;
  }
}
.cid-u7GSZI87gx .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u7GSZI87gx .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u7GSZI87gx .row .card .icon-decor {
    display: none;
  }
}
.cid-u7GSZI87gx .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u7GSZI87gx .title-wrapper {
    width: 100%;
  }
}
.cid-u7GSZI87gx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7GSZI87gx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7GSZI87gx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7GSZI87gx .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7GSZI87gx .mbr-text {
  color: #fdfcfc;
}
.cid-u7GSZImyvb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GSZImyvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GSZImyvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7GSZImyvb .container {
    padding: 0 25px;
  }
}
.cid-u7GSZImyvb .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-u7GSZImyvb .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-u7GSZImyvb .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-u7GSZImyvb .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-u7GSZImyvb .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-u7GSZImyvb .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7GSZImyvb .items .item {
    margin: 0;
  }
}
.cid-u7GSZImyvb .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-u7GSZImyvb .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7GSZImyvb .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-u7GSZImyvb .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-u7GSZImyvb .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-u7GSZImyvb .mbr-section-title {
  color: #000000;
}
.cid-u7GSZImyvb .item-title {
  color: #000000;
}
.cid-u7GSZImyvb .mbr-text {
  color: #000000;
}
.cid-u7GSZIEk2p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-u7GSZIEk2p .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7GSZIEk2p input,
.cid-u7GSZIEk2p textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-u7GSZIEk2p input:focus,
.cid-u7GSZIEk2p textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7GSZIEk2p .form-control,
.cid-u7GSZIEk2p .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7GSZIEk2p .form-control:hover,
.cid-u7GSZIEk2p .field-input:hover,
.cid-u7GSZIEk2p .form-control:focus,
.cid-u7GSZIEk2p .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u7GSZIEk2p input::-webkit-input-placeholder,
.cid-u7GSZIEk2p textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-u7GSZIEk2p input:-moz-placeholder,
.cid-u7GSZIEk2p textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-u7GSZIEk2p .jq-selectbox li,
.cid-u7GSZIEk2p .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-u7GSZIEk2p .jq-selectbox li:hover,
.cid-u7GSZIEk2p .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-u7GSZIEk2p .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-u7GSZIEk2p .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-u7GSZIEk2p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7GSZIEk2p .mbr-form {
  max-width: 450px;
}
.cid-u7GSZIEk2p textarea {
  min-height: 150px;
}
.cid-u7GSZIEk2p .mbr-text {
  color: #cccccc;
}
.cid-u7GSZIEk2p .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-u7GSZIEk2p .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-uGPNIE4CIR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uGPNIE4CIR img {
  width: 40px;
  margin-right: 1rem;
}
.cid-uGPNIE4CIR .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uGPNIE4CIR .row {
    margin: 0 2rem;
  }
}
.cid-uGPNIE4CIR .container {
  max-width: 1500px;
}
.cid-uGPNIE4CIR .form-control,
.cid-uGPNIE4CIR .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGPNIE4CIR .form-control:hover,
.cid-uGPNIE4CIR .field-input:hover,
.cid-uGPNIE4CIR .form-control:focus,
.cid-uGPNIE4CIR .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uGPNIE4CIR input::-webkit-input-placeholder,
.cid-uGPNIE4CIR textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uGPNIE4CIR input:-moz-placeholder,
.cid-uGPNIE4CIR textarea:-moz-placeholder {
  color: #767676;
}
.cid-uGPNIE4CIR .jq-selectbox li,
.cid-uGPNIE4CIR .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-uGPNIE4CIR .jq-selectbox li:hover,
.cid-uGPNIE4CIR .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-uGPNIE4CIR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uGPNIE4CIR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-uGPNIE4CIR .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-uGPNIE4CIR .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uGPNIE4CIR input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-uGPNIE4CIR .col,
.cid-uGPNIE4CIR .col-auto {
  padding: 0;
}
.cid-uGPNIE4CIR .form-group {
  margin-bottom: 0rem;
}
.cid-uGPNIE4CIR .items {
  color: #333333;
  text-align: left;
}
.cid-uGPNIE4CIR .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uGPNIE4CIR .col-md-6,
  .cid-uGPNIE4CIR .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGPNIE4CIR .navbar-brand {
    justify-content: center;
  }
  .cid-uGPNIE4CIR .row {
    margin: 0;
  }
}
.cid-u7GSZIUf9M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u7GSZIUf9M .media-container-row .mbr-text {
  color: #333333;
}
