body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'GothamRoundedMedium';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'GothamRoundedBook';
  font-size: 1.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'GothamRoundedBook';
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'GothamRoundedBook';
  font-size: 1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #289d9f !important;
}
.bg-success {
  background-color: #28629f !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #44ced0 !important;
}
.bg-danger {
  background-color: #cccccc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #289d9f !important;
  border-color: #289d9f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #196162 !important;
  border-color: #196162 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #196162 !important;
  border-color: #196162 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9f2a28 !important;
  border-color: #9f2a28 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #621a19 !important;
  border-color: #621a19 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #621a19 !important;
  border-color: #621a19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #28629f !important;
  border-color: #28629f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #193c62 !important;
  border-color: #193c62 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #193c62 !important;
  border-color: #193c62 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #44ced0 !important;
  border-color: #44ced0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #289e9f !important;
  border-color: #289e9f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #289e9f !important;
  border-color: #289e9f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !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: #134d4e;
  color: #134d4e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #289d9f;
  border-color: #289d9f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #289d9f !important;
  border-color: #289d9f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4e1413;
  color: #4e1413;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #9f2a28;
  border-color: #9f2a28;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2a28 !important;
  border-color: #9f2a28 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #13304e;
  color: #13304e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #28629f;
  border-color: #28629f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28629f !important;
  border-color: #28629f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #238a8b;
  color: #238a8b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #44ced0;
  border-color: #44ced0;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #44ced0 !important;
  border-color: #44ced0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #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: #289d9f !important;
}
.text-secondary {
  color: #9f2a28 !important;
}
.text-success {
  color: #28629f !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #44ced0 !important;
}
.text-danger {
  color: #cccccc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #134d4e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4e1413 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #13304e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #238a8b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #999999 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #44ced0;
}
.alert-danger {
  background-color: #cccccc;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #289d9f;
  border-color: #289d9f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #289d9f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6cd8da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ca2da;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e7f9f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'GothamRoundedBook';
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #289d9f;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #289d9f !important;
  -webkit-box-shadow: 0 6px 16px 0 #289d9f !important;
  background-color: #289d9f !important;
  border-color: #289d9f !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #9f2a28 !important;
  -webkit-box-shadow: 0 6px 16px 0 #9f2a28 !important;
  background-color: #9f2a28 !important;
  border-color: #9f2a28 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #28629f !important;
  -webkit-box-shadow: 0 6px 16px 0 #28629f !important;
  background-color: #28629f !important;
  border-color: #28629f !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #289d9f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #289d9f;
  border-bottom-color: #289d9f;
}
.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: #289d9f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9f2a28 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23289d9f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sDwEIDwEoR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #289d9f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sDwEIDwEoR .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sDwEIDwEoR .nav-item:focus,
.cid-sDwEIDwEoR .nav-link:focus {
  outline: none;
}
.cid-sDwEIDwEoR .text-white:hover,
.cid-sDwEIDwEoR .text-white:active,
.cid-sDwEIDwEoR .text-white:focus {
  color: white!important;
}
.cid-sDwEIDwEoR .section {
  position: relative;
  overflow: visible!important;
}
.cid-sDwEIDwEoR .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sDwEIDwEoR .dropdown-item:hover {
  color: black!important;
}
.cid-sDwEIDwEoR .dropdown-menu {
  background-color: white!important;
}
.cid-sDwEIDwEoR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sDwEIDwEoR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #289d9f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sDwEIDwEoR .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sDwEIDwEoR .nav-item .nav-link {
    position: relative;
  }
}
.cid-sDwEIDwEoR .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-sDwEIDwEoR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDwEIDwEoR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sDwEIDwEoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDwEIDwEoR .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-sDwEIDwEoR .collapsed {
  flex-direction: row!important;
}
.cid-sDwEIDwEoR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDwEIDwEoR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDwEIDwEoR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sDwEIDwEoR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sDwEIDwEoR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sDwEIDwEoR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDwEIDwEoR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDwEIDwEoR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDwEIDwEoR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sDwEIDwEoR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDwEIDwEoR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDwEIDwEoR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDwEIDwEoR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDwEIDwEoR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDwEIDwEoR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDwEIDwEoR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDwEIDwEoR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDwEIDwEoR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDwEIDwEoR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDwEIDwEoR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDwEIDwEoR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDwEIDwEoR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sDwEIDwEoR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDwEIDwEoR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDwEIDwEoR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDwEIDwEoR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDwEIDwEoR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDwEIDwEoR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sDwEIDwEoR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDwEIDwEoR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDwEIDwEoR .navbar-caption {
  font-weight: 600!important;
}
.cid-sDwEIDwEoR .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-sDwEIDwEoR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDwEIDwEoR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDwEIDwEoR .dropdown-item.active,
.cid-sDwEIDwEoR .dropdown-item:active {
  background-color: transparent;
}
.cid-sDwEIDwEoR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDwEIDwEoR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDwEIDwEoR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDwEIDwEoR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDwEIDwEoR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDwEIDwEoR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDwEIDwEoR .navbar-buttons {
  text-align: center;
}
.cid-sDwEIDwEoR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDwEIDwEoR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #289d9f;
}
.cid-sDwEIDwEoR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDwEIDwEoR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDwEIDwEoR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDwEIDwEoR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDwEIDwEoR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDwEIDwEoR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDwEIDwEoR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDwEIDwEoR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDwEIDwEoR .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDwEIDwEoR .nav-link {
  font-weight: 600!important;
}
.cid-sDwEIDwEoR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDwEIDwEoR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sDwEIDwEoR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sDwEIDwEoR .icons-menu span {
  font-size: 26px;
  color: #289d9f;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDwEIDwEoR .navbar {
    height: 77px;
  }
  .cid-sDwEIDwEoR .navbar.opened {
    height: auto;
  }
  .cid-sDwEIDwEoR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDwETqBsHr {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sDwETqBsHr H1 {
  color: #ffffff;
}
.cid-sDwETqBsHr .mbr-text,
.cid-sDwETqBsHr .mbr-section-btn {
  color: #ffffff;
}
.cid-sDwFkZCJEk {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sDwFkZCJEk .mbr-text {
  color: #716c80;
}
.cid-sDwFkZCJEk .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sDwFkZCJEk .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sDwFkZCJEk .card-wrapper:hover .ico2 {
  color: #289d9f !important;
}
.cid-sDwFkZCJEk .ico2 {
  color: #232323 !important;
  transition: all 0.6s;
}
.cid-sDwFkZCJEk .text-info:hover {
  color: inherit!important;
}
.cid-sDwFkZCJEk .card-box {
  padding: 0rem 1rem;
}
.cid-sDwFkZCJEk .ico1 {
  font-size: 3rem !important;
}
.cid-sDwFkZCJEk h3,
.cid-sDwFkZCJEk h4 {
  padding: 0;
  margin: 0;
}
.cid-sDwFkZCJEk .card-title,
.cid-sDwFkZCJEk .card-img {
  color: #57468b;
}
.cid-sDwFkZCJEk .card-title {
  color: #232323;
}
.cid-sDwFkZCJEk .card-img {
  width: auto;
}
.cid-sDwFYC8sn5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-sDwFYC8sn5 H1 {
  color: #232323;
}
.cid-sDwFYC8sn5 .mbr-text,
.cid-sDwFYC8sn5 .mbr-section-btn {
  color: #716c80;
}
.cid-sDwEVNWm3C {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
.cid-sDwEVNWm3C .mbr-text {
  color: #716c80;
}
.cid-sDwEVNWm3C .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sDwEVNWm3C .card-img .img1 {
  background-color: #44ced0;
}
.cid-sDwEVNWm3C .card-img .img2 {
  background-color: #289d9f;
}
.cid-sDwEVNWm3C .card-img .img3 {
  background-color: #44ced0;
}
.cid-sDwEVNWm3C .card-img .img4 {
  background-color: #289d9f;
}
.cid-sDwEVNWm3C .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sDwEVNWm3C .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sDwEVNWm3C .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sDwEVNWm3C .card-title,
.cid-sDwEVNWm3C .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sDwEVNWm3C .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sDwEVNWm3C .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sDwEVNWm3C .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sDwEVNWm3C .card-img span {
    margin-right: 0rem;
  }
}
.cid-sDwEVNWm3C .card-img {
  width: auto;
}
.cid-sDwEVNWm3C .card-title {
  color: #232323;
}
.cid-sDwG2NarF8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-sDwG2NarF8 .mbr-text {
  color: #716c80;
}
.cid-sDwG2NarF8 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sDwG2NarF8 .card-img .img1 {
  background-color: #44ced0;
}
.cid-sDwG2NarF8 .card-img .img2 {
  background-color: #289d9f;
}
.cid-sDwG2NarF8 .card-img .img3 {
  background-color: #44ced0;
}
.cid-sDwG2NarF8 .card-img .img4 {
  background-color: #289d9f;
}
.cid-sDwG2NarF8 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sDwG2NarF8 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sDwG2NarF8 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sDwG2NarF8 .card-title,
.cid-sDwG2NarF8 .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sDwG2NarF8 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sDwG2NarF8 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sDwG2NarF8 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sDwG2NarF8 .card-img span {
    margin-right: 0rem;
  }
}
.cid-sDwG2NarF8 .card-img {
  width: auto;
}
.cid-sDwG2NarF8 .card-title {
  color: #232323;
}
.cid-sDwOjTYOj5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDwOjTYOj5 .mbr-text {
  color: #716c80;
}
.cid-sDwOjTYOj5 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sDwOjTYOj5 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sDwOjTYOj5 .card-wrapper:hover .ico2 {
  color: #289d9f !important;
}
.cid-sDwOjTYOj5 .text-info:hover {
  color: inherit!important;
}
.cid-sDwOjTYOj5 .ico2 {
  color: #232323 !important;
  transition: all 0.6s;
}
.cid-sDwOjTYOj5 .card-box {
  padding: 0rem 1rem;
}
.cid-sDwOjTYOj5 .ico1 {
  font-size: 1.5rem !important;
}
.cid-sDwOjTYOj5 h3,
.cid-sDwOjTYOj5 h4 {
  padding: 0;
  margin: 0;
}
.cid-sDwOjTYOj5 .card-title,
.cid-sDwOjTYOj5 .card-img {
  color: #57468b;
}
.cid-sDwOjTYOj5 .card-title {
  color: #232323;
}
.cid-sDwOjTYOj5 H1 {
  color: #289d9f;
}
.cid-sDwOjTYOj5 .text,
.cid-sDwOjTYOj5 .mbr-section-btn {
  color: #232323;
}
.cid-sDwOjTYOj5 .card-img {
  width: auto;
}
.cid-sDwFFbtg5p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-sDwFFbtg5p h5,
.cid-sDwFFbtg5p h4,
.cid-sDwFFbtg5p p {
  margin-bottom: 0;
}
.cid-sDwFFbtg5p p {
  color: #767676;
}
.cid-sDwFFbtg5p .card-img {
  padding: 0;
  width: auto;
}
.cid-sDwFFbtg5p .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sDwFFbtg5p .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sDwFFbtg5p .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDwFFbtg5p .card-box {
    padding: 2rem 0 0;
  }
  .cid-sDwFFbtg5p .card-wrapper {
    display: block !important;
  }
}
.cid-sDwFFbtg5p .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-sDwFFbtg5p .card-title,
.cid-sDwFFbtg5p .main-title {
  color: #57468b;
}
.cid-sDwFFbtg5p .card-title {
  color: #28629f;
  text-align: center;
}
.cid-sDwFFbtg5p .mbr-text,
.cid-sDwFFbtg5p .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sDwFho07Gu {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDwFho07Gu .google-map {
  height: 25rem;
  position: relative;
}
.cid-sDwFho07Gu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDwFho07Gu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDwFho07Gu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDwFho07Gu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sDwFho07Gu .map1 {
    padding-right: 2rem;
  }
  .cid-sDwFho07Gu .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-sDwFho07Gu .map1 {
    padding-bottom: 2rem;
  }
}
.cid-sDwFolQToe {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sDwFolQToe img {
  width: 120px;
  margin: auto;
}
.cid-sDwFolQToe .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-sDwFolQToe .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sDwFolQToe H1 {
  color: #57468b;
}
.cid-sDwFolQToe .mbr-text,
.cid-sDwFolQToe .mbr-section-btn {
  color: #716c80;
}
.cid-sDyjSTLQx7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-sDwPcFvect .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #289d9f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sDwPcFvect .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sDwPcFvect .nav-item:focus,
.cid-sDwPcFvect .nav-link:focus {
  outline: none;
}
.cid-sDwPcFvect .text-white:hover,
.cid-sDwPcFvect .text-white:active,
.cid-sDwPcFvect .text-white:focus {
  color: white!important;
}
.cid-sDwPcFvect .section {
  position: relative;
  overflow: visible!important;
}
.cid-sDwPcFvect .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sDwPcFvect .dropdown-item:hover {
  color: black!important;
}
.cid-sDwPcFvect .dropdown-menu {
  background-color: white!important;
}
.cid-sDwPcFvect .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sDwPcFvect .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #289d9f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sDwPcFvect .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sDwPcFvect .nav-item .nav-link {
    position: relative;
  }
}
.cid-sDwPcFvect .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-sDwPcFvect .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDwPcFvect .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sDwPcFvect .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDwPcFvect .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-sDwPcFvect .collapsed {
  flex-direction: row!important;
}
.cid-sDwPcFvect .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDwPcFvect .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDwPcFvect .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sDwPcFvect .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sDwPcFvect .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sDwPcFvect .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDwPcFvect .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDwPcFvect .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDwPcFvect .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sDwPcFvect .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDwPcFvect .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDwPcFvect .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDwPcFvect .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDwPcFvect .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDwPcFvect .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDwPcFvect .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDwPcFvect .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDwPcFvect .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDwPcFvect .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDwPcFvect .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDwPcFvect .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDwPcFvect .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sDwPcFvect .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDwPcFvect .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDwPcFvect .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDwPcFvect .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDwPcFvect .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDwPcFvect .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sDwPcFvect .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDwPcFvect .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDwPcFvect .navbar-caption {
  font-weight: 600!important;
}
.cid-sDwPcFvect .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-sDwPcFvect .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDwPcFvect .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDwPcFvect .dropdown-item.active,
.cid-sDwPcFvect .dropdown-item:active {
  background-color: transparent;
}
.cid-sDwPcFvect .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDwPcFvect .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDwPcFvect .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDwPcFvect .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDwPcFvect .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDwPcFvect ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDwPcFvect .navbar-buttons {
  text-align: center;
}
.cid-sDwPcFvect button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDwPcFvect button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #289d9f;
}
.cid-sDwPcFvect button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDwPcFvect button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDwPcFvect button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDwPcFvect button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDwPcFvect nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDwPcFvect nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDwPcFvect nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDwPcFvect nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDwPcFvect .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDwPcFvect .nav-link {
  font-weight: 600!important;
}
.cid-sDwPcFvect a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDwPcFvect .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sDwPcFvect .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sDwPcFvect .icons-menu span {
  font-size: 26px;
  color: #289d9f;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDwPcFvect .navbar {
    height: 77px;
  }
  .cid-sDwPcFvect .navbar.opened {
    height: auto;
  }
  .cid-sDwPcFvect .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDy67ou1OT {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDy67ou1OT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sDy67ou1OT H1 {
  color: #289d9f;
}
.cid-sDy67ou1OT .mbr-text,
.cid-sDy67ou1OT .mbr-section-btn {
  color: #716c80;
}
.cid-sDy67ou1OT H3 {
  color: #716c80;
}
.cid-sDy67ou1OT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sDy67ou1OT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sDy67ou1OT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sDy67ou1OT .link:hover {
  color: #289d9f !important;
}
.cid-sDy67ou1OT .link:hover .link-ico {
  color: #289d9f !important;
  padding-left: 10px;
}
.cid-sDy67ou1OT DIV {
  color: #57468b;
}
.cid-sDy67ou1OT .mbr-text,
.cid-sDy67ou1OT .media-content {
  color: #232323;
}
.cid-sDyaXdfVT1 {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f2f6ff;
}
.cid-sDyaXdfVT1 .card-header {
  background: transparent;
}
.cid-sDyaXdfVT1 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sDyaXdfVT1 .panel-group {
  border-top: 1px solid #efefef;
}
.cid-sDyaXdfVT1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sDyaXdfVT1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sDyaXdfVT1 .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;
}
.cid-sDyaXdfVT1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sDyaXdfVT1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sDyaXdfVT1 .card .panel-body {
  color: #767676;
}
.cid-sDyaXdfVT1 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-sDyaXdfVT1 H4 {
  color: #28629f;
}
.cid-sDyaXdfVT1 H2 {
  color: #57468b;
}
.cid-sDyaXdfVT1 .panel-text {
  color: #232323;
}
.cid-sDy7Cx6muE {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sDy7Cx6muE H1 {
  color: #289d9f;
}
.cid-sDy7Cx6muE .mbr-text,
.cid-sDy7Cx6muE .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sDy7Cx6muE .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-sDy7Cx6muE .relative {
  position: relative;
}
.cid-sDy7Cx6muE .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sDy7Cx6muE .img1 {
    width: 100%;
  }
}
.cid-sDyjcEboqd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-sDyjcEboqd h5,
.cid-sDyjcEboqd h4,
.cid-sDyjcEboqd p {
  margin-bottom: 0;
}
.cid-sDyjcEboqd p {
  color: #767676;
}
.cid-sDyjcEboqd .card-img {
  padding: 0;
  width: auto;
}
.cid-sDyjcEboqd .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sDyjcEboqd .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sDyjcEboqd .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDyjcEboqd .card-box {
    padding: 2rem 0 0;
  }
  .cid-sDyjcEboqd .card-wrapper {
    display: block !important;
  }
}
.cid-sDyjcEboqd .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-sDyjcEboqd .card-title,
.cid-sDyjcEboqd .main-title {
  color: #57468b;
}
.cid-sDyjcEboqd .card-title {
  color: #28629f;
  text-align: center;
}
.cid-sDyjcEboqd .mbr-text,
.cid-sDyjcEboqd .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sDy8ADEPuK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDy8ADEPuK .google-map {
  height: 25rem;
  position: relative;
}
.cid-sDy8ADEPuK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDy8ADEPuK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDy8ADEPuK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDy8ADEPuK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sDy8ADEPuK .map1 {
    padding-right: 2rem;
  }
  .cid-sDy8ADEPuK .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-sDy8ADEPuK .map1 {
    padding-bottom: 2rem;
  }
}
.cid-sDy8AayO7I {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sDy8AayO7I img {
  width: 120px;
  margin: auto;
}
.cid-sDy8AayO7I .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-sDy8AayO7I .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sDy8AayO7I H1 {
  color: #57468b;
}
.cid-sDy8AayO7I .mbr-text,
.cid-sDy8AayO7I .mbr-section-btn {
  color: #716c80;
}
.cid-sDyjSTLQx7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-sDy30gu2ka .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #289d9f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sDy30gu2ka .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sDy30gu2ka .nav-item:focus,
.cid-sDy30gu2ka .nav-link:focus {
  outline: none;
}
.cid-sDy30gu2ka .text-white:hover,
.cid-sDy30gu2ka .text-white:active,
.cid-sDy30gu2ka .text-white:focus {
  color: white!important;
}
.cid-sDy30gu2ka .section {
  position: relative;
  overflow: visible!important;
}
.cid-sDy30gu2ka .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sDy30gu2ka .dropdown-item:hover {
  color: black!important;
}
.cid-sDy30gu2ka .dropdown-menu {
  background-color: white!important;
}
.cid-sDy30gu2ka .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sDy30gu2ka .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #289d9f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sDy30gu2ka .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sDy30gu2ka .nav-item .nav-link {
    position: relative;
  }
}
.cid-sDy30gu2ka .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-sDy30gu2ka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDy30gu2ka .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sDy30gu2ka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDy30gu2ka .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-sDy30gu2ka .collapsed {
  flex-direction: row!important;
}
.cid-sDy30gu2ka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDy30gu2ka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDy30gu2ka .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sDy30gu2ka .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sDy30gu2ka .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sDy30gu2ka .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDy30gu2ka .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDy30gu2ka .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDy30gu2ka .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sDy30gu2ka .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDy30gu2ka .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDy30gu2ka .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDy30gu2ka .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDy30gu2ka .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDy30gu2ka .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDy30gu2ka .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDy30gu2ka .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDy30gu2ka .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDy30gu2ka .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDy30gu2ka .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDy30gu2ka .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDy30gu2ka .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sDy30gu2ka .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDy30gu2ka .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDy30gu2ka .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDy30gu2ka .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDy30gu2ka .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDy30gu2ka .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sDy30gu2ka .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDy30gu2ka .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDy30gu2ka .navbar-caption {
  font-weight: 600!important;
}
.cid-sDy30gu2ka .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-sDy30gu2ka .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDy30gu2ka .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDy30gu2ka .dropdown-item.active,
.cid-sDy30gu2ka .dropdown-item:active {
  background-color: transparent;
}
.cid-sDy30gu2ka .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDy30gu2ka .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDy30gu2ka .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDy30gu2ka .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDy30gu2ka .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDy30gu2ka ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDy30gu2ka .navbar-buttons {
  text-align: center;
}
.cid-sDy30gu2ka button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDy30gu2ka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #289d9f;
}
.cid-sDy30gu2ka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDy30gu2ka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDy30gu2ka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDy30gu2ka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDy30gu2ka nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDy30gu2ka nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDy30gu2ka nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDy30gu2ka nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDy30gu2ka .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDy30gu2ka .nav-link {
  font-weight: 600!important;
}
.cid-sDy30gu2ka a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDy30gu2ka .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sDy30gu2ka .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sDy30gu2ka .icons-menu span {
  font-size: 26px;
  color: #289d9f;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDy30gu2ka .navbar {
    height: 77px;
  }
  .cid-sDy30gu2ka .navbar.opened {
    height: auto;
  }
  .cid-sDy30gu2ka .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDy30icNdN {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDy30icNdN H1 {
  color: #232323;
}
.cid-sDy30icNdN .mbr-text,
.cid-sDy30icNdN .mbr-section-btn {
  color: #716c80;
}
.cid-sDy30izYbU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDy30izYbU .mbr-text {
  color: #716c80;
}
.cid-sDy30izYbU .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sDy30izYbU .card-img .img1 {
  background-color: #44ced0;
}
.cid-sDy30izYbU .card-img .img2 {
  background-color: #289d9f;
}
.cid-sDy30izYbU .card-img .img3 {
  background-color: #44ced0;
}
.cid-sDy30izYbU .card-img .img4 {
  background-color: #289d9f;
}
.cid-sDy30izYbU .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sDy30izYbU .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sDy30izYbU .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sDy30izYbU .card-title,
.cid-sDy30izYbU .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sDy30izYbU .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sDy30izYbU .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sDy30izYbU .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sDy30izYbU .card-img span {
    margin-right: 0rem;
  }
}
.cid-sDy30izYbU .card-img {
  width: auto;
}
.cid-sDy30izYbU .card-title {
  color: #232323;
}
.cid-sDy30j565s {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDy30j565s .mbr-text {
  color: #716c80;
}
.cid-sDy30j565s .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sDy30j565s .card-img .img1 {
  background-color: #44ced0;
}
.cid-sDy30j565s .card-img .img2 {
  background-color: #289d9f;
}
.cid-sDy30j565s .card-img .img3 {
  background-color: #44ced0;
}
.cid-sDy30j565s .card-img .img4 {
  background-color: #289d9f;
}
.cid-sDy30j565s .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sDy30j565s .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sDy30j565s .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sDy30j565s .card-title,
.cid-sDy30j565s .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sDy30j565s .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sDy30j565s .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sDy30j565s .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sDy30j565s .card-img span {
    margin-right: 0rem;
  }
}
.cid-sDy30j565s .card-img {
  width: auto;
}
.cid-sDy30j565s .card-title {
  color: #232323;
}
.cid-sDy3c1ybPr {
  padding-top: 45px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sDy3c1ybPr .card-header {
  background: transparent;
}
.cid-sDy3c1ybPr .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sDy3c1ybPr .panel-group {
  border-top: 1px solid #efefef;
}
.cid-sDy3c1ybPr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sDy3c1ybPr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sDy3c1ybPr .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;
}
.cid-sDy3c1ybPr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sDy3c1ybPr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sDy3c1ybPr .card .panel-body {
  color: #767676;
}
.cid-sDy3c1ybPr h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-sDy3c1ybPr H4 {
  color: #28629f;
}
.cid-sDy3c1ybPr H2 {
  color: #57468b;
}
.cid-sDy3c1ybPr .panel-text {
  color: #232323;
}
.cid-sDyja5Bisj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-sDyja5Bisj h5,
.cid-sDyja5Bisj h4,
.cid-sDyja5Bisj p {
  margin-bottom: 0;
}
.cid-sDyja5Bisj p {
  color: #767676;
}
.cid-sDyja5Bisj .card-img {
  padding: 0;
  width: auto;
}
.cid-sDyja5Bisj .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sDyja5Bisj .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sDyja5Bisj .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDyja5Bisj .card-box {
    padding: 2rem 0 0;
  }
  .cid-sDyja5Bisj .card-wrapper {
    display: block !important;
  }
}
.cid-sDyja5Bisj .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-sDyja5Bisj .card-title,
.cid-sDyja5Bisj .main-title {
  color: #57468b;
}
.cid-sDyja5Bisj .card-title {
  color: #28629f;
  text-align: center;
}
.cid-sDyja5Bisj .mbr-text,
.cid-sDyja5Bisj .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sDy30kNTKn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDy30kNTKn .google-map {
  height: 25rem;
  position: relative;
}
.cid-sDy30kNTKn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDy30kNTKn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDy30kNTKn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDy30kNTKn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sDy30kNTKn .map1 {
    padding-right: 2rem;
  }
  .cid-sDy30kNTKn .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-sDy30kNTKn .map1 {
    padding-bottom: 2rem;
  }
}
.cid-sDy30lakpb {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sDy30lakpb img {
  width: 120px;
  margin: auto;
}
.cid-sDy30lakpb .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-sDy30lakpb .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sDy30lakpb H1 {
  color: #57468b;
}
.cid-sDy30lakpb .mbr-text,
.cid-sDy30lakpb .mbr-section-btn {
  color: #716c80;
}
.cid-sDyjSTLQx7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
