body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Hacked CRT';
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #51d004 !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #51d004 !important;
  border-color: #51d004 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #348503 !important;
  border-color: #348503 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #51d004;
  color: #51d004;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #51d004;
  border-color: #51d004;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #51d004 !important;
  border-color: #51d004 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #55b4d4;
  color: #55b4d4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.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: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #51d004 !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #86fb3f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6d8e9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #51d004;
  border-color: #51d004;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #51d004;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c5fda3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #51d004;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #51d004;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #51d004;
  border-bottom-color: #51d004;
}
.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: #000000 !important;
  background-color: #51d004 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #55b4d4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2351d004' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #9ccd7e !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sJJe5uv8Z4 {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bitdefender-avatar.webp");
}
.cid-sJJe5uv8Z4 .mbr-iconfont2 {
  color: #e9204f;
}
.cid-sJJe5uv8Z4 .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-sJJe5uv8Z4 .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}
.cid-sJJe5uv8Z4 .btn {
  margin-left: 0rem;
}
.cid-sJJe5uv8Z4 .row {
  padding-bottom: 8rem;
}
.cid-sJJe5uv8Z4 .link {
  margin: 0;
  color: #e6eaf1;
}
.cid-sJJe5uv8Z4 .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-sJJe5uv8Z4 .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #e9204f;
  transition: 0.7s;
}
.cid-sJJe5uv8Z4 .card-img {
  margin-bottom: 3.2rem;
}
.cid-sJJe5uv8Z4 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sJJe5uv8Z4 .card:hover .card-inner {
  background-color: #e9204f;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-sJJe5uv8Z4 .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sJJe5uv8Z4 .card:hover .card-title:after {
  background: #ffffff;
}
.cid-sJJe5uv8Z4 .media-container-row {
  align-items: flex-end;
}
.cid-sJJe5uv8Z4 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sJJe5uv8Z4 .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-sJJe5uv8Z4 .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sJJe5uv8Z4 .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sJJe5uv8Z4 .card {
    margin-bottom: 2rem;
  }
  .cid-sJJe5uv8Z4 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJJe5uv8Z4 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sJJe5uv8Z4 .card {
  position: relative;
}
.cid-sJJe5uv8Z4 .card-3::after {
  content: '';
  background-color: #e9204f;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-sJJe5uv8Z4 .card:first-child .card-inner {
  background-color: #e9204f;
}
.cid-sJJe5uv8Z4 .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-sJJe5uv8Z4 .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-sJJe5uv8Z4 .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-sJJe5uv8Z4 .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-sJJe5uv8Z4 .line-title {
  width: 40px;
  height: 2px;
  background-color: #465052;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sJJe5uv8Z4 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #465052;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-v3Puh2jpBa {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2.webp");
}
.cid-v3Puh2jpBa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3Puh2jpBa .row {
    flex-direction: column-reverse;
  }
  .cid-v3Puh2jpBa .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v3Puh2jpBa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3Puh2jpBa .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-v3Puh2jpBa .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-v3Puh2jpBa .card-title {
  color: #e6eaf1;
}
.cid-v3Puh2jpBa .mbr-text,
.cid-v3Puh2jpBa .mbr-section-btn {
  color: #e6eaf1;
}
.cid-v3Puh2jpBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Puh2jpBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZbfxrWXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v2ZbfxrWXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZbfxrWXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZbfxrWXn .row {
  justify-content: space-between;
}
.cid-v2ZbfxrWXn .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v2ZbfxrWXn .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2ZbfxrWXn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2ZbfxrWXn .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-v2ZbfxrWXn .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v2ZbfxrWXn .content-wrapper .mbr-section-btn .btn::after,
.cid-v2ZbfxrWXn .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v2ZbfxrWXn .content-wrapper .mbr-section-btn .btn:hover,
.cid-v2ZbfxrWXn .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v2ZbfxrWXn .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-v2ZbfxrWXn .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v2ZbfxrWXn .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-v2ZbfxrWXn .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v2ZbfxrWXn .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2ZbfxrWXn .image-wrapper img {
    height: 350px;
  }
}
.cid-v2ZbfxrWXn .mbr-section-title {
  color: #ffffff;
}
.cid-v2ZbfxrWXn .mbr-section-subtitle {
  color: #eff1f5;
}
.cid-v2ZbfxrWXn .mbr-text {
  color: #c7c7c7;
}
.cid-v2ZbfxrWXn .mbr-text,
.cid-v2ZbfxrWXn .mbr-section-btn {
  color: #51d004;
}
.cid-uXIDYTODC2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXIDYTODC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIDYTODC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXIDYTODC2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #edefeb;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
.cid-uXIDYTODC2 .number-wrap {
  color: #3c71d3;
  text-align: center;
}
.cid-uXIDYTODC2 .number {
  color: #102f62;
}
.cid-uXIDYTODC2 .period {
  display: block;
}
.cid-uXIDYTODC2 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uXIDYTODC2 .period {
    font-size: 0.8rem;
  }
}
.cid-uXIDYTODC2 .btn {
  height: 100%;
  margin: 0;
}
.cid-uXIDYTODC2 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uXIDYTODC2 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uXIDYTODC2 .icons-menu .soc-item a:hover .mbr-iconfont,
.cid-uXIDYTODC2 .icons-menu .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-uXIDYTODC2 .icons-menu .soc-item a .mbr-iconfont {
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #163300;
  background-color: #edefeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uXIDYTODC2 .icons-menu .soc-item a .mbr-iconfont:before {
  padding: 1.1rem;
}
@media (max-width: 767px) {
  .cid-uXIDYTODC2 .icons-menu .soc-item a .mbr-iconfont:before {
    padding: 1.2rem;
  }
}
.cid-uXIDYTODC2 H3 {
  color: #d2104e;
}
.cid-uXIDYTODC2 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sFvZ6u289Y {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #d9d9d9;
}
.cid-sFvZ6u289Y .mbr-section-subtitle {
  color: #3c71d3;
}
.cid-sFvZ6u289Y .mbr-section-subtitle B {
  color: #232323;
}
.cid-uXwduonB0J {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uXwduonB0J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXwduonB0J .row {
    flex-direction: column-reverse;
  }
  .cid-uXwduonB0J .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXwduonB0J .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXwduonB0J .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXwduonB0J .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uXwduonB0J .card-title {
  color: #3c71d3;
}
.cid-uXwduonB0J .mbr-text,
.cid-uXwduonB0J .mbr-section-btn {
  color: #6c758f;
}
.cid-uXwduonB0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwduonB0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXybI92PUr {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-uXybI92PUr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXybI92PUr .row {
    flex-direction: column-reverse;
  }
  .cid-uXybI92PUr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXybI92PUr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXybI92PUr .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXybI92PUr .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uXybI92PUr .card-title {
  color: #3c71d3;
}
.cid-uXybI92PUr .mbr-text,
.cid-uXybI92PUr .mbr-section-btn {
  color: #6c758f;
}
.cid-uXybI92PUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXybI92PUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sJKSQRUusq {
  background-image: url("../../../assets/images/mbr-7.webp");
}
.cid-sJKSQRUusq .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sJKSQRUusq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sJKSQRUusq .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sJKSQRUusq .mbr-text,
.cid-sJKSQRUusq .mbr-section-btn {
  color: #6f3f7c;
}
.cid-sJKSQRUusq .mbr-section-title {
  color: #263d5a;
}
.cid-sJKSQRUusq .mbr-section-subtitle {
  color: #6f3f7c;
}
.cid-sJKUVZkwAB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #d9d9d9;
}
.cid-sJKUVZkwAB .mbr-section-subtitle {
  color: #3c71d3;
}
.cid-sJKUVZkwAB .mbr-section-subtitle B {
  color: #232323;
}
.cid-s1YNzGfN84 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d9d9d9;
}
.cid-s1YNzGfN84 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YNzGfN84 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YNzGfN84 .link-wrapper .mbr-iconfont {
  border: 1px solid #9ccd7e;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #9ccd7e;
}
.cid-s1YNzGfN84 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNzGfN84 .card-wrapper {
  background: #58b39a;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YNzGfN84 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YNzGfN84 .first:hover:before {
  content: none;
}
.cid-s1YNzGfN84 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-s1YNzGfN84 .last:hover:after {
  content: none;
}
.cid-s1YNzGfN84 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-s1YNzGfN84 .mbr-section-text {
  color: #040402;
}
.cid-s1YNzGfN84 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YNzGfN84 .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YNzGfN84 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YNzGfN84 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sT5RyQJ9JV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sT5RyQJ9JV .container {
    max-width: 1400px;
  }
}
.cid-sT5RyQJ9JV .mbr-section-subtitle {
  color: #51d004;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sT5RyQJ9JV .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sT5RyQJ9JV .main-title {
  margin-bottom: 56px;
}
.cid-sT5RyQJ9JV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sT5RyQJ9JV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sT5RyQJ9JV .img-wrap {
  display: block;
}
.cid-sT5RyQJ9JV .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-sT5RyQJ9JV .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-sT5RyQJ9JV .card-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #1d1d1e;
  margin-right: 25px;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box {
  height: 100%;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sT5RyQJ9JV .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-sT5RyQJ9JV .mbr-section-btn {
  text-align: center;
}
.cid-sT5RyQJ9JV .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sT5RyQJ9JV .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sT5RyQJ9JV .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-sT5RyQJ9JV img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-sT5RyQJ9JV .card-box .card-title,
  .cid-sT5RyQJ9JV .card-box .mbr-text {
    text-align: left;
  }
}
.cid-sT5RyQJ9JV .badge,
.cid-sT5RyQJ9JV .badge_wrap {
  color: #3c71d3;
}
.cid-sTKfDNdZqV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-sTKfDNdZqV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sTKfDNdZqV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sTKfDNdZqV .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sTKfDNdZqV .main-title.display-2 {
  line-height: 1.375;
}
.cid-sTKfDNdZqV .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sTKfDNdZqV .mbr-text {
  color: #606060;
}
.cid-sTKfDNdZqV .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sTKfDNdZqV .mbr-section-btn {
  margin-top: 24px;
}
.cid-sTKfDNdZqV .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sTKfDNdZqV .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sTKfDNdZqV .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sTKfDNdZqV .mbr-text,
.cid-sTKfDNdZqV .mbr-section-btn {
  color: #51d004;
}
.cid-sTKfDNdZqV .main-title,
.cid-sTKfDNdZqV .mbr-section-btn {
  color: #3c71d3;
}
.cid-sTKfvZONOK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9fafb;
}
.cid-sTKfvZONOK .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sTKfvZONOK .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sTKfvZONOK .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sTKfvZONOK .main-title {
  margin-bottom: 20px;
  color: #3c71d3;
}
.cid-sTKfvZONOK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(135, 135, 135, 0.15);
  margin-bottom: 26px;
}
.cid-sTKfvZONOK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sTKfvZONOK .mbr-text {
  color: #606060;
  font-weight: 300;
}
.cid-sTKfvZONOK .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sTKfvZONOK .progress_elements {
  margin: 0 auto;
}
.cid-sTKfvZONOK .progress_elements .progress1,
.cid-sTKfvZONOK .progress_elements .progress2,
.cid-sTKfvZONOK .progress_elements .progress3,
.cid-sTKfvZONOK .progress_elements .progress4 {
  margin-bottom: 20px;
}
.cid-sTKfvZONOK .progress_elements .progress1 progress::-webkit-progress-value {
  background: #51d004;
}
.cid-sTKfvZONOK .progress_elements .progress2 progress::-webkit-progress-value {
  background: #999999;
}
.cid-sTKfvZONOK .progress_elements .progress3 progress::-webkit-progress-value {
  background: #fb9d7e;
}
.cid-sTKfvZONOK .progress_elements .progress4 progress::-webkit-progress-value {
  background: #e9204f;
}
.cid-sTKfvZONOK .progress_elements .progress1 .progressbar-number:before {
  content: "98";
}
.cid-sTKfvZONOK .progress_elements .progress2 .progressbar-number:before {
  content: "85";
}
.cid-sTKfvZONOK .progress_elements .progress3 .progressbar-number:before {
  content: "79";
}
.cid-sTKfvZONOK .progress_elements .progress4 .progressbar-number:before {
  content: "70";
}
.cid-sTKfvZONOK .progress_elements .progress1 .progressbar-number:before,
.cid-sTKfvZONOK .progress_elements .progress2 .progressbar-number:before,
.cid-sTKfvZONOK .progress_elements .progress3 .progressbar-number:before,
.cid-sTKfvZONOK .progress_elements .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sTKfvZONOK .progress_elements .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sTKfvZONOK .progress_elements .title-wrap .progressbar-title p,
.cid-sTKfvZONOK .progress_elements .title-wrap .progress_value {
  color: #767676;
}
.cid-sTKfvZONOK .progress_elements .title-wrap .progress_value {
  position: relative;
}
.cid-sTKfvZONOK .progress_elements .title-wrap .progress_value span {
  padding-left: 30px;
}
.cid-sTKfvZONOK .progress_elements .progress {
  width: 100%;
  height: 10px;
  border-radius: 20px;
}
.cid-sTKfvZONOK progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sTKfvZONOK .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sTKfvZONOK .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sTKfvZONOK p {
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .cid-sTKfvZONOK img {
    width: 100%;
  }
}
.cid-sTKfvZONOK .badge,
.cid-sTKfvZONOK .badge_wrap {
  color: #e9204f;
}
.cid-sTKKnHFxuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTKKnHFxuv .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sTKKnHFxuv .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sTKKnHFxuv .wrapper {
  padding: 0rem;
}
.cid-sTKKnHFxuv .icon-left {
  margin-right: 0.1rem;
}
.cid-sTKKnHFxuv .icon-right {
  margin-left: 0.1rem;
}
.cid-sTKKnHFxuv .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sTKKnHFxuv .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sTKKnHFxuv .card-subtitle {
  text-align: left;
}
.cid-sTKKnHFxuv .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 44px 32px 52px;
  border: 1px solid #eff0f6;
}
.cid-sTKKnHFxuv .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-sTKKnHFxuv .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-sTKKnHFxuv .margin {
  margin-right: 14px;
}
.cid-sTKKnHFxuv .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-sTKKnHFxuv .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sTKKnHFxuv .people {
  align-items: center;
}
.cid-sTKKnHFxuv .item-wrapper {
  width: 100%;
}
.cid-sTKKnHFxuv .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #3c71d3;
}
.cid-sTKKnHFxuv img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-sTKKnHFxuv .mbr-iconfont::before {
  font-size: 25px;
}
.cid-sTKKnHFxuv .card-text,
.cid-sTKKnHFxuv .iconfont-wrapper {
  color: #8c8c95;
}
.cid-sTKKnHFxuv .card-subtitle,
.cid-sTKKnHFxuv .card-subtitle2 {
  display: inline;
}
.cid-sTKKnHFxuv .card-subtitle2 {
  color: #8c8c95;
}
@media (max-width: 576px) {
  .cid-sTKKnHFxuv .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-sTKKnHFxuv .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-sTKKnHFxuv img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-sTKKnHFxuv .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-sTKKnHFxuv .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-sJKSzbcBBR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #38346b;
  background: linear-gradient(135deg, #38346b, #102f62);
}
.cid-sJKSzbcBBR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sJKSzbcBBR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sJKSzbcBBR .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 21px;
  font-weight: 600;
}
.cid-sJKSzbcBBR .main-title {
  color: #ffffff;
}
.cid-sJKSzbcBBR .main-title.display-2 {
  line-height: 1.375;
}
.cid-sJKSzbcBBR .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sJKSzbcBBR .card .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sJKSzbcBBR .card .wrap .pie_progress__number {
  text-align: center !important;
  color: #ffffff;
}
.cid-sJKSzbcBBR .card .wrap .pie_progress__number.display-2 {
  font-size: 30px;
}
.cid-sJKSzbcBBR .card .card-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sJKSzbcBBR .card .card-title.disply-7 {
  line-height: 1.3;
}
.cid-sJKSzbcBBR .card .card-text {
  color: #ffffff;
}
.cid-sJKSzbcBBR .card .card-text.display-4 {
  line-height: 1.75;
}
.cid-sJKSzbcBBR .svg-gradient {
  position: absolute;
}
.cid-sJKSzbcBBR ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sJKSzbcBBR .progress1 path {
  stroke: #9ccd7e;
}
.cid-sJKSzbcBBR .progress2 path {
  stroke: #d16b86;
}
.cid-sJKSzbcBBR .progress3 path {
  stroke: #9ccd7e;
}
.cid-sJKSzbcBBR .progress4 path {
  stroke: #f5c463;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sJKSzbcBBR .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sJxT3uiYHm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sJxT3uiYHm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJxT3uiYHm .row {
    flex-direction: column-reverse;
  }
  .cid-sJxT3uiYHm .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sJxT3uiYHm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJxT3uiYHm .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sJxT3uiYHm .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sJxT3uiYHm .card-title {
  color: #36187d;
}
.cid-sJxT3uiYHm .mbr-text,
.cid-sJxT3uiYHm .mbr-section-btn {
  color: #6c758f;
}
.cid-sJRr5eoaf7 {
  background-image: url("../../../assets/images/background2.webp");
}
.cid-sJRr5eoaf7 .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-sJRr5eoaf7 .block {
    height: 352px;
  }
}
.cid-sJRoR4roT6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-sJRoR4roT6 .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-sJRoR4roT6 h2,
.cid-sJRoR4roT6 h3,
.cid-sJRoR4roT6 h4,
.cid-sJRoR4roT6 p {
  color: #ffffff;
}
.cid-sJRoR4roT6 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sJRoR4roT6 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sJRoR4roT6 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJRoR4roT6 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sJRoR4roT6 .form-control:focus,
.cid-sJRoR4roT6 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sJRoR4roT6 .form-group {
  margin-bottom: 1rem;
}
.cid-sJRoR4roT6 input::-webkit-input-placeholder,
.cid-sJRoR4roT6 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sJRoR4roT6 input:-moz-placeholder,
.cid-sJRoR4roT6 textarea:-moz-placeholder {
  color: #656565;
}
.cid-sJRoR4roT6 .jq-selectbox li,
.cid-sJRoR4roT6 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJRoR4roT6 .jq-selectbox li:hover,
.cid-sJRoR4roT6 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sJRoR4roT6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJRoR4roT6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sJRoR4roT6 .mbr-text {
  color: #767676;
}
.cid-sJRoR4roT6 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sJRoR4roT6 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJRoR4roT6 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sJRoR4roT6 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sJRoR4roT6 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sJRoR4roT6 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sJRoR4roT6 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sJRoR4roT6 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-uXC6BXOnoR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #d9d9d9;
}
.cid-uXC6BXOnoR .mbr-section-subtitle {
  color: #3c71d3;
}
.cid-uXC6BXOnoR .mbr-section-subtitle B {
  color: #232323;
}
.cid-uXC6BXOnoR .mbr-section-title {
  color: #999999;
}
.cid-uXC6CRFMBg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uXC6CRFMBg .container-fluid {
  padding: 0 3rem;
}
.cid-uXC6CRFMBg ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXC6CRFMBg ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uXC6CRFMBg ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uXC6CRFMBg ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uXC6CRFMBg .container-fluid {
    padding: 0 1rem;
  }
  .cid-uXC6CRFMBg .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uXC6CRFMBg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uXC6CRFMBg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #51d004, #55b4d4);
  display: inline-block;
}
.cid-srWm1xgLQ5 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-srWm1xgLQ5 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-srWm1xgLQ5 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-srWm1xgLQ5 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-srWm1xgLQ5 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-srWm1xgLQ5 .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-srWm1xgLQ5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-srWm1xgLQ5 .first:hover:before {
  content: none;
}
.cid-srWm1xgLQ5 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-srWm1xgLQ5 .last:hover:after {
  content: none;
}
.cid-srWm1xgLQ5 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-srWm1xgLQ5 .mbr-section-text {
  color: #999999;
}
.cid-srWm1xgLQ5 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-srWm1xgLQ5 .card .img-wrapper {
  overflow: hidden;
}
.cid-srWm1xgLQ5 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-srWm1xgLQ5 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-srWm1xgLQ5 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-srWm1xgLQ5 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-srWm1xgLQ5 .mbr-section-title {
  color: #9ccd7e;
}
.cid-tVFEzSUDKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tVFEzSUDKM .mbr-text1 {
  color: #999999;
}
.cid-tVFEzSUDKM .mbr-text2 {
  color: #999999;
}
.cid-tVFEzSUDKM p {
  margin: 0;
}
.cid-sFw0VHLyDB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFw0VHLyDB .btn {
  white-space: nowrap;
}
.cid-sFw0VHLyDB .nav-link,
.cid-sFw0VHLyDB .icons-menu .mbr-iconfont,
.cid-sFw0VHLyDB .dropdown-item {
  transition: all 0.1s;
}
.cid-sFw0VHLyDB .nav-link:hover,
.cid-sFw0VHLyDB .icons-menu .mbr-iconfont:hover,
.cid-sFw0VHLyDB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-sFw0VHLyDB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sFw0VHLyDB .container {
  display: flex;
  margin: auto;
}
.cid-sFw0VHLyDB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sFw0VHLyDB .navbar.opened {
  transition: all .3s;
}
.cid-sFw0VHLyDB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sFw0VHLyDB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sFw0VHLyDB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFw0VHLyDB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFw0VHLyDB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFw0VHLyDB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFw0VHLyDB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFw0VHLyDB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFw0VHLyDB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFw0VHLyDB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFw0VHLyDB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFw0VHLyDB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFw0VHLyDB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFw0VHLyDB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFw0VHLyDB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFw0VHLyDB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFw0VHLyDB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFw0VHLyDB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFw0VHLyDB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFw0VHLyDB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFw0VHLyDB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFw0VHLyDB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFw0VHLyDB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sFw0VHLyDB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFw0VHLyDB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFw0VHLyDB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sFw0VHLyDB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sFw0VHLyDB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFw0VHLyDB .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFw0VHLyDB .navbar-caption {
  padding-right: 4rem;
}
.cid-sFw0VHLyDB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sFw0VHLyDB .dropdown-menu,
.cid-sFw0VHLyDB .navbar.opened {
  background: #9ccd7e !important;
}
.cid-sFw0VHLyDB .nav-item:focus,
.cid-sFw0VHLyDB .nav-link:focus {
  outline: none;
}
.cid-sFw0VHLyDB .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-sFw0VHLyDB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFw0VHLyDB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFw0VHLyDB .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-sFw0VHLyDB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFw0VHLyDB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sFw0VHLyDB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFw0VHLyDB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFw0VHLyDB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFw0VHLyDB .dropdown-item.active,
.cid-sFw0VHLyDB .dropdown-item:active {
  background-color: transparent;
}
.cid-sFw0VHLyDB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFw0VHLyDB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFw0VHLyDB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFw0VHLyDB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFw0VHLyDB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFw0VHLyDB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFw0VHLyDB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFw0VHLyDB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFw0VHLyDB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFw0VHLyDB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-sFw0VHLyDB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFw0VHLyDB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFw0VHLyDB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFw0VHLyDB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFw0VHLyDB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFw0VHLyDB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFw0VHLyDB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFw0VHLyDB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFw0VHLyDB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFw0VHLyDB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFw0VHLyDB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sFw0VHLyDB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFw0VHLyDB .navbar {
    height: 77px;
  }
  .cid-sFw0VHLyDB .navbar.opened {
    height: auto;
  }
  .cid-sFw0VHLyDB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFw0VHLyDB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sQT6xIocH1 {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-9.webp");
}
.cid-sQT6xIocH1 H1 {
  color: #ffffff;
}
.cid-sQT6xIocH1 h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sQT6xIocH1 .mbr-text,
.cid-sQT6xIocH1 .mbr-section-btn {
  color: #fb9d7e;
}
.cid-sQT6xIocH1 H2 {
  color: #51d004;
}
.cid-uXDS6vw3lK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-uXDS6vw3lK .mbr-section-subtitle {
  color: #36187d;
}
.cid-uXDS6vw3lK .mbr-text {
  color: #5f86be;
  text-align: center;
}
.cid-uXDLQJhYIM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-uXDLQJhYIM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXDLQJhYIM .row {
    flex-direction: column-reverse;
  }
  .cid-uXDLQJhYIM .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXDLQJhYIM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXDLQJhYIM .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXDLQJhYIM .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uXDLQJhYIM .card-title {
  color: #d75959;
}
.cid-uXDLQJhYIM .mbr-text,
.cid-uXDLQJhYIM .mbr-section-btn {
  color: #6c758f;
}
.cid-uXDLQJhYIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDLQJhYIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDKZDn4rv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uXDKZDn4rv .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uXDKZDn4rv .card-img {
  padding-bottom: 2rem;
}
.cid-uXDKZDn4rv .mbr-text {
  color: #767676;
}
.cid-uXDKZDn4rv span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uXDKZDn4rv .mbr-section-btn {
  margin-left: 0;
}
.cid-uXDKZDn4rv .date span {
  display: inline-block;
  background-color: #55b4d4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uXDKZDn4rv .card-title {
    text-align: center;
  }
  .cid-uXDKZDn4rv p.mbr-text,
  .cid-uXDKZDn4rv p.date {
    text-align: center;
  }
}
.cid-uXDKZDn4rv H2 {
  color: #3c71d3;
}
.cid-uXCZ6hfM3N {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uXCZ6hfM3N .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uXCZ6hfM3N .card-img {
  padding-bottom: 2rem;
}
.cid-uXCZ6hfM3N .mbr-text {
  color: #767676;
}
.cid-uXCZ6hfM3N span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uXCZ6hfM3N .mbr-section-btn {
  margin-left: 0;
}
.cid-uXCZ6hfM3N .date span {
  display: inline-block;
  background-color: #55b4d4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uXCZ6hfM3N .card-title {
    text-align: center;
  }
  .cid-uXCZ6hfM3N p.mbr-text,
  .cid-uXCZ6hfM3N p.date {
    text-align: center;
  }
}
.cid-uXCZ6hfM3N H2 {
  color: #3c71d3;
}
.cid-sUKOzbR1A8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sUKOzbR1A8 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sUKOzbR1A8 .card-img {
  padding-bottom: 2rem;
}
.cid-sUKOzbR1A8 .mbr-text {
  color: #767676;
}
.cid-sUKOzbR1A8 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sUKOzbR1A8 .mbr-section-btn {
  margin-left: 0;
}
.cid-sUKOzbR1A8 .date span {
  display: inline-block;
  background-color: #55b4d4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sUKOzbR1A8 .card-title {
    text-align: center;
  }
  .cid-sUKOzbR1A8 p.mbr-text,
  .cid-sUKOzbR1A8 p.date {
    text-align: center;
  }
}
.cid-sUKOzbR1A8 H2 {
  color: #3c71d3;
}
.cid-sFw5r1Ns5s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sFw5r1Ns5s .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sFw5r1Ns5s .card-img {
  padding-bottom: 2rem;
}
.cid-sFw5r1Ns5s .mbr-text {
  color: #767676;
}
.cid-sFw5r1Ns5s span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sFw5r1Ns5s .mbr-section-btn {
  margin-left: 0;
}
.cid-sFw5r1Ns5s .date span {
  display: inline-block;
  background-color: #55b4d4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sFw5r1Ns5s .card-title {
    text-align: center;
  }
  .cid-sFw5r1Ns5s p.mbr-text,
  .cid-sFw5r1Ns5s p.date {
    text-align: center;
  }
}
.cid-sFw5r1Ns5s H2 {
  color: #3c71d3;
}
.cid-sFw3OeYDf4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sFw3OeYDf4 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sFw3OeYDf4 .card-img {
  padding-bottom: 2rem;
}
.cid-sFw3OeYDf4 .mbr-text {
  color: #767676;
}
.cid-sFw3OeYDf4 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sFw3OeYDf4 .mbr-section-btn {
  margin-left: 0;
}
.cid-sFw3OeYDf4 .date span {
  display: inline-block;
  background-color: #55b4d4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sFw3OeYDf4 .card-title {
    text-align: center;
  }
  .cid-sFw3OeYDf4 p.mbr-text,
  .cid-sFw3OeYDf4 p.date {
    text-align: center;
  }
}
.cid-sFw3OeYDf4 H2 {
  color: #3c71d3;
}
.cid-sT5JQFIK1j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sT5JQFIK1j .container {
    max-width: 1400px;
  }
}
.cid-sT5JQFIK1j .mbr-section-subtitle {
  color: #51d004;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sT5JQFIK1j .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sT5JQFIK1j .main-title {
  margin-bottom: 56px;
}
.cid-sT5JQFIK1j .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sT5JQFIK1j .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sT5JQFIK1j .img-wrap {
  display: block;
}
.cid-sT5JQFIK1j .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-sT5JQFIK1j .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-sT5JQFIK1j .card-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #1d1d1e;
  margin-right: 25px;
}
.cid-sT5JQFIK1j .card-wrapper .card-box {
  height: 100%;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sT5JQFIK1j .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-sT5JQFIK1j .mbr-section-btn {
  text-align: center;
}
.cid-sT5JQFIK1j .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sT5JQFIK1j .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sT5JQFIK1j .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-sT5JQFIK1j img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-sT5JQFIK1j .card-box .card-title,
  .cid-sT5JQFIK1j .card-box .mbr-text {
    text-align: left;
  }
}
.cid-sT5JQFIK1j .badge,
.cid-sT5JQFIK1j .badge_wrap {
  color: #3c71d3;
}
.cid-sFw25A5NuX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(92, 167, 219, 0.1);
}
.cid-sFw25A5NuX .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sFw25A5NuX .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sFw25A5NuX .mbr-section-subtitle {
  color: #3c71d3;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sFw25A5NuX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sFw25A5NuX a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-sFw25A5NuX .col + .mbr-section-btn .btn,
  .cid-sFw25A5NuX .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sFw25A5NuX .dragArea > *:nth-last-child(2).col,
  .cid-sFw25A5NuX .dragArea > *:nth-last-child(2).col-auto,
  .cid-sFw25A5NuX .col + .mbr-section-btn,
  .cid-sFw25A5NuX .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sFw25A5NuX .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sFw25A5NuX .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-sFw25A5NuX .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-sFw25A5NuX .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-sFw25A5NuX .form-group {
  max-width: 400px;
}
.cid-sFw25A5NuX .mbr-section-btn {
  padding: 5px;
}
.cid-sFw25A5NuX .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-sFw25A5NuX .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tVFFTSsAXz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-tVFFTSsAXz .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVFFTSsAXz h2,
.cid-tVFFTSsAXz h3,
.cid-tVFFTSsAXz h4,
.cid-tVFFTSsAXz p {
  color: #ffffff;
}
.cid-tVFFTSsAXz .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVFFTSsAXz .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVFFTSsAXz .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFFTSsAXz .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tVFFTSsAXz .form-control:focus,
.cid-tVFFTSsAXz .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVFFTSsAXz .form-group {
  margin-bottom: 1rem;
}
.cid-tVFFTSsAXz input::-webkit-input-placeholder,
.cid-tVFFTSsAXz textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVFFTSsAXz input:-moz-placeholder,
.cid-tVFFTSsAXz textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVFFTSsAXz .jq-selectbox li,
.cid-tVFFTSsAXz .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFFTSsAXz .jq-selectbox li:hover,
.cid-tVFFTSsAXz .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFFTSsAXz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFFTSsAXz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFFTSsAXz .mbr-text {
  color: #767676;
}
.cid-tVFFTSsAXz a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVFFTSsAXz .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVFFTSsAXz .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVFFTSsAXz textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVFFTSsAXz h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVFFTSsAXz .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVFFTSsAXz .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVFFTSsAXz .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sT6XL4MVL9.popup-builder {
  background-color: #ffffff;
}
.cid-sT6XL4MVL9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT6XL4MVL9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT6XL4MVL9 .modal-content,
.cid-sT6XL4MVL9 .modal-dialog {
  height: auto;
}
.cid-sT6XL4MVL9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT6XL4MVL9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT6XL4MVL9 .form-wrapper .mbr-form .form-group,
  .cid-sT6XL4MVL9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT6XL4MVL9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT6XL4MVL9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT6XL4MVL9 .mbr-text {
  text-align: center;
  color: #fb9d7e;
}
.cid-sT6XL4MVL9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sT6XL4MVL9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT6XL4MVL9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT6XL4MVL9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT6XL4MVL9 .modal-open {
  overflow: hidden;
}
.cid-sT6XL4MVL9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT6XL4MVL9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT6XL4MVL9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT6XL4MVL9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sT6XL4MVL9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT6XL4MVL9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT6XL4MVL9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT6XL4MVL9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sT6XL4MVL9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT6XL4MVL9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT6XL4MVL9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sT6XL4MVL9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sT6XL4MVL9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT6XL4MVL9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sT6XL4MVL9 .modal-header .close:focus {
  outline: none;
}
.cid-sT6XL4MVL9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #51d004;
}
.cid-sT6XL4MVL9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sT6XL4MVL9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sT6XL4MVL9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT6XL4MVL9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT6XL4MVL9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT6XL4MVL9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT6XL4MVL9 .modal-sm {
    max-width: 300px;
  }
  .cid-sT6XL4MVL9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sT6XL4MVL9 .modal-lg,
  .cid-sT6XL4MVL9 .modal-xl {
    max-width: 800px;
  }
  .cid-sT6XL4MVL9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sT6XL4MVL9 .modal-xl {
    max-width: 1140px;
  }
  .cid-sT6XL4MVL9 .container {
    max-width: 1140px;
  }
}
.cid-sT6XL4MVL9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sT6XL4MVL9 .container {
    max-width: 720px;
  }
}
.cid-sT6XL4MVL9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT6XL4MVL9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sT6XL4MVL9 .form-group {
  margin-bottom: 1rem;
}
.cid-sT6XL4MVL9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT6XL4MVL9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT6XL4MVL9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tVFEKv2dLu {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tVFEKv2dLu img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tVFEKv2dLu .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tVFEKv2dLu .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tVFEKv2dLu .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVFEKv2dLu .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tVFEKv2dLu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tVFEKv2dLu .first:hover:before {
  content: none;
}
.cid-tVFEKv2dLu .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFEKv2dLu .last:hover:after {
  content: none;
}
.cid-tVFEKv2dLu .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFEKv2dLu .mbr-section-text {
  color: #999999;
}
.cid-tVFEKv2dLu .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tVFEKv2dLu .card .img-wrapper {
  overflow: hidden;
}
.cid-tVFEKv2dLu .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tVFEKv2dLu .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tVFEKv2dLu .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-tVFEKv2dLu .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tVFEKv2dLu .mbr-section-title {
  color: #9ccd7e;
}
.cid-tVFEzSUDKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tVFEzSUDKM .mbr-text1 {
  color: #999999;
}
.cid-tVFEzSUDKM .mbr-text2 {
  color: #999999;
}
.cid-tVFEzSUDKM p {
  margin: 0;
}
.cid-sJhyb99IaI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJhyb99IaI .btn {
  white-space: nowrap;
}
.cid-sJhyb99IaI .nav-link,
.cid-sJhyb99IaI .icons-menu .mbr-iconfont,
.cid-sJhyb99IaI .dropdown-item {
  transition: all 0.1s;
}
.cid-sJhyb99IaI .nav-link:hover,
.cid-sJhyb99IaI .icons-menu .mbr-iconfont:hover,
.cid-sJhyb99IaI .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-sJhyb99IaI .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sJhyb99IaI .container {
  display: flex;
  margin: auto;
}
.cid-sJhyb99IaI .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJhyb99IaI .navbar.opened {
  transition: all .3s;
}
.cid-sJhyb99IaI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJhyb99IaI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sJhyb99IaI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJhyb99IaI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJhyb99IaI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJhyb99IaI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJhyb99IaI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJhyb99IaI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJhyb99IaI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJhyb99IaI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJhyb99IaI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJhyb99IaI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJhyb99IaI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJhyb99IaI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJhyb99IaI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJhyb99IaI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJhyb99IaI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJhyb99IaI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJhyb99IaI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJhyb99IaI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJhyb99IaI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJhyb99IaI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJhyb99IaI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJhyb99IaI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJhyb99IaI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJhyb99IaI .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sJhyb99IaI .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sJhyb99IaI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJhyb99IaI .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJhyb99IaI .navbar-caption {
  padding-right: 4rem;
}
.cid-sJhyb99IaI .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sJhyb99IaI .dropdown-menu,
.cid-sJhyb99IaI .navbar.opened {
  background: #9ccd7e !important;
}
.cid-sJhyb99IaI .nav-item:focus,
.cid-sJhyb99IaI .nav-link:focus {
  outline: none;
}
.cid-sJhyb99IaI .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-sJhyb99IaI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJhyb99IaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJhyb99IaI .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-sJhyb99IaI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJhyb99IaI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sJhyb99IaI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJhyb99IaI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJhyb99IaI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJhyb99IaI .dropdown-item.active,
.cid-sJhyb99IaI .dropdown-item:active {
  background-color: transparent;
}
.cid-sJhyb99IaI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJhyb99IaI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJhyb99IaI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJhyb99IaI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJhyb99IaI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJhyb99IaI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJhyb99IaI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJhyb99IaI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJhyb99IaI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJhyb99IaI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-sJhyb99IaI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJhyb99IaI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJhyb99IaI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJhyb99IaI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJhyb99IaI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJhyb99IaI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJhyb99IaI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJhyb99IaI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJhyb99IaI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJhyb99IaI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJhyb99IaI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sJhyb99IaI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJhyb99IaI .navbar {
    height: 77px;
  }
  .cid-sJhyb99IaI .navbar.opened {
    height: auto;
  }
  .cid-sJhyb99IaI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJhyb99IaI .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sJhyb9zLCP {
  padding-top: 210px;
  padding-bottom: 30px;
  background-color: #e6eaf1;
}
.cid-sJhyb9zLCP H1 {
  color: #5758e0;
}
.cid-sJhyb9zLCP h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sJhyb9zLCP .mbr-text,
.cid-sJhyb9zLCP .mbr-section-btn {
  color: #999999;
}
.cid-sJhymwgHlG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-sJhymwgHlG .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sJhymwgHlG .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sJhymwgHlG .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sJhymwgHlG .main-title.display-2 {
  line-height: 1.375;
}
.cid-sJhymwgHlG .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sJhymwgHlG .mbr-text {
  color: #606060;
}
.cid-sJhymwgHlG .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sJhymwgHlG .mbr-section-btn {
  margin-top: 24px;
}
.cid-sJhymwgHlG .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sJhymwgHlG .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sJhymwgHlG .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tVFGfYRxJp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-tVFGfYRxJp .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVFGfYRxJp h2,
.cid-tVFGfYRxJp h3,
.cid-tVFGfYRxJp h4,
.cid-tVFGfYRxJp p {
  color: #ffffff;
}
.cid-tVFGfYRxJp .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVFGfYRxJp .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVFGfYRxJp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFGfYRxJp .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tVFGfYRxJp .form-control:focus,
.cid-tVFGfYRxJp .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVFGfYRxJp .form-group {
  margin-bottom: 1rem;
}
.cid-tVFGfYRxJp input::-webkit-input-placeholder,
.cid-tVFGfYRxJp textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVFGfYRxJp input:-moz-placeholder,
.cid-tVFGfYRxJp textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVFGfYRxJp .jq-selectbox li,
.cid-tVFGfYRxJp .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFGfYRxJp .jq-selectbox li:hover,
.cid-tVFGfYRxJp .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFGfYRxJp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFGfYRxJp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFGfYRxJp .mbr-text {
  color: #767676;
}
.cid-tVFGfYRxJp a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVFGfYRxJp .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVFGfYRxJp .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVFGfYRxJp textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVFGfYRxJp h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVFGfYRxJp .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVFGfYRxJp .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVFGfYRxJp .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tVFFohrFwq {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tVFFohrFwq img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tVFFohrFwq .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tVFFohrFwq .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tVFFohrFwq .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVFFohrFwq .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tVFFohrFwq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tVFFohrFwq .first:hover:before {
  content: none;
}
.cid-tVFFohrFwq .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFFohrFwq .last:hover:after {
  content: none;
}
.cid-tVFFohrFwq .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFFohrFwq .mbr-section-text {
  color: #999999;
}
.cid-tVFFohrFwq .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tVFFohrFwq .card .img-wrapper {
  overflow: hidden;
}
.cid-tVFFohrFwq .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tVFFohrFwq .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tVFFohrFwq .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-tVFFohrFwq .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tVFFohrFwq .mbr-section-title {
  color: #9ccd7e;
}
.cid-tVFEzSUDKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tVFEzSUDKM .mbr-text1 {
  color: #999999;
}
.cid-tVFEzSUDKM .mbr-text2 {
  color: #999999;
}
.cid-tVFEzSUDKM p {
  margin: 0;
}
.cid-sJhGUXPnkY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJhGUXPnkY .btn {
  white-space: nowrap;
}
.cid-sJhGUXPnkY .nav-link,
.cid-sJhGUXPnkY .icons-menu .mbr-iconfont,
.cid-sJhGUXPnkY .dropdown-item {
  transition: all 0.1s;
}
.cid-sJhGUXPnkY .nav-link:hover,
.cid-sJhGUXPnkY .icons-menu .mbr-iconfont:hover,
.cid-sJhGUXPnkY .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-sJhGUXPnkY .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sJhGUXPnkY .container {
  display: flex;
  margin: auto;
}
.cid-sJhGUXPnkY .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJhGUXPnkY .navbar.opened {
  transition: all .3s;
}
.cid-sJhGUXPnkY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJhGUXPnkY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sJhGUXPnkY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJhGUXPnkY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJhGUXPnkY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJhGUXPnkY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJhGUXPnkY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJhGUXPnkY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJhGUXPnkY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJhGUXPnkY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJhGUXPnkY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJhGUXPnkY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJhGUXPnkY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJhGUXPnkY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJhGUXPnkY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJhGUXPnkY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJhGUXPnkY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJhGUXPnkY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJhGUXPnkY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJhGUXPnkY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJhGUXPnkY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJhGUXPnkY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJhGUXPnkY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJhGUXPnkY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJhGUXPnkY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJhGUXPnkY .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sJhGUXPnkY .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sJhGUXPnkY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJhGUXPnkY .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJhGUXPnkY .navbar-caption {
  padding-right: 4rem;
}
.cid-sJhGUXPnkY .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sJhGUXPnkY .dropdown-menu,
.cid-sJhGUXPnkY .navbar.opened {
  background: #9ccd7e !important;
}
.cid-sJhGUXPnkY .nav-item:focus,
.cid-sJhGUXPnkY .nav-link:focus {
  outline: none;
}
.cid-sJhGUXPnkY .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-sJhGUXPnkY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJhGUXPnkY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJhGUXPnkY .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-sJhGUXPnkY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJhGUXPnkY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sJhGUXPnkY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJhGUXPnkY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJhGUXPnkY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJhGUXPnkY .dropdown-item.active,
.cid-sJhGUXPnkY .dropdown-item:active {
  background-color: transparent;
}
.cid-sJhGUXPnkY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJhGUXPnkY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJhGUXPnkY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJhGUXPnkY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJhGUXPnkY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJhGUXPnkY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJhGUXPnkY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJhGUXPnkY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJhGUXPnkY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJhGUXPnkY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-sJhGUXPnkY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJhGUXPnkY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJhGUXPnkY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJhGUXPnkY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJhGUXPnkY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJhGUXPnkY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJhGUXPnkY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJhGUXPnkY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJhGUXPnkY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJhGUXPnkY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJhGUXPnkY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sJhGUXPnkY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJhGUXPnkY .navbar {
    height: 77px;
  }
  .cid-sJhGUXPnkY .navbar.opened {
    height: auto;
  }
  .cid-sJhGUXPnkY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJhGUXPnkY .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sJhGUYuT0y {
  padding-top: 210px;
  padding-bottom: 30px;
  background-color: #e6eaf1;
}
.cid-sJhGUYuT0y H1 {
  color: #5758e0;
}
.cid-sJhGUYuT0y h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sJhGUYuT0y .mbr-text,
.cid-sJhGUYuT0y .mbr-section-btn {
  color: #999999;
}
.cid-sJhGUYOZpc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-sJhGUYOZpc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sJhGUYOZpc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sJhGUYOZpc .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sJhGUYOZpc .main-title.display-2 {
  line-height: 1.375;
}
.cid-sJhGUYOZpc .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sJhGUYOZpc .mbr-text {
  color: #606060;
}
.cid-sJhGUYOZpc .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sJhGUYOZpc .mbr-section-btn {
  margin-top: 24px;
}
.cid-sJhGUYOZpc .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sJhGUYOZpc .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sJhGUYOZpc .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sJhGUYOZpc .main-title,
.cid-sJhGUYOZpc .mbr-section-btn {
  color: #3c71d3;
}
.cid-sJhGUYOZpc .mbr-section-subtitle,
.cid-sJhGUYOZpc .mbr-section-btn {
  color: #999999;
}
.cid-tVFGljxqW8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-tVFGljxqW8 .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVFGljxqW8 h2,
.cid-tVFGljxqW8 h3,
.cid-tVFGljxqW8 h4,
.cid-tVFGljxqW8 p {
  color: #ffffff;
}
.cid-tVFGljxqW8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVFGljxqW8 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVFGljxqW8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFGljxqW8 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tVFGljxqW8 .form-control:focus,
.cid-tVFGljxqW8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVFGljxqW8 .form-group {
  margin-bottom: 1rem;
}
.cid-tVFGljxqW8 input::-webkit-input-placeholder,
.cid-tVFGljxqW8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVFGljxqW8 input:-moz-placeholder,
.cid-tVFGljxqW8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVFGljxqW8 .jq-selectbox li,
.cid-tVFGljxqW8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFGljxqW8 .jq-selectbox li:hover,
.cid-tVFGljxqW8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFGljxqW8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFGljxqW8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFGljxqW8 .mbr-text {
  color: #767676;
}
.cid-tVFGljxqW8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVFGljxqW8 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVFGljxqW8 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVFGljxqW8 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVFGljxqW8 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVFGljxqW8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVFGljxqW8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVFGljxqW8 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tVFFuTzF9M {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tVFFuTzF9M img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tVFFuTzF9M .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tVFFuTzF9M .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tVFFuTzF9M .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVFFuTzF9M .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tVFFuTzF9M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tVFFuTzF9M .first:hover:before {
  content: none;
}
.cid-tVFFuTzF9M .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFFuTzF9M .last:hover:after {
  content: none;
}
.cid-tVFFuTzF9M .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFFuTzF9M .mbr-section-text {
  color: #999999;
}
.cid-tVFFuTzF9M .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tVFFuTzF9M .card .img-wrapper {
  overflow: hidden;
}
.cid-tVFFuTzF9M .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tVFFuTzF9M .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tVFFuTzF9M .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-tVFFuTzF9M .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tVFFuTzF9M .mbr-section-title {
  color: #9ccd7e;
}
.cid-tVFEzSUDKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tVFEzSUDKM .mbr-text1 {
  color: #999999;
}
.cid-tVFEzSUDKM .mbr-text2 {
  color: #999999;
}
.cid-tVFEzSUDKM p {
  margin: 0;
}
.cid-sJRsqDKsbL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJRsqDKsbL .btn {
  white-space: nowrap;
}
.cid-sJRsqDKsbL .nav-link,
.cid-sJRsqDKsbL .icons-menu .mbr-iconfont,
.cid-sJRsqDKsbL .dropdown-item {
  transition: all 0.1s;
}
.cid-sJRsqDKsbL .nav-link:hover,
.cid-sJRsqDKsbL .icons-menu .mbr-iconfont:hover,
.cid-sJRsqDKsbL .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-sJRsqDKsbL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sJRsqDKsbL .container {
  display: flex;
  margin: auto;
}
.cid-sJRsqDKsbL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sJRsqDKsbL .navbar.opened {
  transition: all .3s;
}
.cid-sJRsqDKsbL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJRsqDKsbL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sJRsqDKsbL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJRsqDKsbL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJRsqDKsbL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJRsqDKsbL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJRsqDKsbL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJRsqDKsbL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJRsqDKsbL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJRsqDKsbL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJRsqDKsbL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJRsqDKsbL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJRsqDKsbL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJRsqDKsbL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJRsqDKsbL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJRsqDKsbL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJRsqDKsbL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJRsqDKsbL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJRsqDKsbL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJRsqDKsbL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJRsqDKsbL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJRsqDKsbL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJRsqDKsbL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sJRsqDKsbL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJRsqDKsbL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJRsqDKsbL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sJRsqDKsbL .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sJRsqDKsbL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJRsqDKsbL .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJRsqDKsbL .navbar-caption {
  padding-right: 4rem;
}
.cid-sJRsqDKsbL .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sJRsqDKsbL .dropdown-menu,
.cid-sJRsqDKsbL .navbar.opened {
  background: #9ccd7e !important;
}
.cid-sJRsqDKsbL .nav-item:focus,
.cid-sJRsqDKsbL .nav-link:focus {
  outline: none;
}
.cid-sJRsqDKsbL .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-sJRsqDKsbL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJRsqDKsbL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJRsqDKsbL .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-sJRsqDKsbL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJRsqDKsbL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sJRsqDKsbL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJRsqDKsbL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJRsqDKsbL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJRsqDKsbL .dropdown-item.active,
.cid-sJRsqDKsbL .dropdown-item:active {
  background-color: transparent;
}
.cid-sJRsqDKsbL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJRsqDKsbL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJRsqDKsbL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJRsqDKsbL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJRsqDKsbL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJRsqDKsbL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJRsqDKsbL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJRsqDKsbL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJRsqDKsbL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJRsqDKsbL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-sJRsqDKsbL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJRsqDKsbL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJRsqDKsbL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJRsqDKsbL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJRsqDKsbL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJRsqDKsbL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJRsqDKsbL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJRsqDKsbL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJRsqDKsbL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJRsqDKsbL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJRsqDKsbL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sJRsqDKsbL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJRsqDKsbL .navbar {
    height: 77px;
  }
  .cid-sJRsqDKsbL .navbar.opened {
    height: auto;
  }
  .cid-sJRsqDKsbL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJRsqDKsbL .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sT1fVcucy4 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-14.webp");
}
.cid-sT1fVcucy4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sT1fVcucy4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sT1fVcucy4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sT1g5Y33hF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT1g5Y33hF .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-sT1g5Y33hF .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sT1g5Y33hF .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-sT1g5Y33hF img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-sT1g5Y33hF .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sT1g5Y33hF .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sT1g5Y33hF .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sT1g5Y33hF .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sT1g5Y33hF .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sT1Tf8yi0s {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT1Tf8yi0s .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-sT1Tf8yi0s .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sT1Tf8yi0s .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-sT1Tf8yi0s img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-sT1Tf8yi0s .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sT1Tf8yi0s .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sT1Tf8yi0s .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sT1Tf8yi0s .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sT1Tf8yi0s .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sT1UDtAHcT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT1UDtAHcT .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-sT1UDtAHcT .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sT1UDtAHcT .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-sT1UDtAHcT img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-sT1UDtAHcT .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sT1UDtAHcT .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sT1UDtAHcT .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sT1UDtAHcT .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sT1UDtAHcT .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sT1fTs511N {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sT1fTs511N .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sT1fTs511N .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sT1fTs511N .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sT1fTs511N .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sT1fTs511N .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sT1fTs511N .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sT1fTs511N .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sT1fTs511N .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sT1fTs511N .card-text {
  text-align: center;
}
.cid-sT1YvmY7gU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-sT1YvmY7gU .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sT1YvmY7gU .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sT1YvmY7gU .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sT1YvmY7gU .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sT1YvmY7gU .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sT1YvmY7gU .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sT1YvmY7gU .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sT1YvmY7gU .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sT1YvmY7gU .card-text {
  text-align: center;
}
.cid-tVFFLuLZD7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-tVFFLuLZD7 .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVFFLuLZD7 h2,
.cid-tVFFLuLZD7 h3,
.cid-tVFFLuLZD7 h4,
.cid-tVFFLuLZD7 p {
  color: #ffffff;
}
.cid-tVFFLuLZD7 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVFFLuLZD7 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVFFLuLZD7 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFFLuLZD7 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tVFFLuLZD7 .form-control:focus,
.cid-tVFFLuLZD7 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVFFLuLZD7 .form-group {
  margin-bottom: 1rem;
}
.cid-tVFFLuLZD7 input::-webkit-input-placeholder,
.cid-tVFFLuLZD7 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVFFLuLZD7 input:-moz-placeholder,
.cid-tVFFLuLZD7 textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVFFLuLZD7 .jq-selectbox li,
.cid-tVFFLuLZD7 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFFLuLZD7 .jq-selectbox li:hover,
.cid-tVFFLuLZD7 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFFLuLZD7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFFLuLZD7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFFLuLZD7 .mbr-text {
  color: #767676;
}
.cid-tVFFLuLZD7 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVFFLuLZD7 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVFFLuLZD7 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVFFLuLZD7 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVFFLuLZD7 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVFFLuLZD7 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVFFLuLZD7 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVFFLuLZD7 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tVFEsbG0qS {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tVFEsbG0qS img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tVFEsbG0qS .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tVFEsbG0qS .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tVFEsbG0qS .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVFEsbG0qS .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tVFEsbG0qS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tVFEsbG0qS .first:hover:before {
  content: none;
}
.cid-tVFEsbG0qS .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFEsbG0qS .last:hover:after {
  content: none;
}
.cid-tVFEsbG0qS .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFEsbG0qS .mbr-section-text {
  color: #999999;
}
.cid-tVFEsbG0qS .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tVFEsbG0qS .card .img-wrapper {
  overflow: hidden;
}
.cid-tVFEsbG0qS .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tVFEsbG0qS .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tVFEsbG0qS .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-tVFEsbG0qS .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tVFEsbG0qS .mbr-section-title {
  color: #9ccd7e;
}
.cid-tVFEzSUDKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tVFEzSUDKM .mbr-text1 {
  color: #999999;
}
.cid-tVFEzSUDKM .mbr-text2 {
  color: #999999;
}
.cid-tVFEzSUDKM p {
  margin: 0;
}
.cid-sT6XNMlB6t.popup-builder {
  background-color: #ffffff;
}
.cid-sT6XNMlB6t.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT6XNMlB6t.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT6XNMlB6t .modal-content,
.cid-sT6XNMlB6t .modal-dialog {
  height: auto;
}
.cid-sT6XNMlB6t .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT6XNMlB6t .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT6XNMlB6t .form-wrapper .mbr-form .form-group,
  .cid-sT6XNMlB6t .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT6XNMlB6t .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT6XNMlB6t .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT6XNMlB6t .mbr-text {
  text-align: center;
  color: #fb9d7e;
}
.cid-sT6XNMlB6t .pt-0 {
  padding-top: 0 !important;
}
.cid-sT6XNMlB6t .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT6XNMlB6t .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT6XNMlB6t .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT6XNMlB6t .modal-open {
  overflow: hidden;
}
.cid-sT6XNMlB6t .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT6XNMlB6t .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT6XNMlB6t .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT6XNMlB6t .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sT6XNMlB6t .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT6XNMlB6t .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT6XNMlB6t .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT6XNMlB6t .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sT6XNMlB6t .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT6XNMlB6t .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT6XNMlB6t .modal-backdrop.show {
  opacity: .5;
}
.cid-sT6XNMlB6t .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sT6XNMlB6t .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT6XNMlB6t .modal-header .close:hover {
  opacity: 1;
}
.cid-sT6XNMlB6t .modal-header .close:focus {
  outline: none;
}
.cid-sT6XNMlB6t .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #51d004;
}
.cid-sT6XNMlB6t .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sT6XNMlB6t .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sT6XNMlB6t .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT6XNMlB6t .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT6XNMlB6t .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT6XNMlB6t .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT6XNMlB6t .modal-sm {
    max-width: 300px;
  }
  .cid-sT6XNMlB6t .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sT6XNMlB6t .modal-lg,
  .cid-sT6XNMlB6t .modal-xl {
    max-width: 800px;
  }
  .cid-sT6XNMlB6t .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sT6XNMlB6t .modal-xl {
    max-width: 1140px;
  }
  .cid-sT6XNMlB6t .container {
    max-width: 1140px;
  }
}
.cid-sT6XNMlB6t .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sT6XNMlB6t .container {
    max-width: 720px;
  }
}
.cid-sT6XNMlB6t .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT6XNMlB6t .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sT6XNMlB6t .form-group {
  margin-bottom: 1rem;
}
.cid-sT6XNMlB6t .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT6XNMlB6t .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT6XNMlB6t .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sQZvAtYciV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQZvAtYciV .btn {
  white-space: nowrap;
}
.cid-sQZvAtYciV .nav-link,
.cid-sQZvAtYciV .icons-menu .mbr-iconfont,
.cid-sQZvAtYciV .dropdown-item {
  transition: all 0.1s;
}
.cid-sQZvAtYciV .nav-link:hover,
.cid-sQZvAtYciV .icons-menu .mbr-iconfont:hover,
.cid-sQZvAtYciV .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-sQZvAtYciV .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sQZvAtYciV .container {
  display: flex;
  margin: auto;
}
.cid-sQZvAtYciV .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQZvAtYciV .navbar.opened {
  transition: all .3s;
}
.cid-sQZvAtYciV .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQZvAtYciV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sQZvAtYciV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQZvAtYciV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQZvAtYciV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sQZvAtYciV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQZvAtYciV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQZvAtYciV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQZvAtYciV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQZvAtYciV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQZvAtYciV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQZvAtYciV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQZvAtYciV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQZvAtYciV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQZvAtYciV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQZvAtYciV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQZvAtYciV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQZvAtYciV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQZvAtYciV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQZvAtYciV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQZvAtYciV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQZvAtYciV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQZvAtYciV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQZvAtYciV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQZvAtYciV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQZvAtYciV .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sQZvAtYciV .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sQZvAtYciV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQZvAtYciV .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQZvAtYciV .navbar-caption {
  padding-right: 4rem;
}
.cid-sQZvAtYciV .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sQZvAtYciV .dropdown-menu,
.cid-sQZvAtYciV .navbar.opened {
  background: #9ccd7e !important;
}
.cid-sQZvAtYciV .nav-item:focus,
.cid-sQZvAtYciV .nav-link:focus {
  outline: none;
}
.cid-sQZvAtYciV .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-sQZvAtYciV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQZvAtYciV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQZvAtYciV .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-sQZvAtYciV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQZvAtYciV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sQZvAtYciV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQZvAtYciV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQZvAtYciV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQZvAtYciV .dropdown-item.active,
.cid-sQZvAtYciV .dropdown-item:active {
  background-color: transparent;
}
.cid-sQZvAtYciV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQZvAtYciV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQZvAtYciV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQZvAtYciV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQZvAtYciV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQZvAtYciV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQZvAtYciV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQZvAtYciV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQZvAtYciV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQZvAtYciV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-sQZvAtYciV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQZvAtYciV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZvAtYciV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZvAtYciV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQZvAtYciV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZvAtYciV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQZvAtYciV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQZvAtYciV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZvAtYciV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQZvAtYciV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQZvAtYciV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQZvAtYciV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQZvAtYciV .navbar {
    height: 77px;
  }
  .cid-sQZvAtYciV .navbar.opened {
    height: auto;
  }
  .cid-sQZvAtYciV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQZvAtYciV .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sQZxVkjfR8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQZxVkjfR8 .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-sQZxVkjfR8 .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-sQZxVkjfR8 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sQZvAtIyIa {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQZvAtIyIa H1 {
  color: #d75959;
}
.cid-sQZvAtIyIa h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sQZvAtIyIa .mbr-text,
.cid-sQZvAtIyIa .mbr-section-btn {
  color: #fb9d7e;
}
.cid-sQZvAtIyIa H2 {
  color: #999999;
}
.cid-sQZvAuPpKS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(92, 167, 219, 0.1);
}
.cid-sQZvAuPpKS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sQZvAuPpKS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sQZvAuPpKS .mbr-section-subtitle {
  color: #3c71d3;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sQZvAuPpKS .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sQZvAuPpKS a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-sQZvAuPpKS .col + .mbr-section-btn .btn,
  .cid-sQZvAuPpKS .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sQZvAuPpKS .dragArea > *:nth-last-child(2).col,
  .cid-sQZvAuPpKS .dragArea > *:nth-last-child(2).col-auto,
  .cid-sQZvAuPpKS .col + .mbr-section-btn,
  .cid-sQZvAuPpKS .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sQZvAuPpKS .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sQZvAuPpKS .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-sQZvAuPpKS .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-sQZvAuPpKS .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-sQZvAuPpKS .form-group {
  max-width: 400px;
}
.cid-sQZvAuPpKS .mbr-section-btn {
  padding: 5px;
}
.cid-sQZvAuPpKS .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-sQZvAuPpKS .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tVFG72EoKq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-tVFG72EoKq .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVFG72EoKq h2,
.cid-tVFG72EoKq h3,
.cid-tVFG72EoKq h4,
.cid-tVFG72EoKq p {
  color: #ffffff;
}
.cid-tVFG72EoKq .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVFG72EoKq .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVFG72EoKq .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFG72EoKq .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tVFG72EoKq .form-control:focus,
.cid-tVFG72EoKq .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVFG72EoKq .form-group {
  margin-bottom: 1rem;
}
.cid-tVFG72EoKq input::-webkit-input-placeholder,
.cid-tVFG72EoKq textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVFG72EoKq input:-moz-placeholder,
.cid-tVFG72EoKq textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVFG72EoKq .jq-selectbox li,
.cid-tVFG72EoKq .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFG72EoKq .jq-selectbox li:hover,
.cid-tVFG72EoKq .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFG72EoKq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFG72EoKq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFG72EoKq .mbr-text {
  color: #767676;
}
.cid-tVFG72EoKq a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVFG72EoKq .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVFG72EoKq .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVFG72EoKq textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVFG72EoKq h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVFG72EoKq .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVFG72EoKq .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVFG72EoKq .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sT6XNalXU6.popup-builder {
  background-color: #ffffff;
}
.cid-sT6XNalXU6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT6XNalXU6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT6XNalXU6 .modal-content,
.cid-sT6XNalXU6 .modal-dialog {
  height: auto;
}
.cid-sT6XNalXU6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT6XNalXU6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT6XNalXU6 .form-wrapper .mbr-form .form-group,
  .cid-sT6XNalXU6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT6XNalXU6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT6XNalXU6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT6XNalXU6 .mbr-text {
  text-align: center;
  color: #fb9d7e;
}
.cid-sT6XNalXU6 .pt-0 {
  padding-top: 0 !important;
}
.cid-sT6XNalXU6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT6XNalXU6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT6XNalXU6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT6XNalXU6 .modal-open {
  overflow: hidden;
}
.cid-sT6XNalXU6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT6XNalXU6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT6XNalXU6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT6XNalXU6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sT6XNalXU6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT6XNalXU6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT6XNalXU6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT6XNalXU6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sT6XNalXU6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT6XNalXU6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT6XNalXU6 .modal-backdrop.show {
  opacity: .5;
}
.cid-sT6XNalXU6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sT6XNalXU6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT6XNalXU6 .modal-header .close:hover {
  opacity: 1;
}
.cid-sT6XNalXU6 .modal-header .close:focus {
  outline: none;
}
.cid-sT6XNalXU6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #51d004;
}
.cid-sT6XNalXU6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sT6XNalXU6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sT6XNalXU6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT6XNalXU6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT6XNalXU6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT6XNalXU6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT6XNalXU6 .modal-sm {
    max-width: 300px;
  }
  .cid-sT6XNalXU6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sT6XNalXU6 .modal-lg,
  .cid-sT6XNalXU6 .modal-xl {
    max-width: 800px;
  }
  .cid-sT6XNalXU6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sT6XNalXU6 .modal-xl {
    max-width: 1140px;
  }
  .cid-sT6XNalXU6 .container {
    max-width: 1140px;
  }
}
.cid-sT6XNalXU6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sT6XNalXU6 .container {
    max-width: 720px;
  }
}
.cid-sT6XNalXU6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT6XNalXU6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sT6XNalXU6 .form-group {
  margin-bottom: 1rem;
}
.cid-sT6XNalXU6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT6XNalXU6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT6XNalXU6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tVFFcu0OEg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tVFFcu0OEg img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tVFFcu0OEg .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tVFFcu0OEg .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tVFFcu0OEg .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVFFcu0OEg .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tVFFcu0OEg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tVFFcu0OEg .first:hover:before {
  content: none;
}
.cid-tVFFcu0OEg .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFFcu0OEg .last:hover:after {
  content: none;
}
.cid-tVFFcu0OEg .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFFcu0OEg .mbr-section-text {
  color: #999999;
}
.cid-tVFFcu0OEg .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tVFFcu0OEg .card .img-wrapper {
  overflow: hidden;
}
.cid-tVFFcu0OEg .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tVFFcu0OEg .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tVFFcu0OEg .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-tVFFcu0OEg .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tVFFcu0OEg .mbr-section-title {
  color: #9ccd7e;
}
.cid-tVFEzSUDKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tVFEzSUDKM .mbr-text1 {
  color: #999999;
}
.cid-tVFEzSUDKM .mbr-text2 {
  color: #999999;
}
.cid-tVFEzSUDKM p {
  margin: 0;
}
.cid-sT57IapK3I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sT57IapK3I .btn {
  white-space: nowrap;
}
.cid-sT57IapK3I .nav-link,
.cid-sT57IapK3I .icons-menu .mbr-iconfont,
.cid-sT57IapK3I .dropdown-item {
  transition: all 0.1s;
}
.cid-sT57IapK3I .nav-link:hover,
.cid-sT57IapK3I .icons-menu .mbr-iconfont:hover,
.cid-sT57IapK3I .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-sT57IapK3I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sT57IapK3I .container {
  display: flex;
  margin: auto;
}
.cid-sT57IapK3I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sT57IapK3I .navbar.opened {
  transition: all .3s;
}
.cid-sT57IapK3I .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sT57IapK3I .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sT57IapK3I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sT57IapK3I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sT57IapK3I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sT57IapK3I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sT57IapK3I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sT57IapK3I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sT57IapK3I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sT57IapK3I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sT57IapK3I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sT57IapK3I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sT57IapK3I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sT57IapK3I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sT57IapK3I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sT57IapK3I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sT57IapK3I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sT57IapK3I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sT57IapK3I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sT57IapK3I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sT57IapK3I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sT57IapK3I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sT57IapK3I .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sT57IapK3I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sT57IapK3I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sT57IapK3I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sT57IapK3I .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sT57IapK3I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sT57IapK3I .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sT57IapK3I .navbar-caption {
  padding-right: 4rem;
}
.cid-sT57IapK3I .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sT57IapK3I .dropdown-menu,
.cid-sT57IapK3I .navbar.opened {
  background: #9ccd7e !important;
}
.cid-sT57IapK3I .nav-item:focus,
.cid-sT57IapK3I .nav-link:focus {
  outline: none;
}
.cid-sT57IapK3I .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-sT57IapK3I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT57IapK3I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sT57IapK3I .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-sT57IapK3I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sT57IapK3I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sT57IapK3I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sT57IapK3I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sT57IapK3I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sT57IapK3I .dropdown-item.active,
.cid-sT57IapK3I .dropdown-item:active {
  background-color: transparent;
}
.cid-sT57IapK3I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sT57IapK3I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sT57IapK3I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sT57IapK3I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sT57IapK3I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sT57IapK3I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT57IapK3I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sT57IapK3I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sT57IapK3I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT57IapK3I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-sT57IapK3I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sT57IapK3I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sT57IapK3I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sT57IapK3I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sT57IapK3I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT57IapK3I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sT57IapK3I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sT57IapK3I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT57IapK3I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sT57IapK3I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT57IapK3I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sT57IapK3I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sT57IapK3I .navbar {
    height: 77px;
  }
  .cid-sT57IapK3I .navbar.opened {
    height: auto;
  }
  .cid-sT57IapK3I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT57IapK3I .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sT58wKKE4N {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-sT58wKKE4N .article-border {
  border-bottom: 2px solid #191919;
}
.cid-sT58wKKE4N .article-cont {
  padding-bottom: 80px;
}
.cid-sT58wKKE4N .article-cont a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 94px;
}
.cid-sT58wKKE4N .article-cont a:hover {
  opacity: .7;
}
.cid-sT58wKKE4N .article-cont a:hover .mbr-text,
.cid-sT58wKKE4N .article-cont a:hover .mbr-section-text {
  opacity: .6;
}
@media (max-width: 991px) {
  .cid-sT58wKKE4N .article-cont a {
    padding-bottom: 60px;
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-sT58wKKE4N .article-cont {
    padding-bottom: 40px;
  }
}
.cid-sT58wKKE4N .mbr-text {
  color: #191919;
  text-align: left;
}
.cid-sT58wKKE4N .mbr-title {
  color: #3c71d3;
}
.cid-sT57Ibf052 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(92, 167, 219, 0.1);
}
.cid-sT57Ibf052 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sT57Ibf052 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sT57Ibf052 .mbr-section-subtitle {
  color: #3c71d3;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sT57Ibf052 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sT57Ibf052 a:not([href]):not([tabindex]) {
  color: contrast(currentColor);
  border-radius: 25px;
  margin-left: 10px;
}
@media (min-width: 501px) {
  .cid-sT57Ibf052 .col + .mbr-section-btn .btn,
  .cid-sT57Ibf052 .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sT57Ibf052 .dragArea > *:nth-last-child(2).col,
  .cid-sT57Ibf052 .dragArea > *:nth-last-child(2).col-auto,
  .cid-sT57Ibf052 .col + .mbr-section-btn,
  .cid-sT57Ibf052 .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sT57Ibf052 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sT57Ibf052 .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: center;
}
.cid-sT57Ibf052 .form-control {
  font-size: 16px;
  height: 50px;
  border: 0px solid;
  border-radius: 25px;
  margin-right: 0.6rem;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-sT57Ibf052 .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-sT57Ibf052 .form-group {
  max-width: 400px;
}
.cid-sT57Ibf052 .mbr-section-btn {
  padding: 5px;
}
.cid-sT57Ibf052 .mbr-section-btn .btn {
  border-radius: 25px;
  font-weight: 700;
  padding: 18px 26px 16px !important;
  height: 50px;
}
.cid-sT57Ibf052 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tVFG1tZaM8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-tVFG1tZaM8 .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVFG1tZaM8 h2,
.cid-tVFG1tZaM8 h3,
.cid-tVFG1tZaM8 h4,
.cid-tVFG1tZaM8 p {
  color: #ffffff;
}
.cid-tVFG1tZaM8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVFG1tZaM8 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVFG1tZaM8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFG1tZaM8 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tVFG1tZaM8 .form-control:focus,
.cid-tVFG1tZaM8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVFG1tZaM8 .form-group {
  margin-bottom: 1rem;
}
.cid-tVFG1tZaM8 input::-webkit-input-placeholder,
.cid-tVFG1tZaM8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVFG1tZaM8 input:-moz-placeholder,
.cid-tVFG1tZaM8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVFG1tZaM8 .jq-selectbox li,
.cid-tVFG1tZaM8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFG1tZaM8 .jq-selectbox li:hover,
.cid-tVFG1tZaM8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFG1tZaM8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFG1tZaM8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFG1tZaM8 .mbr-text {
  color: #767676;
}
.cid-tVFG1tZaM8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVFG1tZaM8 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVFG1tZaM8 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVFG1tZaM8 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVFG1tZaM8 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVFG1tZaM8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVFG1tZaM8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVFG1tZaM8 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tVFF8nxtCe {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tVFF8nxtCe img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tVFF8nxtCe .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tVFF8nxtCe .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tVFF8nxtCe .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVFF8nxtCe .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tVFF8nxtCe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tVFF8nxtCe .first:hover:before {
  content: none;
}
.cid-tVFF8nxtCe .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFF8nxtCe .last:hover:after {
  content: none;
}
.cid-tVFF8nxtCe .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-tVFF8nxtCe .mbr-section-text {
  color: #999999;
}
.cid-tVFF8nxtCe .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tVFF8nxtCe .card .img-wrapper {
  overflow: hidden;
}
.cid-tVFF8nxtCe .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tVFF8nxtCe .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tVFF8nxtCe .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-tVFF8nxtCe .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tVFF8nxtCe .mbr-section-title {
  color: #9ccd7e;
}
.cid-tVFEzSUDKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tVFEzSUDKM .mbr-text1 {
  color: #999999;
}
.cid-tVFEzSUDKM .mbr-text2 {
  color: #999999;
}
.cid-tVFEzSUDKM p {
  margin: 0;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #9ccd7e !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVFEzSUDKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tVFEzSUDKM .mbr-text1 {
  color: #999999;
}
.cid-tVFEzSUDKM .mbr-text2 {
  color: #999999;
}
.cid-tVFEzSUDKM p {
  margin: 0;
}
.cid-uXxYoRchwC {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uXxYoRchwC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXxYoRchwC .mbr-text,
.cid-uXxYoRchwC .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-uXxYoRchwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXxYoRchwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXy0deLG2g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uXy0deLG2g .mbr-text {
  color: #6c758f;
}
.cid-uXy0deLG2g .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uXy0deLG2g .mbr-section-title {
  color: #3c71d3;
}
.cid-uXy1e3LXT0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-uXy1e3LXT0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXy1e3LXT0 .row {
    flex-direction: column-reverse;
  }
  .cid-uXy1e3LXT0 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXy1e3LXT0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXy1e3LXT0 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXy1e3LXT0 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uXy1e3LXT0 .card-title {
  color: #3c71d3;
}
.cid-uXy1e3LXT0 .mbr-text,
.cid-uXy1e3LXT0 .mbr-section-btn {
  color: #6c758f;
}
.cid-uXy1e3LXT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXy1e3LXT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXy4toG3Sc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uXy4toG3Sc img,
.cid-uXy4toG3Sc .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-uXy4toG3Sc .item:focus,
.cid-uXy4toG3Sc span:focus {
  outline: none;
}
.cid-uXy4toG3Sc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uXy4toG3Sc .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uXy4toG3Sc .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uXy4toG3Sc .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uXy4toG3Sc .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXy4toG3Sc .item-content {
    padding: 1rem 0;
  }
}
.cid-uXy4toG3Sc .mbr-section-title {
  color: #36187d;
}
.cid-uXy4toG3Sc .item-title {
  color: #3c71d3;
}
.cid-uXy4toG3Sc .item-subtitle {
  color: #bec2cf;
}
.cid-uXy4toG3Sc .mbr-text,
.cid-uXy4toG3Sc .mbr-section-btn {
  color: #404040;
}
.cid-uXy4toG3Sc .mbr-link {
  color: #0196e3;
}
.cid-uXy6KiwLck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uXy6KiwLck img,
.cid-uXy6KiwLck .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-uXy6KiwLck .item:focus,
.cid-uXy6KiwLck span:focus {
  outline: none;
}
.cid-uXy6KiwLck .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uXy6KiwLck .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uXy6KiwLck .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uXy6KiwLck .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uXy6KiwLck .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXy6KiwLck .item-content {
    padding: 1rem 0;
  }
}
.cid-uXy6KiwLck .mbr-section-title {
  color: #36187d;
}
.cid-uXy6KiwLck .item-title {
  color: #3c71d3;
}
.cid-uXy6KiwLck .item-subtitle {
  color: #bec2cf;
}
.cid-uXy6KiwLck .mbr-text,
.cid-uXy6KiwLck .mbr-section-btn {
  color: #404040;
}
.cid-uXy6KiwLck .mbr-link {
  color: #0196e3;
}
.cid-uXy9nVAkBg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uXy9nVAkBg img,
.cid-uXy9nVAkBg .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-uXy9nVAkBg .item:focus,
.cid-uXy9nVAkBg span:focus {
  outline: none;
}
.cid-uXy9nVAkBg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uXy9nVAkBg .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uXy9nVAkBg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uXy9nVAkBg .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uXy9nVAkBg .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uXy9nVAkBg .item-content {
    padding: 1rem 0;
  }
}
.cid-uXy9nVAkBg .mbr-section-title {
  color: #36187d;
}
.cid-uXy9nVAkBg .item-title {
  color: #3c71d3;
}
.cid-uXy9nVAkBg .item-subtitle {
  color: #bec2cf;
}
.cid-uXy9nVAkBg .mbr-text,
.cid-uXy9nVAkBg .mbr-section-btn {
  color: #404040;
}
.cid-uXy9nVAkBg .mbr-link {
  color: #0196e3;
}
.cid-uXCxgjX9L4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXCxgjX9L4 .btn {
  white-space: nowrap;
}
.cid-uXCxgjX9L4 .nav-link,
.cid-uXCxgjX9L4 .icons-menu .mbr-iconfont,
.cid-uXCxgjX9L4 .dropdown-item {
  transition: all 0.1s;
}
.cid-uXCxgjX9L4 .nav-link:hover,
.cid-uXCxgjX9L4 .icons-menu .mbr-iconfont:hover,
.cid-uXCxgjX9L4 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-uXCxgjX9L4 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uXCxgjX9L4 .container {
  display: flex;
  margin: auto;
}
.cid-uXCxgjX9L4 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uXCxgjX9L4 .navbar.opened {
  transition: all .3s;
}
.cid-uXCxgjX9L4 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uXCxgjX9L4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uXCxgjX9L4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXCxgjX9L4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXCxgjX9L4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXCxgjX9L4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXCxgjX9L4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXCxgjX9L4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uXCxgjX9L4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXCxgjX9L4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uXCxgjX9L4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uXCxgjX9L4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXCxgjX9L4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXCxgjX9L4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXCxgjX9L4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXCxgjX9L4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uXCxgjX9L4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uXCxgjX9L4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXCxgjX9L4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXCxgjX9L4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXCxgjX9L4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uXCxgjX9L4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uXCxgjX9L4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uXCxgjX9L4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uXCxgjX9L4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uXCxgjX9L4 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uXCxgjX9L4 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uXCxgjX9L4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXCxgjX9L4 .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uXCxgjX9L4 .navbar-caption {
  padding-right: 4rem;
}
.cid-uXCxgjX9L4 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uXCxgjX9L4 .dropdown-menu,
.cid-uXCxgjX9L4 .navbar.opened {
  background: #9ccd7e !important;
}
.cid-uXCxgjX9L4 .nav-item:focus,
.cid-uXCxgjX9L4 .nav-link:focus {
  outline: none;
}
.cid-uXCxgjX9L4 .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-uXCxgjX9L4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXCxgjX9L4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXCxgjX9L4 .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-uXCxgjX9L4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXCxgjX9L4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uXCxgjX9L4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXCxgjX9L4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXCxgjX9L4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXCxgjX9L4 .dropdown-item.active,
.cid-uXCxgjX9L4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXCxgjX9L4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXCxgjX9L4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXCxgjX9L4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXCxgjX9L4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXCxgjX9L4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXCxgjX9L4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXCxgjX9L4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXCxgjX9L4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXCxgjX9L4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXCxgjX9L4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-uXCxgjX9L4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXCxgjX9L4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXCxgjX9L4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXCxgjX9L4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXCxgjX9L4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXCxgjX9L4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXCxgjX9L4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXCxgjX9L4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXCxgjX9L4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uXCxgjX9L4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXCxgjX9L4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uXCxgjX9L4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXCxgjX9L4 .navbar {
    height: 77px;
  }
  .cid-uXCxgjX9L4 .navbar.opened {
    height: auto;
  }
  .cid-uXCxgjX9L4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXCxgjX9L4 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uXCxgkwjmP {
  padding-top: 210px;
  padding-bottom: 30px;
  background-color: #e6eaf1;
}
.cid-uXCxgkwjmP H1 {
  color: #5758e0;
}
.cid-uXCxgkwjmP h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXCxgkwjmP .mbr-text,
.cid-uXCxgkwjmP .mbr-section-btn {
  color: #999999;
}
.cid-uXCxgkPnlq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-uXCxgkPnlq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #51d004;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uXCxgkPnlq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uXCxgkPnlq .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uXCxgkPnlq .main-title.display-2 {
  line-height: 1.375;
}
.cid-uXCxgkPnlq .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uXCxgkPnlq .mbr-text {
  color: #606060;
}
.cid-uXCxgkPnlq .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uXCxgkPnlq .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXCxgkPnlq .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uXCxgkPnlq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uXCxgkPnlq .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uXCxgkPnlq .main-title,
.cid-uXCxgkPnlq .mbr-section-btn {
  color: #3c71d3;
}
.cid-uXCxgkPnlq .mbr-section-subtitle,
.cid-uXCxgkPnlq .mbr-section-btn {
  color: #999999;
}
.cid-uXCxgleMCe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-uXCxgleMCe .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-uXCxgleMCe h2,
.cid-uXCxgleMCe h3,
.cid-uXCxgleMCe h4,
.cid-uXCxgleMCe p {
  color: #ffffff;
}
.cid-uXCxgleMCe .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uXCxgleMCe .text-block {
  border-bottom: 1px solid #767676;
}
.cid-uXCxgleMCe .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXCxgleMCe .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uXCxgleMCe .form-control:focus,
.cid-uXCxgleMCe .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uXCxgleMCe .form-group {
  margin-bottom: 1rem;
}
.cid-uXCxgleMCe input::-webkit-input-placeholder,
.cid-uXCxgleMCe textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uXCxgleMCe input:-moz-placeholder,
.cid-uXCxgleMCe textarea:-moz-placeholder {
  color: #656565;
}
.cid-uXCxgleMCe .jq-selectbox li,
.cid-uXCxgleMCe .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uXCxgleMCe .jq-selectbox li:hover,
.cid-uXCxgleMCe .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uXCxgleMCe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uXCxgleMCe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uXCxgleMCe .mbr-text {
  color: #767676;
}
.cid-uXCxgleMCe a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uXCxgleMCe .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXCxgleMCe .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uXCxgleMCe textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-uXCxgleMCe h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXCxgleMCe .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uXCxgleMCe .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXCxgleMCe .google-map {
    padding-bottom: 2rem;
  }
}
.cid-uXCxglAMgh {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uXCxglAMgh img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uXCxglAMgh .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uXCxglAMgh .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uXCxglAMgh .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXCxglAMgh .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uXCxglAMgh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uXCxglAMgh .first:hover:before {
  content: none;
}
.cid-uXCxglAMgh .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-uXCxglAMgh .last:hover:after {
  content: none;
}
.cid-uXCxglAMgh .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-uXCxglAMgh .mbr-section-text {
  color: #999999;
}
.cid-uXCxglAMgh .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uXCxglAMgh .card .img-wrapper {
  overflow: hidden;
}
.cid-uXCxglAMgh .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uXCxglAMgh .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uXCxglAMgh .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-uXCxglAMgh .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uXCxglAMgh .mbr-section-title {
  color: #9ccd7e;
}
.cid-v3PW0U8wva {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #878787;
}
.cid-v3PW0U8wva .container-fluid {
  margin-left: 20px;
  margin-right: 20px;
}
.cid-v3PW0U8wva ul {
  padding: 0;
  margin: 0;
}
.cid-v3PW0U8wva ul li {
  display: inline-block;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-v3PW0U8wva ul li {
    margin-right: 10px;
  }
}
.cid-v3PW0U8wva ul li p {
  display: inline-block;
}
.cid-v3PW0U8wva ul li h4 {
  margin: 0;
}
.cid-v3PW0U8wva ul li h4.display-4 {
  line-height: 1.75;
}
.cid-v3PW0U8wva .list-categories {
  column-count: 2;
  list-style: none;
  padding: 0;
}
.cid-v3PW0U8wva .list-categories li:before {
  font-family: sans-serif;
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
  content: "\2022";
}
.cid-v3PW0U8wva .item {
  color: #606060;
}
.cid-v3PW0U8wva .col-title {
  color: #606060;
}
.cid-v3PW0U8wva .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-v3PW0U8wva .widget-title {
  color: #404040;
}
.cid-v3PW0U8wva .widget-title.display-7 {
  margin-bottom: 16px;
}
.cid-v3PW0U8wva .list .list-item {
  margin-bottom: 20px;
  justify-content: center;
}
.cid-v3PW0U8wva .list .list-item .tips {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.cid-v3PW0U8wva .list .list-item .content {
  margin-left: 10px;
}
.cid-v3PW0U8wva .list .list-item .content .link-wrap {
  font-weight: 600;
}
.cid-v3PW0U8wva .list .list-item .content .link-wrap.display-7 {
  font-size: 18px;
  margin-bottom: 12px;
}
.cid-v3PW0U8wva .list .list-item .content .meta {
  color: #999999;
}
.cid-v3PW0U8wva .list .list-item .content .meta .date .clock {
  margin-right: 4px;
}
.cid-v3PW0U8wva .list .list-item .content .meta .comments .comment {
  margin-right: 4px;
}
.cid-v3PW0U8wva .list .list-item .content .meta .comments:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 0.6rem 0 0.6rem;
  vertical-align: 3px;
  background: rgba(48, 48, 48, 0.35);
}
.cid-v3PW0U8wva .list .list-item .content .meta.display-4 {
  font-size: 13px;
}
.cid-v3PW0U8wva .list .item-wrap .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 13px 18px 11px;
}
@media (max-width: 992px) {
  .cid-v3PW0U8wva .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v3PW0U8wva .content .link-wrap {
  font-weight: 300;
  color: #606060;
}
.cid-v3PW0U8wva .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v3PW0U8wva .content .date-wrap {
  color: #51d004;
  font-weight: 500;
}
.cid-v3PW0U8wva .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-v3PW0U8wva .icons-wrapper li {
  margin-right: 15px;
}
.cid-v3PW0U8wva .icons-wrapper li .mbr-iconfont {
  color: #404040;
  font-size: 20px;
}
.cid-v3PW0U8wva .last .list li {
  display: block;
}
.cid-v3PW0U8wva .touch li {
  display: block;
}
.cid-v3PW0U8wva .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PW0U8wva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3PVCD0Aq3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-v3PVCD0Aq3 ul {
  padding: 0;
  margin: 0;
}
.cid-v3PVCD0Aq3 ul li {
  list-style: none;
}
.cid-v3PVCD0Aq3 ul li h4 {
  margin: 0;
}
.cid-v3PVCD0Aq3 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-v3PVCD0Aq3 .item {
  color: #cacaca;
}
.cid-v3PVCD0Aq3 .col-title {
  color: #ffffff;
}
.cid-v3PVCD0Aq3 .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-v3PVCD0Aq3 .col-title1 {
  margin-bottom: 40px;
}
.cid-v3PVCD0Aq3 .form-group,
.cid-v3PVCD0Aq3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v3PVCD0Aq3 .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-v3PVCD0Aq3 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-v3PVCD0Aq3 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-v3PVCD0Aq3 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-v3PVCD0Aq3 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-v3PVCD0Aq3 .col + .mbr-section-btn .btn,
.cid-v3PVCD0Aq3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-v3PVCD0Aq3 .col + .mbr-section-btn .btn.display-4,
.cid-v3PVCD0Aq3 .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-v3PVCD0Aq3 .col + .mbr-section-btn .btn:hover,
.cid-v3PVCD0Aq3 .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-v3PVCD0Aq3 .dragArea > *:nth-last-child(2).col,
.cid-v3PVCD0Aq3 .dragArea > *:nth-last-child(2).col-auto,
.cid-v3PVCD0Aq3 .col + .mbr-section-btn,
.cid-v3PVCD0Aq3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v3PVCD0Aq3 .form1 {
  margin-top: 30px;
}
.cid-v3PVCD0Aq3 .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v3PVCD0Aq3 .md-pb {
    margin-bottom: 30px;
  }
}
.cid-v3PVCD0Aq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PVCD0Aq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCxgm0Z2S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-uXCxgm0Z2S .mbr-text1 {
  color: #999999;
}
.cid-uXCxgm0Z2S .mbr-text2 {
  color: #999999;
}
.cid-uXCxgm0Z2S p {
  margin: 0;
}
.cid-uXEgmCWuSl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXEgmCWuSl .btn {
  white-space: nowrap;
}
.cid-uXEgmCWuSl .nav-link,
.cid-uXEgmCWuSl .icons-menu .mbr-iconfont,
.cid-uXEgmCWuSl .dropdown-item {
  transition: all 0.1s;
}
.cid-uXEgmCWuSl .nav-link:hover,
.cid-uXEgmCWuSl .icons-menu .mbr-iconfont:hover,
.cid-uXEgmCWuSl .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-uXEgmCWuSl .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uXEgmCWuSl .container {
  display: flex;
  margin: auto;
}
.cid-uXEgmCWuSl .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uXEgmCWuSl .navbar.opened {
  transition: all .3s;
}
.cid-uXEgmCWuSl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uXEgmCWuSl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uXEgmCWuSl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXEgmCWuSl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXEgmCWuSl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXEgmCWuSl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXEgmCWuSl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXEgmCWuSl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uXEgmCWuSl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXEgmCWuSl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uXEgmCWuSl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uXEgmCWuSl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXEgmCWuSl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXEgmCWuSl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXEgmCWuSl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXEgmCWuSl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uXEgmCWuSl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uXEgmCWuSl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXEgmCWuSl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXEgmCWuSl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXEgmCWuSl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uXEgmCWuSl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uXEgmCWuSl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uXEgmCWuSl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uXEgmCWuSl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uXEgmCWuSl .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uXEgmCWuSl .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uXEgmCWuSl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXEgmCWuSl .mbr-iconfont {
  color: #5ca7db !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uXEgmCWuSl .navbar-caption {
  padding-right: 4rem;
}
.cid-uXEgmCWuSl .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uXEgmCWuSl .dropdown-menu,
.cid-uXEgmCWuSl .navbar.opened {
  background: #9ccd7e !important;
}
.cid-uXEgmCWuSl .nav-item:focus,
.cid-uXEgmCWuSl .nav-link:focus {
  outline: none;
}
.cid-uXEgmCWuSl .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-uXEgmCWuSl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXEgmCWuSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXEgmCWuSl .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-uXEgmCWuSl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXEgmCWuSl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uXEgmCWuSl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXEgmCWuSl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXEgmCWuSl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXEgmCWuSl .dropdown-item.active,
.cid-uXEgmCWuSl .dropdown-item:active {
  background-color: transparent;
}
.cid-uXEgmCWuSl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXEgmCWuSl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXEgmCWuSl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXEgmCWuSl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXEgmCWuSl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXEgmCWuSl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXEgmCWuSl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXEgmCWuSl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXEgmCWuSl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXEgmCWuSl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c71d3;
}
.cid-uXEgmCWuSl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXEgmCWuSl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXEgmCWuSl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXEgmCWuSl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXEgmCWuSl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXEgmCWuSl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXEgmCWuSl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXEgmCWuSl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXEgmCWuSl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uXEgmCWuSl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXEgmCWuSl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uXEgmCWuSl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXEgmCWuSl .navbar {
    height: 77px;
  }
  .cid-uXEgmCWuSl .navbar.opened {
    height: auto;
  }
  .cid-uXEgmCWuSl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXEgmCWuSl .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uXEheI8bDU {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uXEheI8bDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXEheI8bDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXEheI8bDU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXEheI8bDU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXEheI8bDU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXEheI8bDU .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uXEheI8bDU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXEheI8bDU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXEheI8bDU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uXEheI8bDU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXEheI8bDU .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uXEheI8bDU .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uXEheI8bDU .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXEheI8bDU .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXEheI8bDU .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uXEheI8bDU .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uXEheI8bDU .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXEheI8bDU .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXEheI8bDU .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXEheI8bDU .mbr-label,
.cid-uXEheI8bDU .label-wrapper {
  color: #606060;
  text-align: center;
}
.cid-uXEheI8bDU .mbr-section-title,
.cid-uXEheI8bDU .title-wrapper {
  color: #d75959;
  text-align: center;
}
.cid-uXEheI8bDU .mbr-text {
  color: #515151;
}
.cid-uXJ2cbiZd5 .social2 .media-container-row {
  display: flex !important;
  justify-content: center !important;
}
.cid-uXJ2cbiZd5 .social2 .col-12 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cid-uXJ2cbiZd5 .social2 .a2a-wrapper {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cid-uXJ2cbiZd5 .social2 .a2a_kit {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin: 0 auto !important;
}
.cid-uXJ2cbiZd5 .social2 .a2a_kit a {
  float: none !important;
  margin: 8mm !important;
}
.cid-uXJ2cbiZd5 .social2 .container {
  display: flex !important;
  justify-content: center !important;
}
.cid-uXEgmEsGQh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-uXEgmEsGQh .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-uXEgmEsGQh h2,
.cid-uXEgmEsGQh h3,
.cid-uXEgmEsGQh h4,
.cid-uXEgmEsGQh p {
  color: #ffffff;
}
.cid-uXEgmEsGQh .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uXEgmEsGQh .text-block {
  border-bottom: 1px solid #767676;
}
.cid-uXEgmEsGQh .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXEgmEsGQh .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uXEgmEsGQh .form-control:focus,
.cid-uXEgmEsGQh .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uXEgmEsGQh .form-group {
  margin-bottom: 1rem;
}
.cid-uXEgmEsGQh input::-webkit-input-placeholder,
.cid-uXEgmEsGQh textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uXEgmEsGQh input:-moz-placeholder,
.cid-uXEgmEsGQh textarea:-moz-placeholder {
  color: #656565;
}
.cid-uXEgmEsGQh .jq-selectbox li,
.cid-uXEgmEsGQh .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uXEgmEsGQh .jq-selectbox li:hover,
.cid-uXEgmEsGQh .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uXEgmEsGQh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uXEgmEsGQh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uXEgmEsGQh .mbr-text {
  color: #767676;
}
.cid-uXEgmEsGQh a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uXEgmEsGQh .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXEgmEsGQh .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uXEgmEsGQh textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-uXEgmEsGQh h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uXEgmEsGQh .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uXEgmEsGQh .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXEgmEsGQh .google-map {
    padding-bottom: 2rem;
  }
}
.cid-uXEgmF40tx {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uXEgmF40tx img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uXEgmF40tx .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uXEgmF40tx .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uXEgmF40tx .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #51d004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXEgmF40tx .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uXEgmF40tx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uXEgmF40tx .first:hover:before {
  content: none;
}
.cid-uXEgmF40tx .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-uXEgmF40tx .last:hover:after {
  content: none;
}
.cid-uXEgmF40tx .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #51d004);
  content: '';
}
.cid-uXEgmF40tx .mbr-section-text {
  color: #999999;
}
.cid-uXEgmF40tx .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uXEgmF40tx .card .img-wrapper {
  overflow: hidden;
}
.cid-uXEgmF40tx .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uXEgmF40tx .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uXEgmF40tx .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #51d004);
  color: #ffffff !important;
}
.cid-uXEgmF40tx .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uXEgmF40tx .mbr-section-title {
  color: #9ccd7e;
}
.cid-uXEgmFCCaz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-uXEgmFCCaz .mbr-text1 {
  color: #999999;
}
.cid-uXEgmFCCaz .mbr-text2 {
  color: #999999;
}
.cid-uXEgmFCCaz p {
  margin: 0;
}
