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: #d75959 !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: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !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: #d75959;
  color: #d75959;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !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: #d75959 !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: #ebabab !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: #d75959;
  border-color: #d75959;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d75959;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffdfd;
}
.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: #d75959;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d75959;
  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: #d75959;
  border-bottom-color: #d75959;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d75959 !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='%23d75959' %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;
}
.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-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-sT9LmWuWpA .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sT9LmWuWpA .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sT9LmWuWpA .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sT9LmWuWpA .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sT9LmWuWpA .countdown-cont {
  margin: 0 auto;
}
.cid-sT9LmWuWpA .full-count-container {
  background: #e9204f;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sT9LmWuWpA .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sT9LmWuWpA .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sT9LmWuWpA .dot {
    display: none;
  }
  .cid-sT9LmWuWpA .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sT9LmWuWpA .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sT9LmWuWpA .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sT9LmWuWpA .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sT9LmWuWpA .number {
    font-size: 25px;
  }
  .cid-sT9LmWuWpA .period {
    font-size: 0.7rem;
  }
}
.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, #d75959);
  -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, #d75959);
  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, #d75959);
  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, #d75959);
  color: #ffffff !important;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sT5RyQJ9JV {
  padding-top: 60px;
  padding-bottom: 60px;
  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: #d75959;
  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: #d75959;
  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: #d75959;
  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: "97";
}
.cid-sTKfvZONOK .progress_elements .progress2 .progressbar-number:before {
  content: "94";
}
.cid-sTKfvZONOK .progress_elements .progress3 .progressbar-number:before {
  content: "89";
}
.cid-sTKfvZONOK .progress_elements .progress4 .progressbar-number:before {
  content: "82";
}
.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: #d75959;
  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-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, #d75959);
  -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, #d75959);
  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, #d75959);
  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, #d75959);
  color: #ffffff !important;
}
.cid-srWm1xgLQ5 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-srWm1xgLQ5 .mbr-section-title {
  color: #9ccd7e;
}
.cid-sFGlM76hKh.popup-builder {
  background-color: #ffffff;
}
.cid-sFGlM76hKh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFGlM76hKh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFGlM76hKh .modal-content,
.cid-sFGlM76hKh .modal-dialog {
  height: auto;
}
.cid-sFGlM76hKh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFGlM76hKh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFGlM76hKh .form-wrapper .mbr-form .form-group,
  .cid-sFGlM76hKh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFGlM76hKh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFGlM76hKh .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-sFGlM76hKh .mbr-text {
  text-align: center;
}
.cid-sFGlM76hKh .pt-0 {
  padding-top: 0 !important;
}
.cid-sFGlM76hKh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFGlM76hKh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFGlM76hKh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFGlM76hKh .modal-open {
  overflow: hidden;
}
.cid-sFGlM76hKh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFGlM76hKh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFGlM76hKh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFGlM76hKh .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-sFGlM76hKh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFGlM76hKh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFGlM76hKh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFGlM76hKh .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-sFGlM76hKh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFGlM76hKh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFGlM76hKh .modal-backdrop.show {
  opacity: .5;
}
.cid-sFGlM76hKh .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-sFGlM76hKh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFGlM76hKh .modal-header .close:hover {
  opacity: 1;
}
.cid-sFGlM76hKh .modal-header .close:focus {
  outline: none;
}
.cid-sFGlM76hKh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sFGlM76hKh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sFGlM76hKh .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-sFGlM76hKh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFGlM76hKh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFGlM76hKh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFGlM76hKh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFGlM76hKh .modal-sm {
    max-width: 300px;
  }
  .cid-sFGlM76hKh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFGlM76hKh .modal-lg,
  .cid-sFGlM76hKh .modal-xl {
    max-width: 800px;
  }
  .cid-sFGlM76hKh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFGlM76hKh .modal-xl {
    max-width: 1140px;
  }
  .cid-sFGlM76hKh .container {
    max-width: 1140px;
  }
}
.cid-sFGlM76hKh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFGlM76hKh .container {
    max-width: 720px;
  }
}
.cid-sFGlM76hKh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFGlM76hKh .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-sFGlM76hKh .form-group {
  margin-bottom: 1rem;
}
.cid-sFGlM76hKh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFGlM76hKh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFGlM76hKh .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-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-sVDFfabrgw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sVDFfabrgw .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sVDFfabrgw .card-img {
  padding-bottom: 2rem;
}
.cid-sVDFfabrgw .mbr-text {
  color: #767676;
}
.cid-sVDFfabrgw span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sVDFfabrgw .mbr-section-btn {
  margin-left: 0;
}
.cid-sVDFfabrgw .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-sVDFfabrgw .card-title {
    text-align: center;
  }
  .cid-sVDFfabrgw p.mbr-text,
  .cid-sVDFfabrgw p.date {
    text-align: center;
  }
}
.cid-sVDFfabrgw 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: #d75959;
  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: #d75959;
  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;
}
.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;
}
.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, #d75959);
  -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, #d75959);
  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, #d75959);
  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, #d75959);
  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: #d75959;
  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-sJhyb9Krus {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-sJhyb9Krus .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sJhyb9Krus .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sJhyb9Krus .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-sJhyb9Krus .price-term {
  margin-left: -5px;
}
.cid-sJhyb9Krus .pt2 {
  padding-top: 2rem;
}
.cid-sJhyb9Krus .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-sJhyb9Krus .plan-descr {
  color: #444444;
}
.cid-sJhyb9Krus .plan-price {
  margin-top: 2rem;
}
.cid-sJhyb9Krus .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-sJhyb9Krus .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-sJhyb9Krus .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sJhyb9Krus .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sJhyb9Krus .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sJhyb9Krus .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sJhyb9Krus .plan .plan-favorite {
  display: none;
}
.cid-sJhyb9Krus .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-sJhyb9Krus .plan-header,
.cid-sJhyb9Krus .plan-body {
  background-color: #ffffff;
}
.cid-sJhyb9Krus .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-sJhyb9Krus .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-sJhyb9Krus .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-sJhyb9Krus .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sJhyb9Krus UL {
  color: #8d97ad;
}
.cid-sJhyba768F {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-sJhyba768F .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sJhyba768F .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sJhyba768F .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-sJhyba768F .price-term {
  margin-left: -5px;
}
.cid-sJhyba768F .pt2 {
  padding-top: 2rem;
}
.cid-sJhyba768F .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-sJhyba768F .plan-descr {
  color: #444444;
}
.cid-sJhyba768F .plan-price {
  margin-top: 2rem;
}
.cid-sJhyba768F .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-sJhyba768F .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-sJhyba768F .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sJhyba768F .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sJhyba768F .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sJhyba768F .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sJhyba768F .plan .plan-favorite {
  display: none;
}
.cid-sJhyba768F .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-sJhyba768F .plan-header,
.cid-sJhyba768F .plan-body {
  background-color: #ffffff;
}
.cid-sJhyba768F .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-sJhyba768F .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-sJhyba768F .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-sJhyba768F .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sJhyba768F UL {
  color: #8d97ad;
}
.cid-sJhybaunUG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  overflow: hidden;
}
.cid-sJhybaunUG svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-sJhybaunUG #e2_shape {
  fill: #f9fafb !important;
}
.cid-sJhybaunUG .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sJhybaunUG .mbr-text {
  font-weight: 300;
}
.cid-sJhybaunUG .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sJhybaunUG .btn-white {
  color: #404040 !important;
}
.cid-sJhybaunUG .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sJhybaunUG .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sJhybaunUG .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sJhybaunUG {
    padding: 30px;
  }
  .cid-sJhybaunUG svg {
    display: none;
  }
}
.cid-sJhybaunUG .mbr-section-title,
.cid-sJhybaunUG .mbr-section-btn {
  color: #9ccd7e;
}
.cid-sJhybaF3Q1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJhybaF3Q1 img {
  width: 100%;
}
.cid-sJhybaF3Q1 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #d75959;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sJhybaF3Q1 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sJhybaF3Q1 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sJhybaF3Q1 .panel-group {
  margin-top: 36px;
}
.cid-sJhybaF3Q1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sJhybaF3Q1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-sJhybaF3Q1 .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-sJhybaF3Q1 .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-sJhybaF3Q1 .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sJhybaF3Q1 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-sJhybaF3Q1 * {
    text-align: left;
  }
}
.cid-sJhybaF3Q1 .main-title {
  color: #3c71d3;
}
.cid-sJhybaF3Q1 H4 {
  color: #3c71d3;
}
.cid-sJhybaYfn7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJhybaYfn7 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-sJhybaYfn7 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sJhybaYfn7 .card-wrapper {
  background: #040402;
  padding: 3rem;
}
.cid-sJhybaYfn7 .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #d75959);
}
.cid-sJhybaYfn7 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-sJhybaYfn7 .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-sJhybaYfn7 .card-box {
  padding-top: 2rem;
}
.cid-sJhybaYfn7 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #d75959);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sJhybaYfn7 .card-title {
  color: #999999;
}
.cid-sJhybaYfn7 .mbr-subtitle {
  color: #ffffff;
}
.cid-sJhybaYfn7 .main-title {
  color: #3c71d3;
}
.cid-sJhybaYfn7 .main-subtitle {
  color: #3c71d3;
}
.cid-sJhybaYfn7 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sJhybaYfn7 .card:hover {
  transform: translateY(-10px);
}
.cid-sJhybaYfn7 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sJhybaYfn7 .card:hover .card-title,
.cid-sJhybaYfn7 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-sJhybaYfn7 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sJhybaYfn7 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.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, #d75959);
  -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, #d75959);
  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, #d75959);
  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, #d75959);
  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: #d75959;
  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, #d75959);
  -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, #d75959);
  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, #d75959);
  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, #d75959);
  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, #d75959);
  -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, #d75959);
  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, #d75959);
  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, #d75959);
  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;
}
.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;
}
.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: #d75959;
  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;
}
.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;
}
.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, #d75959);
  -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, #d75959);
  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, #d75959);
  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, #d75959);
  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: #d75959;
  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, #d75959);
  -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, #d75959);
  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, #d75959);
  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, #d75959);
  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;
}
