body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.125rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 2.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.7rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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: #18508c !important;
}
.bg-success {
  background-color: #5cbb4a !important;
}
.bg-info {
  background-color: #fdece8 !important;
}
.bg-warning {
  background-color: #ffcf5c !important;
}
.bg-danger {
  background-color: #939bb4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18508c !important;
  border-color: #18508c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d2b4b !important;
  border-color: #0d2b4b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d2b4b !important;
  border-color: #0d2b4b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
  color: #d43712 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5cbb4a !important;
  border-color: #5cbb4a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #408632 !important;
  border-color: #408632 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #408632 !important;
  border-color: #408632 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
  color: #5c4100 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #939bb4 !important;
  border-color: #939bb4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !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: #18508c;
  color: #18508c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #18508c;
  border-color: #18508c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18508c !important;
  border-color: #18508c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc643f;
  color: #fc643f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc643f;
  border-color: #fc643f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdece8;
  color: #fdece8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d43712;
  background-color: #fdece8;
  border-color: #fdece8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #d43712 !important;
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5cbb4a;
  color: #5cbb4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5cbb4a;
  border-color: #5cbb4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5cbb4a !important;
  border-color: #5cbb4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcf5c;
  color: #ffcf5c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c4100;
  background-color: #ffcf5c;
  border-color: #ffcf5c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4100 !important;
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #939bb4;
  color: #939bb4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #939bb4;
  border-color: #939bb4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #939bb4 !important;
  border-color: #939bb4 !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: #18508c !important;
}
.text-secondary {
  color: #fc643f !important;
}
.text-success {
  color: #5cbb4a !important;
}
.text-info {
  color: #fdece8 !important;
}
.text-warning {
  color: #ffcf5c !important;
}
.text-danger {
  color: #939bb4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #091e35 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d22c03 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #37742b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f59e8a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5c6685 !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: #fdece8;
}
.alert-warning {
  background-color: #ffcf5c;
}
.alert-danger {
  background-color: #939bb4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.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: #18508c;
  border-color: #18508c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18508c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #448fdf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #afdea7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dee1e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
blockquote {
  border-color: #18508c;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #fc643f !important;
  -webkit-box-shadow: 0 6px 16px 0 #fc643f !important;
  background-color: #fc643f !important;
  border-color: #fc643f !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 #5cbb4a !important;
  -webkit-box-shadow: 0 6px 16px 0 #5cbb4a !important;
  background-color: #5cbb4a !important;
  border-color: #5cbb4a !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18508c;
  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: #18508c;
  border-bottom-color: #18508c;
}
.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: #18508c !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: #fc643f !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='%2318508c' %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-snws10U6pe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-snws10U6pe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snws10U6pe a {
  font-style: normal;
}
.cid-snws10U6pe .show {
  overflow: visible;
}
.cid-snws10U6pe .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-snws10U6pe .dropdown-item:active {
  background-color: transparent;
}
.cid-snws10U6pe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snws10U6pe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snws10U6pe .nav-item:focus,
.cid-snws10U6pe .nav-link:focus {
  outline: none;
}
.cid-snws10U6pe .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-snws10U6pe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-snws10U6pe .menu-logo {
  margin-right: auto;
}
.cid-snws10U6pe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snws10U6pe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snws10U6pe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snws10U6pe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snws10U6pe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-snws10U6pe button.navbar-toggler:focus {
  outline: none;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-snws10U6pe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .btn {
  display: -webkit-flex;
}
.cid-snws10U6pe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing,
.cid-snws10U6pe .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-snws10U6pe .collapsed button.navbar-toggler {
  display: block;
}
.cid-snws10U6pe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snws10U6pe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snws10U6pe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snws10U6pe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe img {
    height: 3.8rem !important;
  }
  .cid-snws10U6pe .btn {
    display: -webkit-flex;
  }
  .cid-snws10U6pe button.navbar-toggler {
    display: block;
  }
  .cid-snws10U6pe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing,
  .cid-snws10U6pe .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snws10U6pe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snws10U6pe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snws10U6pe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snws10U6pe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snws10U6pe .nav-link {
    justify-content: start!important;
  }
  .cid-snws10U6pe .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snws10U6pe .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-snws10U6pe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snws10U6pe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snws10U6pe .nav-link:hover,
.cid-snws10U6pe .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-snws10U6pe .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-trmxajaZzz {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-trmxajaZzz .row {
  flex-direction: row-reverse;
}
.cid-trmxajaZzz .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #18508c;
}
@media (max-width: 991px) {
  .cid-trmxajaZzz .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-trmxajaZzz .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-trmxajaZzz .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-trmxajaZzz .image-wrapper {
    margin-left: 0;
  }
}
.cid-trmxajaZzz .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-trmxajaZzz .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-trmxajaZzz .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trmxajaZzz .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-trmxajaZzz .content {
    text-align: center;
  }
}
.cid-trmxajaZzz .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-trmxajaZzz .mbr-section-title span {
  position: relative;
}
.cid-trmxajaZzz .mbr-section-title span svg {
  position: absolute;
  left: -120px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-trmxajaZzz .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-trmxajaZzz .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-trmxajaZzz .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-trmxajaZzz .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-trmxajaZzz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-trmxajaZzz .mbr-section-subtitle span {
  position: relative;
}
.cid-trmxajaZzz .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-trmxajaZzz .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-trmxajaZzz .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-trmxajaZzz .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
}
.cid-trmxajaZzz .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-trmxajaZzz .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-trmxajaZzz .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-trmxajaZzz .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-snwBgxaJ13 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-snwBgxaJ13 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-snwBgxaJ13 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-snwBgxaJ13 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-snwBgxaJ13 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-snwBgxaJ13 .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-snwBgxaJ13 .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-snwBgxaJ13 .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-snwBgxaJ13 .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-snwBgxaJ13 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-snwBgxaJ13 .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -24px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-snwBgxaJ13 .mbr-section-title,
.cid-snwBgxaJ13 .line-wrap {
  text-align: center;
}
.cid-snwBgxaJ13 .card-box > p,
.cid-snwBgxaJ13 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ts4vgClwiv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ts4vgClwiv .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-ts4vgClwiv .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-ts4vgClwiv .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-ts4vgClwiv .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-ts4vgClwiv .row .img-item {
    padding: 0rem;
  }
}
.cid-ts4vgClwiv .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-ts4vgClwiv .big {
    transform: scale(1);
  }
}
.cid-ts4zYfpw0U {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-ts4zYfpw0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4zYfpw0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4zYfpw0U .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-ts4zYfpw0U .mbr-text {
  color: #272727;
  margin-bottom: 1em;
}
.cid-ts4zYfpw0U .mbr-text,
.cid-ts4zYfpw0U .mbr-section-btn {
  text-align: center;
}
.cid-snMQ7mi7Kx {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-snMQ7mi7Kx .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-snMQ7mi7Kx .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-snMQ7mi7Kx .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-snMQ7mi7Kx .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-snMQ7mi7Kx .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-snMQ7mi7Kx .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-snMQ7mi7Kx .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-snMQ7mi7Kx .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-snMQ7mi7Kx .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-snMQ7mi7Kx .mbr-section-title {
  text-align: center;
  color: #fc643f;
}
.cid-sTVE6a7B50 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sTVE6a7B50 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTVE6a7B50 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sTVE6a7B50 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sTVE6a7B50 .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sTVE6a7B50 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sTVE6a7B50 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sTVE6a7B50 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sTVE6a7B50 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sTVE6a7B50 .card .card-box .card-title,
  .cid-sTVE6a7B50 .card .card-box .mbr-text,
  .cid-sTVE6a7B50 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sTVE6a7B50 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sTVE6a7B50 .card .card-img {
    text-align: right !important;
  }
}
.cid-sTVE6a7B50 .mbr-text,
.cid-sTVE6a7B50 .link {
  color: #465052;
}
.cid-sTVE6a7B50 .link {
  color: #5cbb4a;
}
.cid-sTYR68q1oe {
  padding-top: 135px;
  padding-bottom: 150px;
}
.cid-sTYR68q1oe .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #ffffff;
  max-width: 80%;
}
@media (max-width: 767px) {
  .cid-sTYR68q1oe .container {
    padding: 140px 15px;
  }
}
.cid-sTYR68q1oe section {
  position: relative;
}
.cid-sTYR68q1oe .mbr-section-title {
  z-index: 70;
  color: #ff7708;
}
.cid-sTYR68q1oe .mbr-text,
.cid-sTYR68q1oe .mbr-section-btn {
  color: #46495f;
  z-index: 70;
}
.cid-sTYR68q1oe img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.cid-sTYR68q1oe .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-sTYR68q1oe .image-1 {
  position: absolute;
  left: -95px;
  bottom: -3px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-sTYR68q1oe .image-2 {
  position: absolute;
  left: -23%;
  top: -75%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-sTYR68q1oe .image-3 {
  position: absolute;
  left: 209px;
  bottom: -131px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-sTYR68q1oe .image-4 {
  position: absolute;
  right: -61px;
  bottom: -52px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-sTYR68q1oe .image-5 {
  position: absolute;
  left: 77px;
  top: 175px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-sTYR68q1oe .image-6 {
  position: absolute;
  left: -295px;
  top: 290px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-sTYR68q1oe .image-6 {
    left: -165px;
    top: 290px;
  }
}
@media (max-width: 992px) {
  .cid-sTYR68q1oe .image-1 {
    bottom: -323px;
  }
  .cid-sTYR68q1oe .image-2 {
    left: -53%;
  }
  .cid-sTYR68q1oe .image-3 {
    bottom: 29px;
  }
  .cid-sTYR68q1oe .image-5 {
    left: 337px;
    top: -65px;
  }
  .cid-sTYR68q1oe .image-6 {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sTYR68q1oe .image-1 {
    left: 205px;
    bottom: -273px;
  }
  .cid-sTYR68q1oe .image-2 {
    left: -27%;
  }
  .cid-sTYR68q1oe .image-4 {
    right: -101px;
  }
}
.cid-snwqWO1DzB {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-snwqWO1DzB .mbr-section-title,
.cid-snwqWO1DzB .mbr-section-subtitle {
  color: #000000;
}
.cid-snwqWO1DzB .mbr-section-text {
  color: #232323;
}
.cid-snwqWO1DzB .mbr-text,
.cid-snwqWO1DzB .typed-text,
.cid-snwqWO1DzB .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-snwqWO1DzB .btn {
  margin-left: 4px !important;
}
.cid-snwqWO1DzB .animated-element {
  color: #00c48c;
}
.cid-snwqWO1DzB .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #00c48c;
}
.cid-snwqWO1DzB .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-snwqWO1DzB .typed-text,
  .cid-snwqWO1DzB .mbr-section-subtitle,
  .cid-snwqWO1DzB .mbr-section-text,
  .cid-snwqWO1DzB .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-snwqWO1DzB .mbr-section-subtitle,
.cid-snwqWO1DzB .typed-text {
  color: #fc643f;
}
.cid-sTLbbrnA26 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTLbbrnA26 .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sTLbbrnA26 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sTLbbrnA26 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sTLbbrnA26 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sTLbbrnA26 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sTLbbrnA26 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sTLbbrnA26 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sTLbbrnA26 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sTLbbrnA26 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sTLbbrnA26 .mbr-section-title {
  text-align: center;
  color: #656565;
}
.cid-sTVt34hpFE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sTVt34hpFE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sTVt34hpFE p {
  color: #767676;
  text-align: left;
}
.cid-sTVt34hpFE .card-box {
  padding-top: 2rem;
}
.cid-sTVt34hpFE .card-wrapper {
  height: 100%;
}
.cid-sTVt34hpFE img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sTVt34hpFE P {
  text-align: center;
}
.cid-sTVt34hpFE .card-title {
  text-align: center;
}
.cid-sTVt34hpFE .card-img {
  position: relative;
}
.cid-sTVt34hpFE .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sTVt34hpFE .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #18508c;
}
.cid-tUt9xXHn6e {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tUt9xXHn6e .card-wrapper {
  z-index: 3;
}
.cid-tUt9xXHn6e .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-tUt9xXHn6e:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-tUt9xXHn6e .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tUt9xXHn6e .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sTVH0hlGxb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTVH0hlGxb .google-map {
  height: 25rem;
  position: relative;
}
.cid-sTVH0hlGxb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sTVH0hlGxb .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-sTVH0hlGxb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sTVH0hlGxb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sTVH0hlGxb .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sTVH0hlGxb .form-container {
  padding: 3rem;
}
.cid-sTVH0hlGxb .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sTVH0hlGxb .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #5cbb4a, #5cbb4a);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sTVH0hlGxb .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sTVH0hlGxb .form-group,
  .cid-sTVH0hlGxb .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sTVH0hlGxb .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sTVH0hlGxb .form-control:focus,
.cid-sTVH0hlGxb .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sTVH0hlGxb textarea.form-control {
  min-height: 170px;
}
.cid-sTVH0hlGxb .form-group {
  margin-bottom: 1rem;
}
.cid-sTVH0hlGxb input::-webkit-input-placeholder,
.cid-sTVH0hlGxb textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sTVH0hlGxb input:-moz-placeholder,
.cid-sTVH0hlGxb textarea:-moz-placeholder {
  color: #565656;
}
.cid-sTVH0hlGxb .jq-selectbox li,
.cid-sTVH0hlGxb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sTVH0hlGxb .jq-selectbox li:hover,
.cid-sTVH0hlGxb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sTVH0hlGxb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sTVH0hlGxb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTVH0hlGxb .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sTVH0hlGxb .text-block {
    margin-bottom: 2rem;
  }
  .cid-sTVH0hlGxb .wrapper {
    margin-top: 0;
  }
}
.cid-sTVH0hlGxb .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sTVH0hlGxb .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sTVH0hlGxb .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sTVH0hlGxb .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sTVH0hlGxb .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sTVH0hlGxb .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTVH0hlGxb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTVH0hlGxb .mbr-title {
  color: #f2f6ff;
}
.cid-sTVOZcINEB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTVOZcINEB .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sTVOZcINEB .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sTVOZcINEB .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTVOZcINEB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sTVOZcINEB .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sTVOZcINEB .text2 {
  color: #000000;
  text-align: left;
}
.cid-sTVOZcINEB .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sTVOZcINEB .logo-title {
  text-align: center;
}
.cid-sTVOZcINEB .logo-sub-title {
  text-align: center;
}
.cid-sTVOZcINEB .links {
  text-align: center;
  color: #656565;
}
.cid-sTVOZcINEB .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sTVNMH9aJ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5cbb4a;
}
.cid-sTVNMH9aJ1 p {
  color: #939bb4;
}
.cid-sTVNMH9aJ1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snws10U6pe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-snws10U6pe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snws10U6pe a {
  font-style: normal;
}
.cid-snws10U6pe .show {
  overflow: visible;
}
.cid-snws10U6pe .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-snws10U6pe .dropdown-item:active {
  background-color: transparent;
}
.cid-snws10U6pe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snws10U6pe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snws10U6pe .nav-item:focus,
.cid-snws10U6pe .nav-link:focus {
  outline: none;
}
.cid-snws10U6pe .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-snws10U6pe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-snws10U6pe .menu-logo {
  margin-right: auto;
}
.cid-snws10U6pe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snws10U6pe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snws10U6pe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snws10U6pe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snws10U6pe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-snws10U6pe button.navbar-toggler:focus {
  outline: none;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-snws10U6pe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .btn {
  display: -webkit-flex;
}
.cid-snws10U6pe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing,
.cid-snws10U6pe .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-snws10U6pe .collapsed button.navbar-toggler {
  display: block;
}
.cid-snws10U6pe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snws10U6pe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snws10U6pe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snws10U6pe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe img {
    height: 3.8rem !important;
  }
  .cid-snws10U6pe .btn {
    display: -webkit-flex;
  }
  .cid-snws10U6pe button.navbar-toggler {
    display: block;
  }
  .cid-snws10U6pe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing,
  .cid-snws10U6pe .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snws10U6pe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snws10U6pe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snws10U6pe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snws10U6pe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snws10U6pe .nav-link {
    justify-content: start!important;
  }
  .cid-snws10U6pe .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snws10U6pe .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-snws10U6pe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snws10U6pe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snws10U6pe .nav-link:hover,
.cid-snws10U6pe .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-snws10U6pe .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ts4De7FRce {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-ts4De7FRce .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4De7FRce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4De7FRce .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-ts4De7FRce .col-title {
    margin-bottom: 50px;
  }
}
.cid-ts4De7FRce .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ts4De7FRce .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-ts4De7FRce .mbr-section-btn {
  margin-top: 10px;
}
.cid-ts4De7FRce .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 1150px;
}
@media (max-width: 767px) {
  .cid-ts4De7FRce .cards-container {
    padding: 0 !important;
  }
}
.cid-ts4De7FRce .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-ts4De7FRce .col-card {
    padding: 15px 10px;
  }
}
.cid-ts4De7FRce .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-ts4De7FRce .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-ts4De7FRce .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-ts4De7FRce .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-ts4De7FRce .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-ts4De7FRce .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-ts4De7FRce .card-wrap {
  border-radius: 0;
}
.cid-ts4De7FRce .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-ts4De7FRce .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-ts4De7FRce .image-wrap img {
  height: 420px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ts4De7FRce .image-wrap img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .cid-ts4De7FRce .image-wrap img {
    height: 270px;
  }
}
@media (max-width: 575px) {
  .cid-ts4De7FRce .image-wrap img {
    height: auto !important;
  }
}
.cid-ts4De7FRce .card-title,
.cid-ts4De7FRce .mbr-section-btn {
  color: #18508c;
}
.cid-ts4De7FRce .mbr-role {
  color: #fc643f;
}
.cid-ts4WPnqZwQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ts4WPnqZwQ .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ts4WPnqZwQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ts4WPnqZwQ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ts4WPnqZwQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-ts4WPnqZwQ .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-ts4WPnqZwQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-ts4WPnqZwQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-ts4WPnqZwQ .logo-title {
  text-align: center;
}
.cid-ts4WPnqZwQ .logo-sub-title {
  text-align: center;
}
.cid-ts4WPnqZwQ .links {
  text-align: center;
  color: #656565;
}
.cid-ts4WPnqZwQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sTVNMH9aJ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5cbb4a;
}
.cid-sTVNMH9aJ1 p {
  color: #939bb4;
}
.cid-sTVNMH9aJ1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sTW7WOOfz6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #003a6c;
}
.cid-sTW7WOOfz6 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sTW7WOOfz6 img:hover {
  transform: scale(1.1);
}
.cid-sTW7WOOfz6 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sTW7WOOfz6 h2 {
  padding: 0;
  margin: 0;
}
.cid-sTW7WOOfz6 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTW7WOOfz6 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sTW7WOOfz6 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sTW7WOOfz6 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sTW7WOOfz6 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sTW7WOOfz6 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTW7WOOfz6 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sTW7WOOfz6 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sTW7WOOfz6 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sTW7WOOfz6 H2 {
  color: #333333;
}
.cid-sTW7WOOfz6 .mbr-text {
  color: #ffffff;
}
.cid-sTW7WOOfz6 H1 {
  color: #5cbb4a;
}
.cid-sTW7WOOfz6 H3 {
  color: #6de37b;
}
.cid-sTW8jhSt4w {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #5cbb4a;
}
.cid-sTW8jhSt4w .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sTW8jhSt4w .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sTW8jhSt4w .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sTW8jhSt4w .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sTW8jhSt4w .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sTW8jhSt4w .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-sTW8jhSt4w .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sTW8jhSt4w .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sTW8jhSt4w .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sTW8jhSt4w .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sTW7kOWp9v {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTW7kOWp9v .google-map {
  height: 25rem;
  position: relative;
}
.cid-sTW7kOWp9v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sTW7kOWp9v .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-sTW7kOWp9v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sTW7kOWp9v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sTW7kOWp9v .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sTW7kOWp9v .form-container {
  padding: 3rem;
}
.cid-sTW7kOWp9v .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sTW7kOWp9v .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #5cbb4a, #5cbb4a);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sTW7kOWp9v .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sTW7kOWp9v .form-group,
  .cid-sTW7kOWp9v .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sTW7kOWp9v .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sTW7kOWp9v .form-control:focus,
.cid-sTW7kOWp9v .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sTW7kOWp9v textarea.form-control {
  min-height: 170px;
}
.cid-sTW7kOWp9v .form-group {
  margin-bottom: 1rem;
}
.cid-sTW7kOWp9v input::-webkit-input-placeholder,
.cid-sTW7kOWp9v textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sTW7kOWp9v input:-moz-placeholder,
.cid-sTW7kOWp9v textarea:-moz-placeholder {
  color: #565656;
}
.cid-sTW7kOWp9v .jq-selectbox li,
.cid-sTW7kOWp9v .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sTW7kOWp9v .jq-selectbox li:hover,
.cid-sTW7kOWp9v .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sTW7kOWp9v .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sTW7kOWp9v .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTW7kOWp9v .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sTW7kOWp9v .text-block {
    margin-bottom: 2rem;
  }
  .cid-sTW7kOWp9v .wrapper {
    margin-top: 0;
  }
}
.cid-sTW7kOWp9v .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sTW7kOWp9v .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sTW7kOWp9v .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sTW7kOWp9v .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sTW7kOWp9v .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sTW7kOWp9v .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTW7kOWp9v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTW7kOWp9v .mbr-title {
  color: #f2f6ff;
}
.cid-sTW7n1czVo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTW7n1czVo .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sTW7n1czVo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sTW7n1czVo .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTW7n1czVo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sTW7n1czVo .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sTW7n1czVo .text2 {
  color: #000000;
  text-align: left;
}
.cid-sTW7n1czVo .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sTW7n1czVo .logo-title {
  text-align: center;
}
.cid-sTW7n1czVo .logo-sub-title {
  text-align: center;
}
.cid-sTW7n1czVo .links {
  text-align: center;
  color: #656565;
}
.cid-sTW7n1czVo .logo-sub-title i {
  color: #9e9e9e;
}
.cid-snws10U6pe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-snws10U6pe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snws10U6pe a {
  font-style: normal;
}
.cid-snws10U6pe .show {
  overflow: visible;
}
.cid-snws10U6pe .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-snws10U6pe .dropdown-item:active {
  background-color: transparent;
}
.cid-snws10U6pe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snws10U6pe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snws10U6pe .nav-item:focus,
.cid-snws10U6pe .nav-link:focus {
  outline: none;
}
.cid-snws10U6pe .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-snws10U6pe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-snws10U6pe .menu-logo {
  margin-right: auto;
}
.cid-snws10U6pe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snws10U6pe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snws10U6pe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snws10U6pe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snws10U6pe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-snws10U6pe button.navbar-toggler:focus {
  outline: none;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-snws10U6pe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .btn {
  display: -webkit-flex;
}
.cid-snws10U6pe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing,
.cid-snws10U6pe .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-snws10U6pe .collapsed button.navbar-toggler {
  display: block;
}
.cid-snws10U6pe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snws10U6pe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snws10U6pe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snws10U6pe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe img {
    height: 3.8rem !important;
  }
  .cid-snws10U6pe .btn {
    display: -webkit-flex;
  }
  .cid-snws10U6pe button.navbar-toggler {
    display: block;
  }
  .cid-snws10U6pe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing,
  .cid-snws10U6pe .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snws10U6pe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snws10U6pe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snws10U6pe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snws10U6pe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snws10U6pe .nav-link {
    justify-content: start!important;
  }
  .cid-snws10U6pe .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snws10U6pe .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-snws10U6pe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snws10U6pe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snws10U6pe .nav-link:hover,
.cid-snws10U6pe .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-snws10U6pe .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sTVNMH9aJ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5cbb4a;
}
.cid-sTVNMH9aJ1 p {
  color: #939bb4;
}
.cid-sTVNMH9aJ1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snws10U6pe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-snws10U6pe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snws10U6pe a {
  font-style: normal;
}
.cid-snws10U6pe .show {
  overflow: visible;
}
.cid-snws10U6pe .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-snws10U6pe .dropdown-item:active {
  background-color: transparent;
}
.cid-snws10U6pe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snws10U6pe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snws10U6pe .nav-item:focus,
.cid-snws10U6pe .nav-link:focus {
  outline: none;
}
.cid-snws10U6pe .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-snws10U6pe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-snws10U6pe .menu-logo {
  margin-right: auto;
}
.cid-snws10U6pe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snws10U6pe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snws10U6pe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snws10U6pe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snws10U6pe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-snws10U6pe button.navbar-toggler:focus {
  outline: none;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-snws10U6pe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .btn {
  display: -webkit-flex;
}
.cid-snws10U6pe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing,
.cid-snws10U6pe .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-snws10U6pe .collapsed button.navbar-toggler {
  display: block;
}
.cid-snws10U6pe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snws10U6pe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snws10U6pe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snws10U6pe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe img {
    height: 3.8rem !important;
  }
  .cid-snws10U6pe .btn {
    display: -webkit-flex;
  }
  .cid-snws10U6pe button.navbar-toggler {
    display: block;
  }
  .cid-snws10U6pe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing,
  .cid-snws10U6pe .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snws10U6pe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snws10U6pe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snws10U6pe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snws10U6pe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snws10U6pe .nav-link {
    justify-content: start!important;
  }
  .cid-snws10U6pe .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snws10U6pe .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-snws10U6pe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snws10U6pe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snws10U6pe .nav-link:hover,
.cid-snws10U6pe .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-snws10U6pe .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sTW2JiRi69 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #003a6c;
}
.cid-sTW2JiRi69 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sTW2JiRi69 img:hover {
  transform: scale(1.1);
}
.cid-sTW2JiRi69 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sTW2JiRi69 h2 {
  padding: 0;
  margin: 0;
}
.cid-sTW2JiRi69 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTW2JiRi69 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sTW2JiRi69 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sTW2JiRi69 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sTW2JiRi69 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sTW2JiRi69 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sTW2JiRi69 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sTW2JiRi69 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sTW2JiRi69 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sTW2JiRi69 H2 {
  color: #ffffff;
}
.cid-sTW2JiRi69 .mbr-text {
  color: #ffffff;
}
.cid-sTW2JiRi69 H1 {
  color: #ffffff;
}
.cid-sTW2JiRi69 H3 {
  color: #6de37b;
}
.cid-sTW2nVJy0P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-sTW2nVJy0P .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sTW2nVJy0P .panel-group {
  width: 100%;
}
.cid-sTW2nVJy0P .panel-text,
.cid-sTW2nVJy0P .header-text,
.cid-sTW2nVJy0P .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sTW2nVJy0P .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sTW2nVJy0P .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sTW2nVJy0P .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sTW2nVJy0P .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTW2nVJy0P .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sTW2nVJy0P .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sTW2nVJy0P .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #18508c;
}
.cid-sTW2nVJy0P .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-sTW2nVJy0P .card .panel-body {
  background: #ffffff;
}
.cid-sTW2nVJy0P .sign {
  color: #232323;
}
.cid-sTW2nVJy0P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTW2nVJy0P .mbr-section-title {
  color: #ffffff;
}
.cid-sTW6unaqQL {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sTW6unaqQL .card-wrapper {
  z-index: 3;
}
.cid-sTW6unaqQL .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sTW6unaqQL:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sTW6unaqQL .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sTW6unaqQL .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sTW2zVnjvO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTW2zVnjvO .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sTW2zVnjvO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sTW2zVnjvO .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTW2zVnjvO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sTW2zVnjvO .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sTW2zVnjvO .text2 {
  color: #000000;
  text-align: left;
}
.cid-sTW2zVnjvO .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sTW2zVnjvO .logo-title {
  text-align: center;
}
.cid-sTW2zVnjvO .logo-sub-title {
  text-align: center;
}
.cid-sTW2zVnjvO .links {
  text-align: center;
  color: #656565;
}
.cid-sTW2zVnjvO .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sTVNMH9aJ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5cbb4a;
}
.cid-sTVNMH9aJ1 p {
  color: #939bb4;
}
.cid-sTVNMH9aJ1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sTVZEAzVnr {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sTVZEAzVnr .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sTVZEAzVnr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sTVZEAzVnr .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sTVZEAzVnr .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sTVZEAzVnr .mbr-text,
.cid-sTVZEAzVnr .mbr-section-btn {
  color: #767676;
}
.cid-sTVZEAzVnr .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(244, 242, 241, 0.3);
  box-shadow: 0px 0px 30px rgba(244, 242, 241, 0.3);
  border-radius: .25rem;
}
.cid-sTVZEAzVnr .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sTVZEAzVnr .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sTVZEAzVnr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sTVZEAzVnr .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sTVZEAzVnr .main-row {
    margin: 0;
  }
  .cid-sTVZEAzVnr .mbr-section-title,
  .cid-sTVZEAzVnr .mbr-text,
  .cid-sTVZEAzVnr .list,
  .cid-sTVZEAzVnr .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sTVZEAzVnr .text-content {
    padding: 0;
  }
}
.cid-sTW1eY3gZJ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sTW1eY3gZJ .card-wrapper {
  z-index: 3;
}
.cid-sTW1eY3gZJ .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sTW1eY3gZJ:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sTW1eY3gZJ .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sTW1eY3gZJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sTVQWu0mlu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTVQWu0mlu .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sTVQWu0mlu .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sTVQWu0mlu .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sTVQWu0mlu .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-sTVQWu0mlu .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sTVQWu0mlu .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-sTVQWu0mlu .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-sTVQWu0mlu .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-sTVQWu0mlu .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-sTVQWu0mlu .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -24px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-sTVQWu0mlu .mbr-section-title,
.cid-sTVQWu0mlu .line-wrap {
  text-align: center;
}
.cid-sTVQWu0mlu .card-box > p,
.cid-sTVQWu0mlu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sTVQTkcnWD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTVQTkcnWD .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sTVQTkcnWD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sTVQTkcnWD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTVQTkcnWD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sTVQTkcnWD .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sTVQTkcnWD .text2 {
  color: #000000;
  text-align: left;
}
.cid-sTVQTkcnWD .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sTVQTkcnWD .logo-title {
  text-align: center;
}
.cid-sTVQTkcnWD .logo-sub-title {
  text-align: center;
}
.cid-sTVQTkcnWD .links {
  text-align: center;
  color: #656565;
}
.cid-sTVQTkcnWD .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sTVNMH9aJ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5cbb4a;
}
.cid-sTVNMH9aJ1 p {
  color: #939bb4;
}
.cid-sTVNMH9aJ1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-snws10U6pe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-snws10U6pe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snws10U6pe a {
  font-style: normal;
}
.cid-snws10U6pe .show {
  overflow: visible;
}
.cid-snws10U6pe .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-snws10U6pe .dropdown-item:active {
  background-color: transparent;
}
.cid-snws10U6pe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snws10U6pe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snws10U6pe .nav-item:focus,
.cid-snws10U6pe .nav-link:focus {
  outline: none;
}
.cid-snws10U6pe .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-snws10U6pe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-snws10U6pe .menu-logo {
  margin-right: auto;
}
.cid-snws10U6pe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snws10U6pe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snws10U6pe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snws10U6pe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snws10U6pe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snws10U6pe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-snws10U6pe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snws10U6pe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-snws10U6pe button.navbar-toggler:focus {
  outline: none;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snws10U6pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snws10U6pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-snws10U6pe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .btn {
  display: -webkit-flex;
}
.cid-snws10U6pe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing,
.cid-snws10U6pe .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snws10U6pe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snws10U6pe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snws10U6pe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-snws10U6pe .collapsed button.navbar-toggler {
  display: block;
}
.cid-snws10U6pe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snws10U6pe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snws10U6pe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snws10U6pe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snws10U6pe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe img {
    height: 3.8rem !important;
  }
  .cid-snws10U6pe .btn {
    display: -webkit-flex;
  }
  .cid-snws10U6pe button.navbar-toggler {
    display: block;
  }
  .cid-snws10U6pe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snws10U6pe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing,
  .cid-snws10U6pe .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snws10U6pe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snws10U6pe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snws10U6pe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snws10U6pe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snws10U6pe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snws10U6pe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snws10U6pe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snws10U6pe .nav-link {
    justify-content: start!important;
  }
  .cid-snws10U6pe .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-snws10U6pe .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snws10U6pe .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-snws10U6pe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snws10U6pe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snws10U6pe .nav-link:hover,
.cid-snws10U6pe .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-snws10U6pe .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-snws10U6pe .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uB0YgzMM00 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB0YgzMM00 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uB0YgzMM00 a {
  font-style: normal;
}
.cid-uB0YgzMM00 .show {
  overflow: visible;
}
.cid-uB0YgzMM00 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-uB0YgzMM00 .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0YgzMM00 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uB0YgzMM00 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uB0YgzMM00 .nav-item:focus,
.cid-uB0YgzMM00 .nav-link:focus {
  outline: none;
}
.cid-uB0YgzMM00 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uB0YgzMM00 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uB0YgzMM00 .menu-logo {
  margin-right: auto;
}
.cid-uB0YgzMM00 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uB0YgzMM00 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uB0YgzMM00 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uB0YgzMM00 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uB0YgzMM00 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uB0YgzMM00 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uB0YgzMM00 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uB0YgzMM00 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uB0YgzMM00 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uB0YgzMM00 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uB0YgzMM00 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uB0YgzMM00 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uB0YgzMM00 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uB0YgzMM00 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uB0YgzMM00 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0YgzMM00 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uB0YgzMM00 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0YgzMM00 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uB0YgzMM00 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uB0YgzMM00 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uB0YgzMM00 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uB0YgzMM00 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uB0YgzMM00 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uB0YgzMM00 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uB0YgzMM00 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-uB0YgzMM00 button.navbar-toggler:focus {
  outline: none;
}
.cid-uB0YgzMM00 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-uB0YgzMM00 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uB0YgzMM00 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uB0YgzMM00 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uB0YgzMM00 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uB0YgzMM00 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB0YgzMM00 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uB0YgzMM00 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uB0YgzMM00 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-uB0YgzMM00 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-uB0YgzMM00 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uB0YgzMM00 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uB0YgzMM00 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uB0YgzMM00 .collapsed .navbar-collapse.collapsing,
.cid-uB0YgzMM00 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uB0YgzMM00 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uB0YgzMM00 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uB0YgzMM00 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uB0YgzMM00 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uB0YgzMM00 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uB0YgzMM00 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uB0YgzMM00 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uB0YgzMM00 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uB0YgzMM00 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-uB0YgzMM00 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uB0YgzMM00 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uB0YgzMM00 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uB0YgzMM00 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uB0YgzMM00 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uB0YgzMM00 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uB0YgzMM00 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uB0YgzMM00.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uB0YgzMM00 img {
    height: 3.8rem !important;
  }
  .cid-uB0YgzMM00 .btn {
    display: -webkit-flex;
  }
  .cid-uB0YgzMM00 button.navbar-toggler {
    display: block;
  }
  .cid-uB0YgzMM00 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uB0YgzMM00 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uB0YgzMM00 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uB0YgzMM00 .navbar-collapse.collapsing,
  .cid-uB0YgzMM00 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uB0YgzMM00 .navbar-collapse.collapsing .navbar-nav,
  .cid-uB0YgzMM00 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uB0YgzMM00 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uB0YgzMM00 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uB0YgzMM00 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uB0YgzMM00 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uB0YgzMM00 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uB0YgzMM00 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uB0YgzMM00 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uB0YgzMM00 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uB0YgzMM00 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uB0YgzMM00 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uB0YgzMM00 .nav-link {
    justify-content: start!important;
  }
  .cid-uB0YgzMM00 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uB0YgzMM00 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uB0YgzMM00 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uB0YgzMM00 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uB0YgzMM00 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uB0YgzMM00 .nav-link:hover,
.cid-uB0YgzMM00 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-uB0YgzMM00 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uB0YgzMM00 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uB0YgAw7S5 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uB0YgAw7S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0YgAw7S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0YgAw7S5 .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-uB0YgAw7S5 .col-title {
    margin-bottom: 50px;
  }
}
.cid-uB0YgAw7S5 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uB0YgAw7S5 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-uB0YgAw7S5 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uB0YgAw7S5 .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 1150px;
}
@media (max-width: 767px) {
  .cid-uB0YgAw7S5 .cards-container {
    padding: 0 !important;
  }
}
.cid-uB0YgAw7S5 .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-uB0YgAw7S5 .col-card {
    padding: 15px 10px;
  }
}
.cid-uB0YgAw7S5 .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-uB0YgAw7S5 .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-uB0YgAw7S5 .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-uB0YgAw7S5 .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-uB0YgAw7S5 .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-uB0YgAw7S5 .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-uB0YgAw7S5 .card-wrap {
  border-radius: 0;
}
.cid-uB0YgAw7S5 .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-uB0YgAw7S5 .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-uB0YgAw7S5 .image-wrap img {
  height: 420px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uB0YgAw7S5 .image-wrap img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .cid-uB0YgAw7S5 .image-wrap img {
    height: 270px;
  }
}
@media (max-width: 575px) {
  .cid-uB0YgAw7S5 .image-wrap img {
    height: auto !important;
  }
}
.cid-uB0YgAw7S5 .card-title,
.cid-uB0YgAw7S5 .mbr-section-btn {
  color: #18508c;
}
.cid-uB0YgAw7S5 .mbr-role {
  color: #fc643f;
}
.cid-uB0YgATAnK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uB0YgATAnK .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uB0YgATAnK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uB0YgATAnK .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB0YgATAnK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uB0YgATAnK .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uB0YgATAnK .text2 {
  color: #000000;
  text-align: left;
}
.cid-uB0YgATAnK .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uB0YgATAnK .logo-title {
  text-align: center;
}
.cid-uB0YgATAnK .logo-sub-title {
  text-align: center;
}
.cid-uB0YgATAnK .links {
  text-align: center;
  color: #656565;
}
.cid-uB0YgATAnK .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uB0YgBeHjH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5cbb4a;
}
.cid-uB0YgBeHjH p {
  color: #939bb4;
}
.cid-uB0YgBeHjH .media-container-row .mbr-text {
  color: #ffffff;
}
